CommandWorld
๐ก Updated this yearPreview

๐ Analysis
- ๐ #730 of 1224 bukkit mods in this game by downloads
๐ About This Mod
# ๐ CommandWorld > **Per-world command control and chat isolation for Paper, Purpur, Spigot, and Bukkit servers.** Granular whitelist/blacklist rules per world, world group, and LuckPerms group โ with a fully-featured staff communication suite. Built for networks, SMPs, minigame servers, and any multi-world setup. --- ## ๐ Why CommandWorld? Most Minecraft servers with multiple worlds suffer from the same problem โ players can run any command from anywhere, chat bleeds across worlds, and staff have no clean way to communicate privately. CommandWorld solves all of it in one lean, zero-database plugin. - ๐ Granular command control โ whitelist or blacklist any command per scope: global, world, world group, or LuckPerms group - ๐ World-isolated chat โ players only see messages from their own world or world group - ๐ข Global chat override โ prefix a message with ! to broadcast across all worlds instantly - ๐ฎ Staff chat โ a dedicated private channel for your staff team, toggleable per session - ๐ต๏ธ Chat spy โ staff can silently monitor chat across every world at once - โ๏ธ Live config editing via commands โ add/remove/list command rules without ever touching a file - ๐ LuckPerms integration โ apply command rules directly to LP permission groups with highest priority - ๐ Hot reload โ all changes apply live with /cw reload --- ## ๐ก๏ธ Command Control System > Block or allow any command anywhere on your server, down to the individual player rank. ### ๐ฏ Scope Priority (Highest โ Lowest) 1. LuckPerms Group โ per-rank rules (e.g. admin, mod, vip, default) 2. World Group โ shared rules across linked worlds (e.g. survival, lobby, minigame) 3. Individual World โ override rules for a specific world 4. Global Default โ fallback rules applied everywhere else ### โ Whitelist / Blacklist Modes - Whitelist โ only listed commands are allowed and visible - Blacklist โ all commands are allowed except listed ones - Each scope has its own independent mode, configurable at any time ### ๐ Tab-Complete Suppression - Command rules apply to both execution and tab-complete separately - Players in restricted worlds won't even see blocked commands when pressing Tab ### ๐ซ Default-Deny by Default - Out of the box, the default LuckPerms group is set to whitelist with an empty list โ players can use zero commands until you open them up - Admins are set to blacklist with an empty list โ full access to everything by default --- ## ๐ฌ Chat System > Per-world chat isolation, cooldowns, filtered words, join/leave messages, and full MiniMessage formatting. ### ๐ World-Isolated Chat - Players only receive messages from their own world or world group - Configurable join/leave messages scoped to each world group - Optional chat clear on world switch ### ๐ข Global Chat - Any player can prefix a message with ! to send it across all worlds - Requires the commandworld.globalchat permission (toggled on/off per server) - Fully configurable format with MiniMessage support ### โฑ๏ธ Chat Cooldowns - Per-world-group cooldown in seconds (e.g. Survival: 2s, Lobby: 1s, Minigame: off) - Custom cooldown message with %remaining% placeholder ### ๐ซ Word Filter - Server-wide blocked words list (case-insensitive) - Custom blocked word message ### ๐จ Chat Formatting - Full MiniMessage colour and style support - Placeholders: %player%, %message%, %world%, %prefix%, %suffix% - Per-world-group format โ each zone has its own chat style --- ## ๐ฎ Staff Tools ### ๐ฌ Staff Chat (/staffchat, /sc) - Toggle staff-only chat mode โ all messages go to staff instead of public chat - Or send a one-off staff message without toggling - Optional sound on receipt - Requires commandworld.staff to receive, commandworld.staffchat to send ### ๐ต๏ธ Chat Spy (/chatspy) - Monitor all world chats simultaneously in real time - Configurable whether spy includes staff chat, global chat, or the spy's own context - Optional sound on receipt - Requires commandworld.chatspy --- ## ๐ Dependencies ### Required - Paper, Purpur, Spigot, or Bukkit 1.21 or a compatible fork ### Recommended - LuckPerms โ for per-group command rule tiers - Multiverse-Core โ for world group detection and routing --- ## โ๏ธ Configuration > 100% configurable. World groups, command rules, chat formats, cooldowns, staff tools, and all messages live in config.yml. world-groups: survival: - world - world_nether - world_the_end lobby: - lobby minigame: - minigame1 - minigame2 groups: admin: mode: blacklist execution: tab-complete: mod: mode: blacklist execution: - /stop - /op default: mode: whitelist execution: tab-complete: chat: enabled: true format: survival: '<gray> <white>%prefix%%player%%suffix%<dark_gray>: <white>%message%' cooldown: survival: 2 lobby: 1 ### ๐จ What You Can Customize - ๐ World groups โ link any worlds to share command rules and chat - ๐ Per-
# ๐ CommandWorld
> Per-world command control and chat isolation for Paper, Purpur, Spigot, and Bukkit servers. Granular whitelist/blacklist rules per world, world group, and LuckPerms group โ with a fully-featured staff communication suite. Built for networks, SMPs, minigame servers, and any multi-world setup.
## ๐ Why CommandWorld?
Most Minecraft servers with multiple worlds suffer from the same problem โ players can run any command from anywhere, chat bleeds across worlds, and staff have no clean way to communicate privately. CommandWorld solves all of it in one lean, zero-database plugin.
- ๐ Granular command control โ whitelist or blacklist any command per scope: global, world, world group, or LuckPerms group
- ๐ World-isolated chat โ players only see messages from their own world or world group
- ๐ข Global chat override โ prefix a message with ! to broadcast across all worlds instantly
- ๐ฎ Staff chat โ a dedicated private channel for your staff team, toggleable per session
- ๐ต๏ธ Chat spy โ staff can silently monitor chat across every world at once
- โ๏ธ Live config editing via commands โ add/remove/list command rules without ever touching a file
- ๐ LuckPerms integration โ apply command rules directly to LP permission groups with highest priority
- ๐ Hot reload โ all changes apply live with /cw reload
## ๐ก๏ธ Command Control System
> Block or allow any command anywhere on your server, down to the individual player rank.
### ๐ฏ Scope Priority (Highest โ Lowest) 1. LuckPerms Group โ per-rank rules (e.g. admin, mod, vip, default) 2. World Group โ shared rules across linked worlds (e.g. survival, lobby, minigame) 3. Individual World โ override rules for a specific world 4. Global Default โ fallback rules applied everywhere else
### โ Whitelist / Blacklist Modes - Whitelist โ only listed commands are allowed and visible - Blacklist โ all commands are allowed except listed ones - Each scope has its own independent mode, configurable at any time
### ๐ Tab-Complete Suppression - Command rules apply to both execution and tab-complete separately - Players in restricted worlds won't even see blocked commands when pressing Tab
### ๐ซ Default-Deny by Default - Out of the box, the default LuckPerms group is set to whitelist with an empty list โ players can use zero commands until you open them up - Admins are set to blacklist with an empty list โ full access to everything by default
## ๐ฌ Chat System
> Per-world chat isolation, cooldowns, filtered words, join/leave messages, and full MiniMessage formatting.
### ๐ World-Isolated Chat - Players only receive messages from their own world or world group - Configurable join/leave messages scoped to each world group - Optional chat clear on world switch
### ๐ข Global Chat - Any player can prefix a message with ! to send it across all worlds - Requires the commandworld.globalchat permission (toggled on/off per server) - Fully configurable format with MiniMessage support
### โฑ๏ธ Chat Cooldowns - Per-world-group cooldown in seconds (e.g. Survival: 2s, Lobby: 1s, Minigame: off) - Custom cooldown message with %remaining% placeholder
### ๐ซ Word Filter - Server-wide blocked words list (case-insensitive) - Custom blocked word message
### ๐จ Chat Formatting - Full MiniMessage colour and style support - Placeholders: %player%, %message%, %world%, %prefix%, %suffix% - Per-world-group format โ each zone has its own chat style
## ๐ฎ Staff Tools
### ๐ฌ Staff Chat (/staffchat, /sc) - Toggle staff-only chat mode โ all messages go to staff instead of public chat - Or send a one-off staff message without toggling - Optional sound on receipt - Requires commandworld.staff to receive, commandworld.staffchat to send
### ๐ต๏ธ Chat Spy (/chatspy) - Monitor all world chats simultaneously in real time - Configurable whether spy includes staff chat, global chat, or the spy's own context - Optional sound on receipt - Requires commandworld.chatspy
## ๐ Dependencies
### Required - Paper, Purpur, Spigot, or Bukkit 1. 21 or a compatible fork
### Recommended - LuckPerms โ for per-group command rule tiers - Multiverse-Core โ for world group detection and routing
## โ๏ธ Configuration
> 100% configurable. World groups, command rules, chat formats, cooldowns, staff tools, and all messages live in config.yml.
world-groups: survival: - world - world_nether - world_the_end lobby: - lobby minigame: - minigame1 - minigame2
groups: admin: mode: blacklist execution: [] tab-complete: [] mod: mode: blacklist execution: - /stop - /op default: mode: whitelist execution: [] tab-complete: []
chat:
enabled: true
format:
survival: '
### ๐จ What You Can Customize - ๐ World groups โ link any worlds to share command rules and chat - ๐ Per-
๐ Mod Details
- Game
- Minecraft Plugins
- Author
- FrostedGuy
- Version
- 1.0.0
- Downloads
- 106
- Endorsements
- 0
- Category
- bukkit
- Created
- 4/17/2026
- Updated
- 4/14/2026
- Game Versions
- 1.21, 1.21.1, 1.21.2, 1.21.3, 1.21.4
- Tags
- game-mechanics, management, social
๐ง How to Install Minecraft Plugins Mods
Download from Modrinth. Use Prism Launcher or drop into your mods folder.
๐ Full step-by-step install guide for Minecraft Plugins โ
Visit the official mod page for specific installation instructions for this mod.
๐ฎ Need cheat codes or console commands? Check ur gaming wiki for Minecraft Plugins commands, item IDs, and more.
โ Frequently Asked Questions
Which Minecraft Plugins versions does CommandWorld support?
The author lists 1.21, 1.21.1, 1.21.2, 1.21.3, 1.21.4, 1.21.5. Other versions may work but are untested by the author.
What is the latest version of CommandWorld?
Version 1.0.0, published 2026-04-14 with 106 downloads recorded at the source.
Keep browsing โ more Minecraft Plugins mods await