1. Replace the old value in the config in all your worlds:
Code (YAML):
#Set "false" to enable Elytra, oh yeah Elytra can fly without restrictions, if you don't want Elytra to work, set it to "true".
disabled-elytra
: true
#The right to use Elytra (you can set your own rights).
elytra-fly-permission
: flightlimit.bypass.world.elytra
#Should the limit be enabled?
limit-enabled
: true
The new values are as follows:
Code (YAML):
#Set "false" to enable elytra at maximum height. Elytra can fly without limitations at maximum height. Set to "true" to disable elytra.
disable-max-height-elytra
: true
#Set "false" to enable elytra at minimum height. Elytra can fly without limitations at minimum height. Set to "true" to disable elytra.
disable-min-height-elytra
: true
#Permission to use elytra at maximum height (can set custom permissions)
max-height-elytra-permission
: flightlimit.bypass.world.elytra.maxheight
#Permission to use elytra at minimum height (can set custom permissions)
min-height-elytra-permission
: flightlimit.bypass.world.elytra.minheight
#Enable maximum height limit?
max-height-limit-enabled
: true
#Enable minimum height limit?
min-height-limit-enabled
: true