Installation Guide 🚀 ​
Setting up Tub's Status Plugin on your Spigot, Paper, or compatible Bukkit-based server is simple:
Download the Plugin: Get the latest
.jar
file for Tub's Status Plugin from its official Modrinth page:Place the Plugin File: Navigate to your server's
plugins
folder and place the downloadedTubsStatusPlugin-vX.Y.Z.jar
file into it.Dependencies (Soft Dependencies): While not strictly required for basic operation, Tub's Status Plugin offers enhanced features if these plugins are present:
- PlaceholderAPI: Required for using StatusPlugin placeholders (e.g.,
%tubsstatusplugin_status%
) in other plugins. Download from PlaceholderAPI's eCloud. - LuckPerms: Required if you want to use LuckPerms prefix/suffix placeholders (
%LP_prefix%
,%LP_suffix%
) within the status display. Download from LuckPerms Official Site. Install these plugins by placing their JAR files in yourplugins
folder as well.
- PlaceholderAPI: Required for using StatusPlugin placeholders (e.g.,
Start or Restart Your Server: Start or restart your Minecraft server.
First Launch
On its first launch, Tub's Status Plugin will:
- Generate its main configuration file:
plugins/TubsStatusPlugin/config.yml
- Create a
statuses.yml
file (if it doesn't exist) inplugins/TubsStatusPlugin/
to store player statuses. - Register its commands and event listeners.
- Attempt to hook into PlaceholderAPI and LuckPerms if they are detected.
- Generate its main configuration file:
Review Configuration (Recommended): It's advisable to review
plugins/TubsStatusPlugin/config.yml
and adjust settings likemaxStatusLength
,chatFormatter
,groupMode
, etc., to fit your server. See the Configuration Guide.(Optional) Permissions: Configure permissions for commands and formatting using a permissions plugin (e.g., LuckPerms). Refer to the Permissions Guide.
Check Console Logs!
After installation, always check your server console logs for messages from [TSP]
or TubsStatusPlugin
. This confirms the plugin loaded correctly and indicates if PlaceholderAPI and LuckPerms hooks were successful.
Tub's Status Plugin is now ready for your players to set their statuses!