This plugin contains the /fly command with an inventory.
The inventory has 2 items that are to turn on and off. The inventory is fully customizable with the config.yml file.
/flyui -> The flyui command.
/flyui reload -> Reloads the plugin.
/fly -> Opens the inventory that gives you the ability to fly
See the permissions button to see the permissions of the commands.
- flyui.reload -> The "/flyui reload" command permission.
- flyui.use -> The "/fly" command permission.
Code (YAML):
messages:
noperms: '&8
[&2FlyUI&8
] &cYou don''t have permissions to execute this command.'
flyon: '&8
[&2FlyUI&8
] &7Your fly mode has been set to &aON'
flyoff: '&8
[&2FlyUI&8
] &7Your fly mode has been set to &cOFF'
inventory:
name: '&2&lFLYUI'
slots: 27
on-button:
name: '&a&lON'
slot: 11
off-button:
name: '&c&lOFF'
slot: 15