-
-
Notifications
You must be signed in to change notification settings - Fork 47
Placeholders
Note
By default, placeholders are applied in a asynchronous task. This means that some placeholders may not work as expected when interacting with APIs that aren't thread-safe. You can change this behaviour by disabling the 'scoreboardTaskAsync' option in the main configuration file.
SimpleScore comes with support for PlaceholderAPI, allowing you to retrieve and display information from thousands of other plugins in real time or create a set of conditions that players must meet to see a particular scoreboard. You can find a list of placeholders here.
Also supports MiniMessage on the newer versions of Paper and Folia that come with Adventure.
If you are looking for something simpler, there are also a few pre-defined placeholders bundled with the plugin. These are:
Placeholder | Description |
---|---|
%player_name% | The player's name |
%player_displayname% | The player's display name |
%player_uuid% | The player's unique id |
%player_level% | The player's level |
%player_gamemode% | The player's current GameMode (Creative, Survival, Adventure, Spectator) |
%player_health% | The player's health rounded to the nearest integer |
%player_maxhealth% | The player's maximum health rounded to the nearest integer |
%player_hearts% | The player's health displayed using the "❤" symbol |
%player_world% | The player's current world name |
%player_world_online% | The number of players online in the current player's world |
%server_online% | The number of players online in the server |
%server_maxplayers% | The maximum number of players that can join the server |
More information in the readme.