Skip to content

Releases: Mike4947/PlayerCustomDisplay

v0.0.8 Stable Release

15 Jun 02:07

Choose a tag to compare

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 as Online: 123/500 in the server list.

  • Configuration Reload Command
    A new command has been added for easier management:

    • /pcd reload - Instantly reloads all values from the config.yml file without needing a server restart.

Bug Fixes & Improvements

  • The /pcd stat command now correctly displays the status of all active features.
  • Color codes (&) are now properly applied when using the /pcd hover add command.

This update makes the PlayerCustomDisplay plugin more powerful, flexible, and easier to manage.

image

v0.0.7 Stable Release

15 Jun 01:15

Choose a tag to compare

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 stat command 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

15 Jun 00:34

Choose a tag to compare

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

14 Jun 02:32

Choose a tag to compare

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

image

Stable v0.0.2-build.1

14 Jun 00:59

Choose a tag to compare

  • added tab completion

Stable v0.0.1-build.2

14 Jun 00:29

Choose a tag to compare

Stable release v0.0.1 build #2

  • added a config.yml

Exemple:

BEFORE:
image

AFTER:
image


Full Changelog: https://github.com/Mike4947/PlayerCustomDisplay/commits/v0.0.1-stable