CustomStats
- Native Minecraft Version:
- 1.13
- Tested Minecraft Versions:
- 1.12
- 1.13
- 1.14
- 1.15
- 1.16
- Source Code:
- https://github.com/7man7LMYT/CustomStats
- Contributors:
- strubbe06
An anarchy server oriented plugin that adds /stats.
Config.yml
Commands:Code (YAML):
# FORMAT FOR GUI ITEMS:
# item(1-9):
# - (Item type)
# - '(display name)'
# Max 9 slots, must be in order. Set item type to air to leave blank.
#
statscommand:
- '&a-----------------------------------------------------'
- '&6This server was created on February 1, 2021.'
- '&6The world is 12.34GB in size.'
- '&6Over 1,234 players have joined since.'
- '&a-----------------------------------------------------'
statsgui:
title:
- '&3Server Stats GUI&0'
item1:
- book
- '&6This server was created on February 1, 2021.'
item2:
- grass_block
- '&6The world is 12.34GB in size.'
item3:
- player_head
- '&6Over 1,234 players have joined since.'
This is the main command, no permission to use this command.Code (Text):/stats
This reloads the config.Code (Text):/stats reload
This opens a GUI where you can put your own custom text via the configuration.Code (Text):/stats gui
Permissions:
This allows the user to reload the configuration.Code (Text):customstats.reload
Contributions are welcome! Source Code.

CustomStats 1.2.1
CustomStats - An anarchy server oriented plugin that adds /stats.
Recent Updates
- Added a GUI and bStats. Feb 2, 2021
- Configuration fixed. Jan 26, 2021
- Fixed the update checker. Jan 25, 2021