Community listing page, reviews here may not be monitored by the author.
Banned Commands
No reviews yet
Server mod to prohibit configured commands based on dimension
Community voices
Reviews
No reviews yet. Be the first to review this project!
Get it on
Available Platforms
Compatibility
Supported Environments
Runs on a dedicated server only; does not work in singleplayer.
About
Project Details
For authors
Embed Badge
If you're the author of this project, you can embed a live badge anywhere that supports HTML or Markdown. It updates automatically whenever ratings change.
Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.
Identifiers
Platform IDs
Resources
External Links
About
Description
This is a simple mod that prevents commands from being run based on what dimension the player is in, regardless if the player has access to the command through a different permission management mod. Players with a permission level of 2 or more (ops) are exempt from restrictions.
This example config prevents /warp and /rtp from being used in the overworld, as well as any added parameters, such as /warp spawn. This also prevents /spawn from being used in all dimensions by default except for the overworld. The config is read from /config/bannedcommands.json and is automatically created if it does not exist.
{
"default": {
"denyMessage": "&cYou cannot use that command here.",
"commands": [
"spawn"
]
},
"minecraft:overworld": {
"denyMessage": "&cNo teleports in the overworld.",
"commands": [
"warp",
"rtp"
]
}
}
Commands (level 2/op only):
- /bannedcommands reload : Reloads the config
- /bannedcommands status : Displays the dimension id and commands listed for that dimension, for debugging purposes
This mod is open source and was created for the Cherry Cobblemon server: https://discord.gg/95mxCabJWf
Screenshots
Gallery
Versions
Files
Relations
Project Relations
More like this
Similar Mods
Suggestions use data such as tags, dependencies, dependents, descriptions, titles, and more to rank how much they overlap with this mod.
On ModDex
Community snapshot
By the numbers
Statistics
Want to reach Minecraft players?
We're looking for a server hosting partner to feature here and other parts of the site. Interested? Send us a message!
Get in touchGet it on
Available Platforms
On ModDex
Community snapshot
By the numbers
Statistics
Resources