-
Notifications
You must be signed in to change notification settings - Fork 20
Bigbrother action list
This is the list of everything that BigBrother logs. In the
bbdata
table, you might've noticed an interesting field called 'action'. This tells you what exactly happened; if they broke, placed, burn, blew up that block. As time goes on, and BigBrother watches more and more things, this list will grow with it.
BLOCK_BROKEN
(0) - A block that is destroyed (includes liquid picked up by a bucket)
BLOCK_PLACED
(1) - A block that is placed (includes liquid placed by a bucket)
DESTROY_SIGN_TEXT
(2) - A sign that was destroyed and had text
TELEPORT
(3) - When a user teleports
DELTA_CHEST
(4) - The chest that got its contents modified (currently only fires when destroying a chest)
COMMAND
(5) - When the user uses a command
CHAT
(6) - When a user chats. How pleasant
DISCONNECT
(7) - When a user disconnects.
LOGIN
(8) - When a user logs in
DOOR_OPEN
(9) - Doors that were opened
BUTTON_PRESS
(10) - The button that got pressed
LEVER_SWITCH
(11) - The lever that got switched
CREATE_SIGN_TEXT
(12) - A Sign that has new text (Not yet implemented)
LEAF_DECAY
(13) - A leaf that decayed (Currently logged as player "Environment")
FLINT_AND_STEEL
(14) - Blocks that a player used flint and steel against
TNT_EXPLOSION
(15) - Blocks destroyed by TNT going off (Currently logged as player "Environment")
CREEPER_EXPLOSION
(16) - Blocks destroyed by Creepers blowing up (Logged as "Environment")
MISC_EXPLOSION
(17) - Miscellaneous explosions... Who knows?
OPEN_CHEST
(18) - A chest that was opened by a player
BLOCK_BURN
(19) - A block that was burnt and destroyed by fire (Current logged as "Environment")
LAVA_FLOW
(20) - Lava flowed from one block to another (Currently logged as "Environment")