- Added: Do not spam event.protectable message when placing many chests
- Added: API: Methods to Protection:
/**
* Delete the protection.
*
@Param deleter Player that deletes the protection, will receive a unlock message.
* @throws IllegalStateException If the owner of the protection is not online. The owner needs to be online to receive the cashback.
*/
void delete(
@Nullable Player deleter) throws IllegalStateException;
UUID getOwner();