Releases: Mike4947/PlayerCustomDisplay
v0.0.8 Stable Release
v0.0.8 - The Quality of Life Update
This release focuses on adding powerful new utility and dynamic features to improve server management and display customization.
✨ New Features
-
Placeholder Support for Hover List
The custom player hover list is now dynamic! You can use placeholders in the text to display live server information.%online%- Displays the current dynamic player count.%max%- Displays the current maximum player count.%base_count%- Displays the base number used for the online player calculation.
Example:
/pcd hover add "&eOnline: &f%online%/%max%"will now automatically display asOnline: 123/500in the server list. -
Configuration Reload Command
A new command has been added for easier management:/pcd reload- Instantly reloads all values from theconfig.ymlfile without needing a server restart.
Bug Fixes & Improvements
- The
/pcd statcommand now correctly displays the status of all active features. - Color codes (
&) are now properly applied when using the/pcd hover addcommand.
This update makes the PlayerCustomDisplay plugin more powerful, flexible, and easier to manage.
v0.0.7 Stable Release
v0.0.7 - The Hover Update
This release introduces a major new feature to give you even more control over your server's appearance in the multiplayer list: the Custom Player Hover List.
✨ What's New
- Custom Player Hover List: You can now define a custom list of text lines that will appear when a user hovers their mouse over the player count. This is perfect for displaying welcome messages, listing staff members, or making your server feel more populated. The feature is fully manageable in-game with new commands:
/pcd hover list- Shows the current hover list./pcd hover add <text>- Adds a new line (supports&color codes)./pcd hover remove <line_number>- Removes a specific line./pcd hover clear- Clears the entire list.
Improvements
- The
/pcd statcommand has been updated to show the status of the new hover list feature. - The server list ping listener has been updated to use modern, non-deprecated Paper API methods for better future compatibility.
As always, thank you for using PlayerCustomDisplay!
v0.0.6 Stable Release
v0.0.6 is out
NEW FEATURES
- added 'setmax' feature -> usage: /pcd setmax <125>. so imagine that you set the player count to display 100 players but the max player count is still default (20) so you type /pcd setmax and now the multiplayer menu will show : 100/125 players
Stable Release v0.0.5
First Stable Release For You To Try!
- added dynamic player count -> for exemple, /pcd set 50 (sets the player count to 50) and im on the server so the plugin actualise the player count to 51 because im actualy on the server and so if players quit : /pcd set 50, and 1 player quit so now the player count will be at 49 players
- added /pcd stat -> displays how many players there is on the server with the dynamic player count feature
Stable v0.0.2-build.1
- added tab completion
Stable v0.0.1-build.2
Stable release v0.0.1 build #2
- added a config.yml
Exemple:
Full Changelog: https://github.com/Mike4947/PlayerCustomDisplay/commits/v0.0.1-stable



