Player
Events that are caused by players
PlayerJoinEvent
Player_Join_Event: <Mechanics>Called when a player joins the server.
The player who joined the server
PlayerQuitEvent
Player_Quit_Event: <Mechanics>Called when a player leaves the server.
The player who left the server
PlayerBedEnterEvent
Player_Bed_Enter_Event: <Mechanics>Called when a player starts sleeping in a bed (by right-clicking on any bed at night).
The player entering the bed
The bed block
PlayerBedLeaveEvent
Player_Bed_Leave_Event: <Mechanics>Called when a player stops sleeping in a bed (either by waking up or leaving the bed manually).
The player leaving the bed
The bed block
BlockBreakEvent
Called when a player breaks a block by mining it.
The player breaking the block
The center of the broken block
BlockPlaceEvent
Called when a player places a block.
The player placing the block
The center of the placed block
Last updated