Reload plugins - Unload unused commands - PluginWatcher - Command/PluginInfo - Automatic Updater - "Plugman Alternative"
Find a file
2021-01-08 10:22:07 +01:00
.github/workflows Parallel gradle builds + explicit output directory 2021-01-08 10:22:07 +01:00
Bukkit Unregister commands in BukkitPluginManager#unregisterCommands 2021-01-02 17:00:49 +01:00
Bungee Fix BungeeCord's PluginClassLoader constructor reflection 2021-01-08 09:43:28 +01:00
Common Refactor reflections and use MinecraftReflection 2020-12-21 00:11:31 +01:00
config/checkstyle Update dependencies 2020-12-19 15:19:23 +01:00
gradle/wrapper Add github actions 2020-12-04 14:08:40 +01:00
.gitignore Parallel gradle builds + explicit output directory 2021-01-08 10:22:07 +01:00
build.gradle Parallel gradle builds + explicit output directory 2021-01-08 10:22:07 +01:00
gradle.properties Parallel gradle builds + explicit output directory 2021-01-08 10:22:07 +01: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 with GitHub actions badge 2020-12-04 14:13:08 +01:00
settings.gradle Update dependencies 2020-12-19 15:19:23 +01: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 GitHub Actions 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.