Statz

Statz

arrows_shot = This table holds info about arrows that were shot by players.

blocks_broken = This table holds all info about the blocks a player has broken.

blocks_placed = This table holds all info about the blocks a player has placed

buckets_emptied = This table holds info about players that emptied buckets.

buckets_filled = This table stores exactly the same things as buckets_emptied, but it is associated with buckets that were filled instead of emptied.

commands_performed = This table stores the commands that were performed by players.

damage_taken = This table holds info about players that took damage in some way or form.

Deaths = The deaths table is used to store info regarding the deaths of any player on the server.

distance_travelled = This table consists of data used to track the movement of players.
by

  • BOAT
  • FLY
  • MINECART
  • PIG
  • PIG IN MINECART
  • HORSE
  • HORSE IN MINECART

eggs_thrown = This table holds info about players that threw eggs.

entered_beds = This table stores when a player went to sleep.

food_eaten = This table holds info about what players have eaten.

items_caught = This table holds info about players that caught some item while fishing.

items_crafted = This table holds info about players that crafted something.

items_dropped = This table holds info about players that dropped something.

items_picked_up = This table holds info about players that picked up something.

joins = This table holds info about players that joined the server.

kills_mobs = This table holds info about players that killed a mob.

kills_players = This table holds info about players that killed other players.

players = This table holds info about the name and UUID of a player.

teleports = This table holds info about players that teleported.

time_played = This table holds info about the time players played on the server.

times_kicked = This table holds info about players that were kicked.

times_shorn = This table holds info about players that have shorn sheep.

tools_broken = This table holds info about players that broke their tools.

villager_trades = This table holds info about players that traded with villagers.

votes = This table holds info about players that voted via Votifier or NuVotifier.

worlds_changed = This table holds info about players that changed worlds (via portals or commands).

xp_gained = This table holds info about players that gained exp.

Aaron's World