
WorldRulesManage
Professional world management with customizable settings to restrict what players can or cannot do in specific worlds or within defined radius areas, such as placing blocks, interacting with entities, triggering blocks, and more.
- Загрузки
- 294
- Подписчики
- 3
- Обновлён
- 18 января 2026 г.
- Лицензия
- MIT
Опубликован 26 июня 2025 г.
WorldRulesManage Plugin Overview
WorldRulesManage is a professional plugin for managing world rules. It allows you to freely configure player behavior (e.g., blocking block breaking, block triggering, block interaction, etc.) and world behaviors (e.g., blocking fire spread, liquid flow, etc.) in specific worlds. You can also define radius-based rules using coordinates to restrict player or world actions within a certain area.
Use cases: Server lobbies, spawn protection, and controlled world zones.
English README.md
中文简体 CN-README.md
📦 Plugin Features
- Supports global and radius-based world rules: prevent fire spread, prevent leaf decay, prevent block ignition (non-player), prevent entity block destruction, and block liquid flow (e.g., lava and water).
- Supports global and radius-based player rules: custom permission control, prevent block ignition, block breaking, block placing, item pickup/drop, bucket usage (e.g., collect water), hunger,
auto-restore hunger to full, prevent player damage, block all portals (overrides Nether/End), block Nether portal, block End portal, block specific item usage (configured by you),
block interaction with specific entities/blocks, block triggering of specific blocks. - Radius rule shapes (for world and player): 2D Circle (ignores Y), 3D Sphere (includes Y), 2D Square (ignores Y), 3D Cube (includes Y), custom origin and radius values.
- Supports blacklist/whitelist configuration
- Supports multiple worlds
- Supports auto-hot-reload of configuration files
⚙️ WorldRulesManage Configuration Guide
✅ worldName: <world> # Name of the world (e.g., world)
✅ globalRules: # Rules applied to the world, regardless of player permissions
flameSpread: true# Prevent fire from spreadingleavesDecay: true# Prevent leaf decayblockIgnite: true# Prevent block ignitionentityBlockBreak: true# Prevent entities from breaking blocksliquidFlow: true# Prevent liquid flow
✅ playerRules: # Rules applied to players without permission
permission: "wm.world"# Permission nodeblockIgnite: true# Prevent players from igniting blocksblockBreak: true# Prevent players from breaking blocksblockPlace: true# Prevent players from placing blocksitemPickup: false# Prevent players from picking up itemsitemDrop: false# Prevent players from dropping itemsusePail: true# Prevent players from using buckets (e.g., to collect water)food: true# Prevent hungerfoodSatiety: true# Restore hunger to fullplayerDamage: true# Prevent player damageportalAll: false# Prevent all portal access (overrides portalNether and portalEnder)portalNether: false# Prevent Nether portal accessportalEnder: false# Prevent End portal access
🎯playerUseItem:# Block item usagetype:BLACKLIST/WHITELISTlist:- "EGG" # Egg
- "FLINT_AND_STEEL" # Flint and Steel
🧍PlayerInteractEntity:# Block entity interactiontype:BLACKLIST/WHITELISTlist:- "ITEM_FRAME" # Item Frame
- "PAINTING" # Painting
- "ARMOR_STAND" # Armor Stand
🧱PlayerInteractBlock:# Block block interactiontype:BLACKLIST/WHITELISTlist:- "LEVER" # Lever
- "FURNACE" # Furnace
🎛️PlayerTriggerBlock:# Block block triggeringtype:BLACKLIST/WHITELISTlist:- "SOIL" # Farmland
- "TRIPWIRE" # Tripwire
This option only takes effect in radius.yml
✅settingsRadius:type:2DRange,3DRange,2DCube,3DCubexyz:# Starting coordinates (e.g., 0 0 0)radius:# Radius in blocks
📌 Case Sensitivity Warning
⚠️ Important: All configuration keys are case-sensitive. Misuse of uppercase/lowercase may result in errors or ignored settings.
🛠 Recommended Practices
- When using TNT near the radius edge, explosions may affect blocks just outside the protected area. To avoid this, expand the radius by 7 blocks for edge safety.
- Remove or comment out unused configuration sections to keep your setup clean and readable.
Ченджлог
7.0Релиз1.21.9, 1.21.10, 1.21.11 · 18 января 2026 г.
Fix - the issue with infoPeriod in config.yml not being calculated in seconds. Optimization - Windows 11's CMD line spacing issue. Optimization - The parameters autoReloadError, autoReloadCreate, autoReloadChange, and autoReloadDelete for the language module {0} are recommended to be removed. You can also directly delete the entire language folder to regenerate the configuration files. Optimization - Fixed the issue where deleting the globalRules and localRules folders during runtime would not dynamically generate configuration files.
6.8Релиз1.21.9, 1.21.10, 1.21.11 · 16 января 2026 г.
- Need to regenerate the configuration files in localRules.
6.7Релиз1.21.9, 1.21.10, 1.21.11 · 16 января 2026 г.
- Need to regenerate the configuration files in localRules.
6.6Релиз1.21.9, 1.21.10, 1.21.11 · 16 января 2026 г.
6.6 Remove redundant code and optimize!
- Remove redundant code, now wrl reload speed is 100%.
- If it has been updated and the configuration file is not frequently modified, you can ignore this update.
WorldRulesManage 6.5 Performance Optimization and New Features!
- Added the keepInventory game rule in globalRules.
- Added animals, monster, and ironGolem options in the creatureSpawn rule in globalRules.
- Optimized the listener logic: events already intercepted by globalRules no longer process localRules events, because once intercepted globally, handling locally is unnecessary (previously both were processed).
- Improved the speed of /wrl reload and restarting the plugin when modifying the config.yml configuration file.
- Added a keepInventory listener toggle option in config.yml.
- Optimized the configuration file examples and descriptions. Some configuration items had spelling errors; we will not directly correct these, because if the old configuration is not cleared after an update, functionality may break.
- Added soft dependencies for the plugin: [PlaceholderAPI, Multiverse-Core, LuckPerms, PlayerPoints, CMI, CMILib, Essentials].
New features and code refactoring!
- Added many features—too many to describe in detail.
- Optimized performance and introduced multithreading; previously used YAML, now switched to Java data types.
- Added support for automatic internationalization; currently only English and Chinese are supported, as the author doesn’t have time to translate into every popular language.
- Supports more customizable title-based notifications.
- Each world’s rules are stored in a separate YAML file, so there’s no worry about overly long configuration lines.
- Other features are left for you to explore."
5.3Релиз1.21.6, 1.21.7, 1.21.8 · 23 августа 2025 г.
A new fatalInjury option has been added under playerDamage (default: disabled). It does not prevent fatal damage (e.g., falling from a great height, /kill, etc.).
Note: If you do not need the fatalInjury feature, you can ignore this update or update without making any changes. If you are upgrading from v5.2 to v5.3, simply add fatalInjury: true under playerDamage. A configuration example has been provided below.
playerDamage: # -> Prevent players from taking damage (e.g., no hurt or knockback)
enable: true # Enable or disable
fatalInjury: false # Will not prevent fatal damage (e.g., high fall, /kill, etc.)
message: "&cYou cannot be harmed in this world!" # Message shown when blocked (supports PlaceholderAPI). Comment or remove to show nothing.
5.1Релиз1.21.6, 1.21.7, 1.21.8 · 26 июля 2025 г.
Kind Reminder: If version 5.0 already meets the needs of your server, you may ignore this update! WorldRulesManage v5.1 adds support for using whitelist/blacklist in blockBreak and blockPlace to restrict the breaking and placing of specific blocks. Additionally, you will need to update the blockBreak and blockPlace sections in your configuration file. A configuration example has been provided in the update log.
blockBreak:
message: "&cYou are not allowed to break blocks in this world!"
type: WHITELIST
list: []
blockPlace:
message: "&cYou are not allowed to place blocks in this world!"
list: []
5.0Релиз1.21.6, 1.21.7, 1.21.8 · 24 июля 2025 г.
Major Update: WorldRulesManage 5.0 Updating to this version requires deleting the previous configuration files and regenerating them. Now supports customizing messages for each world's rules individually. A new option to block entity spawning has been added to the global rules. World-level global rules now support always keeping the weather clear. Finally, the core logic has been optimized.
Комментарии
Загружаем…