Compatibility
Minecraft: Java Edition
Platforms
Creators
Details
xWorldBlocker | Total Control Over Your World Access!
Have you ever needed to restrict access to a specific world? Whether it's for a VIP zone, a temporary event world, or a staff-exclusive area, xWorldBlocker is your ultimate solution. This lightweight and powerful plugin allows you to block entry to any world on your server, granting access only to players with the proper permissions.
Forget complicated setups! With xWorldBlocker, you get total control in a simple and intuitive way.
🚀 Key Features 🛡️ Customizable World Blocking: Easily define a list of worlds that can only be accessed by permission.
🔑 Granular Permission System: Grant access to a specific world (xworldblocker.bypass.<worldname>) or to all locked worlds at once (xworldblocker.bypass.*).
💬 100% Configurable Messages: Edit all plugin messages to your liking. It supports HEX colors (&#RRGGBB) and standard Minecraft color codes (&a, &l) to perfectly match your server's aesthetic!
⚙️ Reload Command: Instantly apply configuration changes with the /xwb reload command without needing to restart the server.
🕊️ Lightweight & Optimized: Designed to run efficiently without impacting your server's performance.
🔧 Configuration
The setup is incredibly simple. Everything is managed from the config.yml file:
# __ __ _ _ ___ _ _
# __ __/ / /\ \ \___ _ __| | __| | / __\ | ___ ___| | _____ _ __
# \ \/ /\ \/ \/ / _ \| '__| |/ _` |/__\// |/ _ \ / __| |/ / _ \ '__|
# > < \ /\ / (_) | | | | (_| / \/ \ | (_) | (__| < __/ |
# /_/\_\ \/ \/ \___/|_| |_|\__,_\_____/_|\___/ \___|_|\_\___|_|
# xPlugins - WillfryDev - 777 Studios
# List of worlds you want to block.
# To enter these worlds, the player will need the permission: xworldblocker.bypass.<worldname>
# For example, to enter 'events', they will need 'xworldblocker.bypass.events'.
# If a player has 'xworldblocker.bypass.*', they will be able to enter all worlds.
blocked-worlds:
- "events"
- "staff_zone"
- "world_vip"
# Plugin messages. You can use HEX colors (&#RRGGBB) and Minecraft color codes (&a, &l, etc.).
# If you leave a message blank (''), nothing will be sent.
messages:
reload: "&#A2E4B8 ✔ Done! &#C1FFD7The xWorldBlocker configuration has been reloaded."
no-permission-entry: "&#FFB6C1 ✘ Error! &#FFDDC1You do not have permission to enter this world."
no-permission-command: "&#FFB6C1 ✘ Error! &#FFDDC1You do not have permission to use this command."
help:
- ""
- "&#A2E4B8/xwb reload WCEEB- Reload the plugin settings."
- "&#A2E4B8/xwb help WCEEB- Display this help message."
- ""
# ____
# __ _| _ \
# \ \/ / |_) |
# > <| __/
# /_/\_\_|lugins
# Org.
🎮 Commands
/xworldblocker help or /xwb help: Displays the list of available commands.
/xworldblocker reload or /xwb reload: Reloads the plugin configuration from the config.yml file.
🔐 Permissions
xworldblocker.admin
Description: Allows the player to use the /xwb reload command. Default: OP
xworldblocker.bypass.<worldname> Description: Allows the player to enter a specific locked world. Replace <worldname> with the exact name of the world (e.g., xworldblocker.bypass.vip_world).