Flying Plugin Documentation
Overview
Flying is a plugin designed for Minecraft servers to enable high-altitude teleportation and gliding with Elytra. It allows players to teleport to a specified height, automatically equips them with Elytra for safe descent, and includes customizable cooldown and height settings.
Features
- High Altitude Teleportation: Teleports players to a configurable Y-level for a thrilling glide down.
- Automatic Elytra Equip: Temporarily equips an Elytra that can’t be manually removed, and re-equips the player’s original chestplate upon landing.
- Configurable Cooldown & Height: Set custom cooldowns and default teleport heights in config.yml.
- Dynamic Commands:
- /fly – Teleport and glide command.
- /fly reload – Reloads configuration without a restart.
- /fly height <value> – Sets a new default teleport height for /fly.
Commands
Command
Description
Permission
/fly Teleports player to configured height with Elytra. simple.fly
/fly reload Reloads the plugin configuration. simple.fly
/fly height <value> Sets a custom teleport height for /fly. simple.fly
Configuration (config.yml)
yaml
cooldown: 600 # Time in seconds before a player can reuse /fly.
height: 1000 # Default teleport height (Y-level).
- cooldown: Sets the cooldown duration (default: 600 seconds or 10 minutes).
- height: Sets the default teleport Y-level (default: 1000).
Installation
- Place the .jar file in the plugins folder.
- Start or restart the server.
- Adjust settings in config.yml as desired.
- Use /fly reload for changes to take effect.
Compatibility
- Native Version: 1.8.8
- Supported Versions: 1.8.8 to latest Minecraft versions. Elytra equipping is supported from 1.9+.