Module Management
All UltiTools features are provided as independent modules. Use the UPM (UltiTools Plugin Manager) to install, update, and uninstall modules.
UPM Commands
All UPM commands require OP permission. Command prefix: /upm.
| Command | Description |
|---|---|
/upm list [page] | List available modules |
/upm install <module> | Install the latest version |
/upm install <module> <version> | Install a specific version |
/upm versions <module> | List all available versions |
/upm uninstall <module> | Uninstall a module |
/upm check | Check all modules for updates |
/upm update <module> | Update a specific module |
/upm update all | Update all modules |
Installing Modules
Method 1: Using UPM (Recommended)
/upm install UltiEssentialsRestart the server after installation to load the new module.
Method 2: Manual Installation
- Download the module JAR file
- Place it in
plugins/UltiTools/plugins/ - Restart the server
Listing Installed Modules
/ul listThis shows all currently installed and loaded modules.
Updating Modules
Check for updates:
/upm checkUpdate a single module:
/upm update UltiEssentialsUpdate all modules:
/upm update allRestart the server after updating.
Uninstalling Modules
/upm uninstall UltiEssentialsRestart the server after uninstalling. Module configuration files (in pluginConfig/) are not automatically deleted — remove them manually if needed.
Important
/ul reload only reloads configuration files. It does not load or unload modules. All module JAR operations require a server restart.
Module List
View all official modules: Module Overview