
Tub's Status Plugin
Just a simple Status Plugin that (should) work
- Загрузки
- 2K
- Подписчики
- 8
- Обновлён
- 4 июня 2025 г.
- Лицензия
- MIT
Опубликован 13 июля 2023 г.
Tub's Status Plugin
Please join the Discord if you have questions!
This is a Minecraft plugin for Spigot/Paper servers that allows players to set their own status, which is displayed in the tab list and above their heads in-game.
Features
- Set your own status with
/status <status> - Remove your status with
/status remove - Set status with formatting codes (for example to color them) with
/status &3<status>(/status help colorcodes)` - Set other players' statuses with
/status <player> <status>(requiresStatusPlugin.admin.setStatuspermission) - Remove other players' statuses with
/status remove <player>(requiresStatusPlugin.admin.setStatuspermission) - Reload all statuses from file with
/status reload(requiresStatusPlugin.admin.reloadpermission) (Can be executed by console) - View a list of all available color codes with
/status help colors - View info about the plugin with
/status info - Set a maximum length for statuses with
/status setmaxlength <length>(requires StatusPlugin.admin.setMaxlength permission) - Reset the maximum length of statuses to default (
15) with/status resetmaxlength(requires StatusPlugin.admin.resetMaxlength permission) (Color codes in statuses are not counted towards the character limit) - The status of every player is saved to a file, so they will keep their status when they rejoin the server.
- The Plugin supports
PlaceholderAPI v2.11.5- The Plugin reloads statuses every 600 Game Ticks (30seconds) so the Placeholders can update themselves.
- The Plugin now got a Placeholder
%tubsstatusplugin_status_playername%(playname should be changed out for the real Playername, Duuuh.) - %tubsstatusplugin_status%
- Groupmode
- turn on Group Mode in the Config and preconfigure set Groups for Players
- A Player will not be able to set a fully custom status but he can use one of the preconfigured Groups.
- Set the opening and closing Characters from the status in the config
- The Plugin Supports
LuckPerms v5.4- The Plugin supports LuckPerms prefix and suffix.
%LP_prefix&%%LP_suffix%
- The Plugin supports LuckPerms prefix and suffix.
Permissions
StatusPlugin.setStatus: Allows a player to set their own status and remove it. (default:true)StatusPlugin.group.set: Allows players to set their status as a group status. (default:true)StatusPlugin.admin.setStatus: Allows a player to set and remove other players' statuses. (default:false)StatusPlugin.admin.reload: Allows a player to reload all statuses.(default:false)StatusPlugin.admin.setMaxlength:Allows a player to set the maximum length of statuses. (default:false)StatusPlugin.admin.resetMaxlength:Allows a player to reset the maximum length of statuses to default. (default:false)StatusPlugin.formatting.color: Allows a player to use color codes in their status. (default:false)StatusPlugin.formatting.bold: Allows a player to use bold formatting in their status. (default:false)StatusPlugin.formatting.italic: Allows a player to use italic formatting in their status. (default:false)StatusPlugin.formatting.underlined: Allows a player to use underlined formatting in their status. (default:false)StatusPlugin.formatting.strikethrough: Allows a player to use strikethrough formatting in their status. (default:false)StatusPlugin.formatting.magic: Allows a player to use obfuscated formatting in their status. (default:false)
Installation
To install the plugin, simply download the .jar file and place it in your server's plugins folder. Then, restart your server.
Support
If you have any issues, please report. And if u have any suggestions, feel free to open an issue.
If you have any further plugin suggestions you can contact me via discord: tubyoub
Contributing
I currently have no plans to get co-contributer's on this project, but if you have any suggestions, feel free to open an issue
License
This project is licensed under the MIT License.
Ченджлог
1.6Релиз1.21.6, 1.21.7, 1.21.8 · 4 июня 2025 г.
New Features
- Introduced
/tspAdmin Command:- Added
/tsp(Tub's Status Plugin) as the primary command for plugin administration and information. - Includes subcommands:
/tsp reload,/tsp setmaxlength,/tsp resetmaxlength,/tsp info,/tsp help. - Admin-only status management:
/tsp setstatus <player> <status>,/tsp remove <player>. - Many
/tspcommands are now console-executable.
- Added
- Enhanced Group Permissions:
- The
statusGroupssection inconfig.ymlnow supports a specificpermissionslist for each group, allowing for more granular access control.
- The
- Configurable Logger Level:
- Added
loggerLeveltoconfig.yml(options: DEBUG, INFO, WARN, ERROR) to control plugin message verbosity in the server console.
- Added
Improvements & Changes
- Refined Command Structure:
- The
/statuscommand is now primarily for players managing their own status and for admins directly managing other players' statuses. - Administrative tasks are consolidated under the new
/tspcommand.
- The
- Admin Status Setting in Group Mode:
- Admins with
StatusPlugin.admin.setStatuscan now set custom statuses for players via/tsp setstatusor/status, even whengroupModeis active.
- Admins with
- Improved Update Checker:
- The update checker now uses
UpdateUrgencyfrom Modrinth for more informative admin notifications.
- The update checker now uses
- Tab Completion Enhancements:
- Added and improved tab completion for both
/statusand/tspcommands, suggesting relevant options based on context and permissions.
- Added and improved tab completion for both
- Color & Formatting Permission Handling:
- Strengthened checks for individual formatting permissions when players set statuses.
- Configuration Management:
- Upgraded
config.ymlhandling usingBoostedYAMLfor better automatic updates and versioning.
- Upgraded
- Logging System:
- Implemented a
FilteredComponentLoggerfor more controlled logging based on theloggerLevelsetting.
- Implemented a
1.5.2Релиз1.21.3, 1.21.4, 1.21.5 · 15 декабря 2024 г.
Chat formating will no longer put empty Brackets infront of Player in Chat when he has no status set
Full Changelog: https://github.com/BT-Pluginz/StatusPlugin/compare/v1.5.1-release...v1.5.2-release
1.5.1Релиз1.21.2, 1.21.3, 1.21.4 · 13 декабря 2024 г.
What's Changed
- fucking deleted the initialization of the statusManager by @TubYoub in https://github.com/BT-Pluginz/StatusPlugin/pull/10
Full Changelog: https://github.com/BT-Pluginz/StatusPlugin/compare/1.5-release...v1.5.1-release
keyword: important
1.5Альфа1.21.2, 1.21.3, 1.21.4 · 13 декабря 2024 г.
- LuckPerms prefix and suffix are now Supported with the placeholders %LP_prefix% and %LP_suffix%
- added more features to the Version Checker
- Player shouldnt get empty Brackets as a Status now
Full Changelog: https://github.com/BT-Pluginz/StatusPlugin/compare/v1.4.1-release...1.5-release
1.4.1Релиз1.20.6, 1.21, 1.21.1 · 12 сентября 2024 г.
What's Changed
- v1.4.1 by @TubYoub in https://github.com/BT-Pluginz/StatusPlugin/pull/6
Full Changelog: https://github.com/BT-Pluginz/StatusPlugin/compare/v1.4-release...v1.4.1-release
1.4Релиз1.20.6, 1.21, 1.21.1 · 3 сентября 2024 г.
What's Changed
- V1.4 by @TubYoub in https://github.com/BT-Pluginz/StatusPlugin/pull/5
Full Changelog: https://github.com/BT-Pluginz/StatusPlugin/compare/v1.3.5...v1.4-release
1.3.5Релиз1.20.6, 1.21, 1.21.1 · 21 апреля 2024 г.
Version 1.3.5
[bugfix] (stupid)
- I deleted the help command (i don't know how), ofc fixed now
[changes]
/
[addition]
/
PS: report any issues
1.3.4Релиз1.20.2, 1.20.3, 1.20.4 · 17 апреля 2024 г.
Version 1.3.4
[bugfix] /
[changes]
- The Plugin only checks for a new Version on start so the
/status infocommand can instantly send and don't request every time when used if a new Version is available - if a Player doesn't have a Status
StatusManager.getStatus()will give an emptyStringback. - changed
configversion to2
[addition]
PlaceholderAPI:
- added a placeholder
%tubsstatusplugin_status%
Config:
- Tablist formatter can now be disabled PS: Report any Problems
Комментарии
Загружаем…