ForestPearl is a lightweight and fun plugin designed for Minecraft server networks. It allows players to
fly around the lobby using an EnderButt, simulating a smooth and controlled flight experience!
✨ Features:
- Fly around the map by simply right-clicking an Ender Pearl!
- Fully customizable messages with
hex color support!
- ⏱️ Built-in cooldown system to prevent spam (with custom messages).
- ❌ Optionally disable fall damage, movement, and drop checks.
- Easy permissions for admin control and bypassing cooldowns.
Permissions:
-
forest.enderbutt.admin – Access to use the enderbutt.
-
forest.enderbutt.bypass – Bypass cooldown restriction.
-
forest.enderbutt.reload – Reload the plugin config.
Commands:
-
/enderbutt reload – Reloads the configuration file.
Configuration File:
Code (YAML):
configurations:
slot:
enabled
: 2
enderpearl:
cooldown_seconds
: 3
cooldown_message
:
"&4&lForest Development &8» &7Please wait &f%seconds% seconds &7before using it again."
message:
permission_denied
:
"&4&lForest Development &8» &cYou don't have permission!"
reload_success
:
"&4&lForest Development &8» &aSuccessfully reloaded the configuration!"
settings:
allow_fall_damage
: false
check_drop
: false
check_move
: false
item:
display_name
:
"&5&lEnderbutt"
lore_list
:
-
"&7Nice fun lobby tool!"
-
"&7Made by Forest Development"
permissions:
reload
:
"forest.enderbutt.reload"
admin
:
"forest.enderbutt.admin"
bypass
:
"forest.enderbutt.bypass"