Skip to content

Quick Start

This guide will help you install and configure UltiTools in 5 minutes.

Prerequisites

Optional Dependencies

  • Vault — Economy and permissions API (required by UltiEconomy, UltiKits, etc.)
  • PlaceholderAPI — Placeholder variables (required by UltiSideBar, etc.)
  • LuckPerms — Permission management (recommended)

Installation

1. Download UltiTools

Download the latest UltiTools JAR from GitHub Releases.

2. Install the Plugin

  1. Stop your server
  2. Place UltiTools-x.x.x.jar in the server's plugins/ folder
  3. Start the server

UltiTools will automatically generate its configuration files and directory structure on first start.

3. Install Modules

UltiTools core is just a framework — you need to install modules for actual features.

Method 1: Using UPM (Recommended)

Run in the server console or in-game (requires OP):

/upm install UltiEssentials

Restart the server after installation.

Method 2: Manual Installation

Download module JAR files from UltiCloud, place them in plugins/UltiTools/plugins/, and restart the server.

4. Basic Configuration

Edit plugins/UltiTools/config.yml:

yaml
# Storage backend: json, sqlite, mysql
datasource:
  type: "sqlite"

# Language: zh for Chinese, en for English
language: "en"

Run /ul reload after changing the configuration.

Common Commands

CommandDescription
/ul listList installed modules
/ul reloadReload all configuration files
/ul reload <module>Reload a specific module's config
/upm listList available modules
/upm install <module>Install a module
/upm update allUpdate all modules

Note

All commands above require OP permission. /ul reload only reloads configuration files — installing new modules or updating JARs requires a server restart.

Next Steps

Contributors

The avatar of contributor named as Ling Bao Ling Bao
The avatar of contributor named as Claude Opus 4.6 Claude Opus 4.6

Changelog