Introduction
An extremely simple fly mod with permission AND internationalization (translation) support.
Purpose
I'm tired of all those mods with 1001 features when you only really want one feature.
Translations
To translate this plugin, create a copy of en.yml in your language (ru.yml, es.yml, etc) and simply change the bits after the : into your own language! Then simply edit config.yml and set "language: <your language code>". I will happily accept and include translations into other languages in the plugin if you would be so kind as to provide them. You will be listed in the translation file as the author and in the command help!
Commands
commands: fly: description: Toggles fly mode aliases: esfm permission: esfm.fly permission-message: "§4[ESFM] You do not have permission to do that." usage: | /<command> - Toggle fly mode for yourself. /<command> Bob - Toggle Bob's fly mode.
Permissions
permissions: esfm.fly: description: Allows you to toggle fly for yourself. default: false esfm.flyOthers: description: Allows you to toggle fly for others. default: op children: esfm.fly: true esfm.autoFly: description: Makes you fly automatically on login. default: false

