
This plugin adds some useful tools for your server. It can help you do things that other plugins don't do.
ServerTools is a modular utility plugin for Paper Minecraft servers designed to provide small, focused server-side tools that integrate cleanly with modern plugins like PlaceholderAPI and TAB.
The project is intentionally structured as a framework-style plugin, allowing features to be enabled, disabled, and expanded over time without bloating the server or forcing unnecessary dependencies.
⚠️ ServerTools is actively developed and considered WIP.
Features and structure may change between releases.
A fully local, per-player timezone system using real IANA timezone identifiers (no EST/PST/GMT guessing).
Example output:
6:18 PM [EST]
ServerTools registers its own internal PlaceholderAPI expansion at runtime.
No eCloud downloads required.
Available placeholder:
%servertools_time%
All main configuration is stored in servertools.yml (not config.yml) to support modular expansion.
Each module can be enabled or disabled independently.
ServerTools includes a growing set of server utilities, including:
/disconnect/stopserver/servertools/xray/tz(Exact availability depends on version.)
plugins/ directory.servertools.yml.servertools.ymlplugin:
enabled: true
disconnect:
enabled: true
timezones:
enabled: true
default: "America/New_York"
requestonjoin: true