Bot commands:
Custom:
- st!help - Show help message
- st!guide - Show instructions for using statistics commands
- st!example - Show examples of using and searching statistics commands
- st!commands - Show basic statistics commands
Administrator:
- st!start - Bind the bot to the server. Without calling this command, the bot will not work.
- st!set_role @role - Set admin role
- st!set_ip ip_minecraft_server - Set the ip of your server. The bot will ask the plugin for statistics from there
- st!cfg - Show current bot settings
- st!ru - Switch bot language to Russian
- st!en - Switch bot language to English
API entry points:
/mcstats/all_players/
Arguments:
statistic - the name of the statistic
block_type - the name of the material if the statistic requires it (e.g. DROP (drop) requires a material (i.e. what to drop))
entity_type - the name of the entity if the statistic requires it (for example, KILL_ENTITY (kill_entity) requires an entity (i.e. that was killed))
Answer:
json format
Dictionary of requested statistic values for each player. Example: {"jeb_": 1234, "Notch": 700, "Herobrine": 900}
/mcstats/list/
Arguments:
No
Answer:
json format
List of all available statistics. That is, everything that can be used as an argument statistic
["DAMAGE_DEALT", "DAMAGE_TAKEN", ... "STRIDER_ONE_CM"]
/mcstats/list/materials
Arguments:
No
Answer:
json format
List of all available materials. That is, anything that can be used as the block_type argument
/mcstats/list/entities
Arguments:
No
Answer:
json format
List of all available materials. That is, anything that can be used as an entity_type argument
: ["DROPPED_ITEM", "EXPERIENCE_ORB", ..."CREEPER", ... "PLAYER", "UNKNOWN"]