New Events for developers and option to use ChestCommands to display a custom warps list GUI
- Added a config option that will make the player execute a command instead of sending the list of warps. This is useful if you are using ChestCommands to create a custom warp list GUI.
- Added new events for plugin developers:
- PlayerBkTeleportSendEvent - Triggers when a player sends a tpa or tphere request to another player. It contains the player that sent the request and the player that received it. Cancelling the event will cancel the request.
- PlayerBkTeleportReplyEvent - Triggers when a player replies to a tpa or tphere request. Contains the player that sent the request and the player that is replying to it. Cancelling the event will cancel the request.
- 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.