
The goal of this plugin is to enable users to fly for a specified amount of time before they go into a cooldown mode.
Permissions:
- spreadyourwings.fly - Allows the user to fly.
- spreadyourwings.cooldownexempt - Exempts user from the cooldown timer (fly will still disable after a set time).
Commands:
/spreadyourwings fly
You can use syw in place of the full form
Features:
- Configuration file for timers (cooldown and flying time)
- Allow users to fly until their time is up
- gives the user a warning message that they are running out of fly time
Config:
- This sets in seconds how long they have to wait to use the command again.
- Default is: 30.
Cooldown: 30
- This sets in seconds how long they can fly for.
- Default: 120
Timer: 120
- This sets in seconds how long before the flying ends the player is notified to reach the ground or a safe surface.
- Default: 5
WarnTimer: 5
- When set to true this will ensure the cooldown does not start its timer until after the timer for flight has finished.
- Default: True
StartAfter: True
- When set to true players will get a heads up that they need to get to the ground before flying turns off.
- Default: True
Warning: True
Known caveats:
- Reloading allows people who were flying at the time of the reload to stay in fly mode until they log out and back in.
Notes:
This was the idea of someone on the forums as a request and I figured I would release it here.