https://github.com/bentoboxworld/islandfly
Gives players the fly command
https://github.com/bentoboxworld/islandfly
bentobox-addon flight-command island
Last synced: 3 months ago
JSON representation
Gives players the fly command
- Host: GitHub
- URL: https://github.com/bentoboxworld/islandfly
- Owner: BentoBoxWorld
- License: epl-2.0
- Created: 2018-10-07T13:00:29.000Z (over 7 years ago)
- Default Branch: develop
- Last Pushed: 2025-02-26T06:40:17.000Z (over 1 year ago)
- Last Synced: 2025-04-30T08:46:56.314Z (about 1 year ago)
- Topics: bentobox-addon, flight-command, island
- Language: Java
- Homepage:
- Size: 206 KB
- Stars: 3
- Watchers: 3
- Forks: 7
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# IslandFly
[](https://ci.codemc.org/job/BentoBoxWorld/job/IslandFly/)
Add-on for BentoBox to allow players of Gamemode Addons to fly on their island.
## How to use
1. Place the .jar in the addons folder of the BentoBox plugin
2. Restart the server
3. The addon will create a data folder and inside the folder will be a config.yml
4. Edit the config.yml if required
5. Restart the server if you make a change
## Config.yml
There are only two options in the config:
**fly-timeout**
How many seconds the addon will wait before disabling fly mode when a player exit his island.
**logout-disable-fly**
If the fly mode should be disabled when a player disconnect.
## Commands
**/is fly** - This command toggles flight **On** and **Off**
## Permissions
**[gamemode].island.fly** - For usage of flight command
Example:
**bskyblock.island.fly**
**[gamemode].island.flybypass** - Enables user to use fly command on other islands too
Example:
**caveblock.island.flybypass**