Events

Available events that actions may be placed in.

Parameters

label

Housing's string label for the event.

item

Housing's item for the event.

Entries

Link copied to clipboard

Event fired when a player joins the house.

Link copied to clipboard

Event fired when a player leaves the house.

Link copied to clipboard

Event fired when a player dies.

Link copied to clipboard

Event fired when a player kills another player.

Link copied to clipboard

Event fired when a player respawns.

Link copied to clipboard

Event fired when a player's group changes.

Link copied to clipboard

Event fired when a player's PvP state changes.

Link copied to clipboard

Event fired when a player catches a fish.

Link copied to clipboard

Event fired when a player enters a portal.

Link copied to clipboard

Event fired when a player takes damage.

Link copied to clipboard

Event fired when a player breaks a block.

Link copied to clipboard

Event fired when a player starts a parkour course.

Link copied to clipboard

Event fired when a player completes a parkour course.

Link copied to clipboard

Event fired when a player drops an item.

Link copied to clipboard

Event fired when a player picks up an item.

Link copied to clipboard

Event fired when a player changes their held item.

Link copied to clipboard

Event fired when a player toggles sneaking.

Link copied to clipboard

Event fired when a player toggles flight.

Properties

Link copied to clipboard

Returns a representation of an immutable list of all enum entries, in the order they're declared.

Link copied to clipboard
val item: Item
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.