An anarchy server oriented plugin that adds /stats.
With CustomStats v2.0.0, CustomStats allows the addition of plugin placeholders through PlaceholderAPI! Placeholders will work for the main command, the Minecraft: Java Edition menu, and the Minecraft: Bedrock Edition form!
Placeholder | What replaces it |
---|---|
%totalplayers% |
Total unique players who have joined |
%onlineplayers% |
Number of currently online players |
Setting up placeholders is really simple! Simply take a string from the configuration Example:
- "&6Total unique players who have joined: 54"
Then add the placeholder into the string!
- "&6Total unique players who have joined: %totalplayers%"
Here’s how the change looks in game, before and after!
A list of placeholders supported by PlaceholderAPI can be found here.