Events - Sharpjaws/SharpSK GitHub Wiki

SharpSK's Core Events:

on firework explode: //Called when a firework explodes.

on shear: //Called when a sheep gets sheared.

on transfer: //Called when a item gets transferred from for example a hopper to a chest.

on [hopper] pickup: //Called when a hopper picks up a item.

[sharpsk] on (armor|armour) equip: //Called when a player equips an armor piece.

[sharpsk] on (armor|armour) unequip: //Called when a player unequips an armor piece.

on enderman teleport: //Called when a enderman teleports.

on (server|console) command: //Called when a command gets executed from console.

on (remote|rcon) (server|console) command: //Called when a command gets executed from a remote location.

on exp[erience] change: //Called when a player gains EXP.

on timer tick: //Called when a second/tick passes on a timer instance

on timer complete: //Called when a timer instance completed its countdown