3.3 KiB
3.3 KiB
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.
For the full description of this plugin, please refer to the ServerUtils SpigotMC page.
How to run the project?
- Make sure you have gradle installed.
- Run the project with
gradle buildto compile all submodules with dependencies. - The platform specific plugins are located at
<platform>/build/libs/ServerUtils-<platform>-<version>-all.jar. The global platform independent plugin which will run on all platforms can be found atbuild/libs/ServerUtils-<version>-all.jar.
Commands and Permissions
Please refer to the SpigotMC page for an updated overview of the commands and permissions.