Skip to content
fromgate edited this page Jul 7, 2017 · 3 revisions

This action is used when the player needs to cancel or allow the flight on Elitra.

GLIDE <glide> [player]

Element Possible Values Description
glide glide:<true/false> Allow or deny the use of the Elytra
player player:<Name> The name of the player to which this action will be applied

Examples

  1. Forbid the flight on the Elytra in the spawn region.
REGION:
  rn:
    region: spawn
    flags:
    - STATE=GLIDE
    actions:
    - GLIDE=glide:false
    - MESSAGE=&cFlight on Elytra is forbidden.
Clone this wiki locally