WorldBlocker
作者: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
平台: paper purpur
标签: game-mechanics management utility
WorldBlocker – World Access Control Plugin
WorldBlocker lets server admins block players and entities from entering specified worlds, with customizable messages and hot-reload support via /worldblocker reload.
Join our Discord — discover other cool plugins, suggest new features, or get help with configurations.
Features ✨
-
World Entry Blocking
Prevent players and/or entities from entering designated worlds. -
Immune Permissions
Grantworldblocker.immuneto bypass world restrictions, or ignore immunity entirely. -
Custom Messages
Send configurable MiniMessage alerts when entry is denied. -
Entity Control
Optionally block all entities (mobs, items, etc.) except players. -
Hot Reload
Reload the plugin config on-the-fly with/worldblocker reload.
Main config (config.yml) ⚙️
config.yml
```yaml
# Join our discord - https://discord.gg/YGzA4UxzFB you can find other cool plugins there.
# Permissions
# "worldblocker.reload" - permission required to use "/worldblocker reload" command
# blocks all entities except players
blockAllEntities: false
# if true, all players without immunePermission will be blocked
blockPlayers: true
# if true, all players will be blocked, even if they have immunePermission
ignoreImmunePermission: false
immunePermission: "worldblocker.immune"
# if true, player will get message when they fail to enter a blocked world
doSendMessage: true
# supports MiniMessage
canNotEnterWorld: "✘ You can't enter this world!"
noPermissionToReload: "✘ You don't have permission to reload Config!"
configReloaded: "✔ Config reloaded!"
blockedWorlds:
# - "world"
# - "world_nether"
# - "world_the_end"
````
Permissions ?
| Permission Node | Description |
|---|---|
worldblocker.immune |
Bypass world entry restrictions |
worldblocker.reload |
Allows reloading the plugin config |
Commands ?
| Command | Description |
|---|---|
/worldblocker reload |
Reload the plugin configuration |
请登录后举报
暂无评论,抢个沙发吧~