Skip to content
Reece Williams edited this page Sep 2, 2026 · 3 revisions

ServerTools

A modular Minecraft server plugin. One plugin covers most of the little management tasks you'd normally chain five plugins together for, and every piece is a toggle in config.yml.

If you're new here, read Configuration first. It explains how the whole thing loads and how to turn features on and off.

How it works

Every feature is its own class that auto-loads from its package and is gated by an Enabled: true/false in config.yml. Turn off what you don't want, it just won't load. Nothing to uninstall.

Features that lean on another plugin are skipped cleanly when it's missing, so a partial setup won't crash. Needs Minecraft 1.18+.

Dependencies

All optional (soft depends). Install only what the features you enable actually use.

Plugin Used for
Vault Economy provider, Tags, Withdraw, and Repair costs
LuckPerms Tags and StaffAFK (group swaps), StaffList groups
PlaceholderAPI %stools_*% placeholders + PAPI in chat/holograms/MOTD
WorldGuard DisableWorldGuardGlitchBuilding only
TAB listed as soft depend

Pages

Start here:

  • Configuration - how modules load and toggle, global settings, the config.yml layout
  • Placeholders - the custom %stools_*% PlaceholderAPI placeholders
  • Economy - the built-in Vault economy (SQLite backed), /pay /eco /balance /baltop
  • Commands and Permissions - full command + permission reference

Features:

Links

Clone this wiki locally