This plugin allows players to fly when in range of a powered on beacon. This will affect any player with the permission "beacon_flight".
Single command:
- /flight_toggle <player name> This will toggle the permission for a player. It also only works for operators.
For more compatibility, the command name, description and aliases can be modified in the flightConfig.yml file, so any conflicts can be resolved.
Additionally, if you already have a permissions manager that you want to use instead, you can set
external_permissions_editor in the config to true, which will disable the command, and also deactivate the extra logic for inbuilt permissions management.
The default configuration is the following:
Code (YAML):
external_permissions_editor
: false
command:
name
: flight_toggle
description
: Toggle flight for an online player
aliases
:
- ft
players
:
{
}
Players can be safely ignored - that is used by the plugin to store the state of the permission for each player when using the plugin to manage permissions. The other fields can be modified as you want. Note that if you remove all command aliases, you should replace it with empty square brackets like so:
Code (YAML):
aliases
:
[
]