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.
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
worldName: <world> # Name of the world (e.g., world)globalRules: # Rules applied to the world, regardless of player permissionsflameSpread: true # Prevent fire from spreadingleavesDecay: true # Prevent leaf decayblockIgnite: true # Prevent block ignitionentityBlockBreak: true # Prevent entities from breaking blocksliquidFlow: true # Prevent liquid flowplayerRules: # Rules applied to players without permissionpermission: "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:🧍PlayerInteractEntity: # Block entity interactiontype: BLACKLIST / WHITELISTlist:🧱PlayerInteractBlock: # Block block interactiontype: BLACKLIST / WHITELISTlist:🎛️PlayerTriggerBlock: # Block block triggeringtype: BLACKLIST / WHITELISTlist: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⚠️ Important: All configuration keys are case-sensitive. Misuse of uppercase/lowercase may result in errors or ignored settings.