Fly Mode Bukkit Plugin
Hello everyone, this is my first plugin. This plugin can be used(FOR EXAMPLE), if you have a Bukkit Server, and you want that only VIPs can fly in Lobby, but without "creative" mode. To use the plugin, you have to put it into the "plugins" folder, and then, you have to introduce "fly.use" into the "permissions.yml" file(I made an example) into the group that you want the users use "/fly".Then, RELOAD or RESTART the server.
Commands:
- /fly (To activate flying)
- /fly <player> (To activate flying in other player)
- /flyall (To activate flying in all the server)
- /disableflyall (To deactivate flying in all the server)
Permissions:
- fly.use (Permission for: /fly)
- fly.set (Permission for: /fly <player> | /flyall | /disableflyall)
Permissions.yml file example:
server.basics: description: Basic Permissions default: true children: fly.use: true fly.set: true

