PlayerSetShopEvent - Triggers when a player sets a shop. It contains the player that set the shop. Cancelling the event will cancel the shop creation.
PlayerDelShopEvent - Triggers when a player deletes a shop. It contains the player that deleted the shop and a config of the shop. The config contains information about the shop, such as location and visits. Cancelling the event will cancel the shop deletion.
PlayerBkTeleportCountStartEvent - Triggers when a teleport starts the countdown. It contains the player that started the teleport and how many seconds the countdown has. Cancelling the event will cancel the countdown.
PlayerBkTeleportEvent - Triggers when a player is about to be teleported. It contains the player and the location that the player will be teleported to. Cancelling the event will cancel the teleport.