TempFly is a Minecraft (Spigot/Paper) plugin that allows players to have temporary flight time, with flexible commands and easy configuration.
- Grant temporary flight time to players.
- Time formats supported: seconds (
30), minutes (10m), hours (2h). - Commands to toggle flight on/off, view remaining time, or add time.
- Supports console execution for adding time.
- Permissions for better control.
- Download the latest release from the Releases page.
- Place the
.jarfile in your server'spluginsfolder. - Restart or reload your server.
- Configure plugin settings in
config.yml.
| Command | Description | Permission |
|---|---|---|
/tempfly |
Toggle flight on/off | tempfly.use |
/tempfly on |
Enable flight if time is available | tempfly.use |
/tempfly off |
Disable flight | tempfly.use |
/tempfly time |
Show remaining flight time | tempfly.use |
/tempfly add <player> <time> |
Add flight time to a player | tempfly.add |
Examples:
/tempfly add Steve 30→ Adds 30 seconds./tempfly add Steve 10m→ Adds 10 minutes./tempfly add Steve 2h→ Adds 2 hours.
| Permission | Description |
|---|---|
tempfly.use |
Allows using flight toggle and checking time. |
tempfly.add |
Allows adding time to players (also from console). |
tempfly.infinite |
Gives infinite flight time. |
- Java 17+
- Spigot/Paper 1.16+
This project is licensed under the MIT License - see the LICENSE file for details.