Cooldown: You can now set a cooldown between elevator uses. Simply add the following to the configuration file:
Code (YAML):
# Set a delay before a player can use an elevator again. # The delay is in ticks. (20 ticks == 1 second) elevatorCooldown: 0
# The cooldown message sent to the player if they try to use an elevator while in cooldown mode. Leave it blank to disable it. # The %cooldown% placeholder is the time in seconds until they can use an elevator again. elevatorCooldownMessage: '&cPlease wait
%cooldown% seconds before using an elevator again!'
If you do not wish to use this feature then please ignore this update
Permissions: A new permissions regarding the cooldown feature has been added: elevator.cooldown.bypass This permission allows a player to bypass the cooldown time for elevators. Requested by @calvin487487
Sorry for posting two updates in one day. I try to get requested features out as fast as I can which is the reason for the double update.