CustomStats

An anarchy server oriented plugin that adds /stats.


Project maintained by 7man7LMYT Hosted on GitHub Pages — Theme by mattgraham

Placeholder customization

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!

Built in placeholders

Placeholder What replaces it
%totalplayers% Total unique players who have joined
%onlineplayers% Number of currently online players

How to setup placeholders

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!

Before

Before change

After

After change

Want more placeholders?

A list of placeholders supported by PlaceholderAPI can be found here.