-
Notifications
You must be signed in to change notification settings - Fork 5
Home
Reece Williams edited this page Sep 2, 2026
·
3 revisions
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.
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+.
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 |
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:
- Core Features - the Essentials-style commands (fly, heal, tp, spawn, warps, and friends)
- Chat - chat format, cooldown, colors, tags, emojis, join MOTD
- World and Mob Protections - the big list of Disable* toggles
- Moderation - mutechat, clearchat, freeze, report, staffafk, command protection
- Events, Cooldowns and Tasks - anticraft, launchpads, item cooldowns, scheduled tasks
- Utilities and Misc - holograms, visibility, vouchers, announcements, bungee, shop workaround
- Hopper Optimization - experimental hopper performance tweak
- Source: https://github.com/Reecepbcups/ServerTools-MC
- Download: https://www.spigotmc.org/resources/servertools.95853/
- Docs site: https://servertools.reece.sh/
- Support (Discord): https://discord.com/users/288822117993283604
Getting started
Features
- Core Features
- Chat
- World and Mob Protections
- Moderation
- Events, Cooldowns and Tasks
- Utilities and Misc
- Hopper Optimization