Dark Mode

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

404Setup/ServerUtils

Repository files navigation

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.

Compiling ServerUtils

There are two ways to compile ServerUtils:

1. Installing gradle (recommended)

  1. Make sure you have gradle installed.
  2. Run the project with gradle build to compile it with dependencies.

2. Using the wrapper

Windows: gradlew.bat build
Linux/macOS: ./gradlew build

Developer API

Repository / Dependency

If you wish to use snapshot versions of ServerUtils, you can use the following repo:

https://repo.fvdh.dev/snapshots

Gradle:

repositories {
compileOnly("net.frankheijden.serverutils:ServerUtils:VERSION")
}

dependencies {
maven("https://repo.fvdh.dev/releases")
}

Maven:

<project>
<repositories>

<repository>
<id>fvdhid>
<url>https://repo.fvdh.dev/releasesurl>
repository>
repositories>

<dependencies>

<dependency>
<groupId>net.frankheijden.serverutilsgroupId>
<artifactId>ServerUtilsartifactId>
<version>VERSIONversion>
<scope>providedscope>
dependency>
dependencies>
project>

Commands and Permissions

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

About

Reload plugins - Unload unused commands - PluginWatcher - Command/PluginInfo - Automatic Updater - "Plugman Alternative"

Resources

Readme

License

GPL-3.0 license

Stars

Watchers

Forks

Packages

Contributors

Languages

  • Java 99.9%
  • Kotlin 0.1%