Per request this update features a new Perk called Bird.
When a player toggles said perk he will be able to fly until the Perk is toggled off again.
You need to add the following to your message.yml:
Code (YAML):
bird:
displayName
: '&f&lBird Perk'
description
:
- '&7&oWhen activated this perk allows the player to fly even'
- '&7&owhen he is in survival mode.'
and the following to the perks.yml:
Code (YAML):
bird:
enabled
: true
permission
: 'advancedPerks.bird'
disabledWorlds
:
[
]