Fleet Tools is a Fabric mod that brings the most popular and essential commands from EssentialsX to Minecraft Fabric servers. This mod provides server administrators with fundamental teleportation, utility, and administrative commands with full permission support.
/home - Teleport to your home location/sethome - Set your home at your current locationfleettools.home, fleettools.sethome (default: operators only)/spawn - Teleport to the server spawn/setspawn - Set the server spawn at your current location (admin only)fleettools.spawn, fleettools.setspawn (default: operators only)/back - Return to your previous locationfleettools.back (default: operators only)/heal [player] - Restore health to full and clear negative effects/feed [player] - Restore hunger and saturation to fullfleettools.heal, fleettools.heal.others, fleettools.feed, fleettools.feed.others (default: operators only)/fly [player] - Toggle flight modefleettools.fly, fleettools.fly.others (default: operators only)/gamemode <mode> [player] - Change game mode/gmc [player] - Switch to Creative mode/gms [player] - Switch to Survival mode/gma [player] - Switch to Adventure mode/gmsp [player] - Switch to Spectator modefleettools.gamemode, fleettools.gamemode.others (default: operators only)/god [player] - Toggle invulnerabilityfleettools.god, fleettools.god.others (default: operators only)/warp <name> - Teleport to a named warp location/setwarp <name> - Set a warp at your current location/delwarp <name> - Delete a named warpfleettools.warp, fleettools.setwarp, fleettools.delwarp (default: operators only)mods folderFleet Tools uses the Fabric Permissions API for permission management. All commands have associated permissions that can be managed through compatible permission plugins like LuckPerms.
| Command | Permission Node | Default Level |
|---|---|---|
/home |
fleettools.home |
2 (operators) |
/sethome |
fleettools.sethome |
2 (operators) |
/spawn |
fleettools.spawn |
2 (operators) |
/setspawn |
fleettools.setspawn |
2 (operators) |
/back |
fleettools.back |
2 (operators) |
/heal |
fleettools.heal |
2 (operators) |
/heal <player> |
fleettools.heal.others |
2 (operators) |
/feed |
fleettools.feed |
2 (operators) |
/feed <player> |
fleettools.feed.others |
2 (operators) |
/fly |
fleettools.fly |
2 (operators) |
/fly <player> |
fleettools.fly.others |
2 (operators) |
/gamemode |
fleettools.gamemode |
2 (operators) |
/gamemode <mode> <player> |
fleettools.gamemode.others |
2 (operators) |
/god |
fleettools.god |
2 (operators) |
/god <player> |
fleettools.god.others |
2 (operators) |
/warp |
fleettools.warp |
2 (operators) |
/setwarp |
fleettools.setwarp |
2 (operators) |
/delwarp |
fleettools.delwarp |
2 (operators) |
Fleet Tools stores player data in JSON files in the fleettools folder within your server directory:
fleettools/players/ - Individual player data (homes, last locations, etc.)fleettools/global.json - Global server data (spawn location, etc.)The mod automatically creates necessary data files and folders on first run. No additional configuration is required.
/home # Teleport to your home
/sethome # Set home at current location
/spawn # Teleport to spawn
/setspawn # Set spawn (admin only)
/back # Return to previous location
/heal # Heal yourself
/heal Steve # Heal another player (admin only)
/feed # Feed yourself
/feed Steve # Feed another player (admin only)
/fly # Toggle flight for yourself
/fly Steve # Toggle flight for another player (admin only)
/gamemode creative # Change to creative mode
/gmc # Quick creative mode
/gms # Quick survival mode
/god # Toggle god mode
/warp myWarp # Teleport to a warp named 'myWarp'
/setwarp myWarp # Set a warp named 'myWarp' at current location
/delwarp myWarp # Delete the warp named 'myWarp'
For issues, suggestions, or contributions, please visit the GitHub repository.
This project is licensed under the MIT License.