Skip to content

Commit

Permalink
* Turned CommandBuilder.java into an ACTUAL CommandBuilder
Browse files Browse the repository at this point in the history
* Moved old command registration methods to CommandRegistration.java
* New AddonLoader.java for loading external jar files.
* FINALIZED new and long sought out PersistentContainer
* Moved some region stuff to inner classes
* Renamed EventBuilder.java to EasyListener
* Created new custom event handling system! Vent.java
* Removed old clunky data container for the new and improved!
* Forced TextLib implementation on both NewComponent & OldComponent
* All String & component utility are ready for 1.17
* New Registry.Loader class for loading jars using AddonLoader
* New RegisteredKeyedService & KeyedServiceManager classes for specific service management
* Compile time revert to 1.8
  • Loading branch information
Hempfest committed Jun 16, 2021
1 parent fb1da6b commit db413f3
Showing 1 changed file with 18 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,24 @@
* ██▪**▄█▀▀█*▐█▀▀█▄▐█▌▐█▪▐▀▀▄*▐█·▐█▐▐▌*▐█.▪██▀▐█
* ▐█▌▐▌▐█*▪▐▌██▄▪▐█*▐█▀·.▐█•█▌▐█▌██▐█▌*▐█▌·██▌▐▀
* .▀▀▀**▀**▀*·▀▀▀▀***▀*•*.▀**▀▀▀▀▀▀*█▪*▀▀▀*▀▀▀*·
* Copyright: Sanctum 2021.
* Copyright (C) 2021 <strong>Sanctum</strong>
* <p>
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 2.1 of the License, or (at your option) any later version.
* <p>
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Lesser General Public License for more details.
* <p>
* You should have received a copy of the GNU Lesser General Public
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301
* USA
* <p>
* Sanctum, hereby disclaims all copyright interest in the original features of this spigot library.
*/
public final class Labyrinth extends JavaPlugin implements Listener {

Expand Down

0 comments on commit db413f3

Please sign in to comment.