Plugin Events

CITIZENS RIGHT CLICK NPC

Event called when a player right clicks on a Citizens NPC.

example:
  type: citizens_right_click_npc
  conditions:
  - '%npc_id% == 50'
  actions:
    default:
    - "player_command: rtp"
circle-check

WGEVENTS REGION ENTER

Event called when a player enters a WorldGuard region.

circle-check
circle-exclamation

WGEVENTS REGION LEAVE

Event called when a player leaves a WorldGuard region.

circle-check
circle-exclamation

PROTOCOLLIB RECEIVE MESSAGE

Event called when a player receives a chat message.

circle-check

Last updated

Was this helpful?