Reload plugins - Unload unused commands - PluginWatcher - Command/PluginInfo - Automatic Updater - "Plugman Alternative"
Find a file
2020-10-04 16:16:54 +02:00
Bukkit Download ServerUtilsUpdater on the fly instead of shading it in 2020-10-04 16:16:54 +02:00
Bungee Fix auto-updater failing 2020-09-29 19:09:40 +02:00
Common Download ServerUtilsUpdater on the fly instead of shading it in 2020-10-04 16:16:54 +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.2.1 2020-10-01 19:36:52 +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 Update README.md 2020-10-02 01:06:53 +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.

For the full description of this plugin, please refer to the ServerUtils SpigotMC page.

releaseImg licenseImg featureRequestsImg bugReportsImg spigotRatingImg spigotDownloadsImg

Discord

bStatsImg

How to run the project?

  1. Make sure you have gradle installed.
  2. Run the project with gradle build to compile all submodules with dependencies.
  3. 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 at build/libs/ServerUtils-<version>-all.jar.

Commands and Permissions

Please refer to the SpigotMC page for an updated overview of the commands and permissions.