ElytraBlocker
作者:rebot | 分类:模组
Minecraft 版本: 1.21 1.21.1 1.21.2 1.21.3 1.21.4 1.21.5 1.21.6 1.21.7 1.21.8 1.21.9 1.21.10 1.21.11
平台: folia paper purpur
标签: management transportation utility
ElytraBlocker – World-Based Elytra & Firework Boost Control
ElytraBlocker lets server admins block Elytra usage and firework boosts in specific worlds, with immune permissions and hot-reload via /elytrablocker reload.
Join our Discord — discover other cool plugins, suggest new features, or get help with configurations.
Features ✨
-
Elytra Blocking
Disable Elytra flight in designated worlds. -
Firework Boost Blocking
Prevent firework-powered boosts where you don’t want them. -
Immune Permissions
Grant bypass permissions for trusted players (elytraBlocker.immune,fireworkBoostBlocker.immune). -
Per-World Configuration
Specify exactly which worlds block Elytra and/or firework boosts. -
Hot Reload
Reload the plugin config on-the-fly with/elytrablocker reload.
Main config (config.yml) ⚙️
config.yml
```yaml
# Join our discord - https://discord.gg/YGzA4UxzFB you can find other cool plugins there.
# Permissions
# "elytraBlocker.reload" - permission required to use "/elytrablocker reload" command
elytra:
# enable/disable elytra blocking
doBlock: false
# if player has this permission, elytra will not be blocked, even if doBlock is true
immunePermission: "elytraBlocker.immune"
# worlds where elytra is blocked
blockedWorlds:
# - "world"
# - "world_nether"
# - "world_the_end"
fireworkBoost:
# enable/disable firework boost blocking
doBlock: false
# if player has this permission, firework boost will not be blocked, even if doBlock is true
immunePermission: "fireworkBoostBlocker.immune"
# worlds where firework boost is blocked
blockedWorlds:
# - "world"
# - "world_nether"
# - "world_the_end"
# supports MiniMessage
usage: "✘ Usage: /elytrablocker reload"
noPermissionToReload: "✘ You don't have permission to reload Config!"
configReloaded: "✔ Config reloaded!"
````
Permissions ?
| Permission Node | Description |
|---|---|
elytraBlocker.immune |
Bypass Elytra blocking |
fireworkBoostBlocker.immune |
Bypass firework boost blocking |
elytraBlocker.reload |
Allows reloading the plugin config |
Commands ?
| Command | Description |
|---|---|
/elytrablocker reload |
Reload the plugin configuration |
请登录后举报
暂无评论,抢个沙发吧~