Reload plugins - Unload unused commands - PluginWatcher - Command/PluginInfo - Automatic Updater - "Plugman Alternative"
Find a file
Frank van der Heijden e2a9fb1dc3
Fix 1_16_R2 bukkit config reload error
- Refactored VersionParam to include patch version specification
- Added ConstructorParam to cache constructors & get the default constructor.
2020-09-29 13:38:16 +02:00
Bukkit Fix 1_16_R2 bukkit config reload error 2020-09-29 13:38:16 +02:00
Bungee Add shorthand subcommand aliases 2020-07-31 01:56:17 +02:00
Common Fix 1_16_R2 bukkit config reload error 2020-09-29 13:38:16 +02:00
config/checkstyle Conform to google's checkstyle standard 2020-06-27 01:28:10 +02:00
gradle/wrapper Initial commit 2020-06-02 21:07:31 +02:00
build.gradle v2.1.0 2020-07-22 00:11:58 +02:00
gradlew Initial commit 2020-06-02 21:07:31 +02:00
gradlew.bat Initial commit 2020-06-02 21:07:31 +02:00
LICENSE Create LICENSE 2020-06-02 23:01:37 +02:00
README.md Create README.md 2020-07-06 11:53:03 +02:00
settings.gradle Initial BungeeCord edition 2020-07-04 21:30:34 +02:00

ServerUtils

ServerUtils allows you to manage your plugins in-game. Featuring reloading, unloading and loading of plugins from your plugins folder at runtime. ServerUtils also has handy methods to lookup commands and plugins, and provides you with handy information about them.