

Command Safety
Have you ever accidentally destroyed all entities in your world with a single command? Or maybe cleared all of a player's scores when you didn't intend to?
This mod prevents such mishaps by requiring the player to confirm execution of commands that could cause significant damage.
Especially useful when working on large-scale projects, particularly when multiple people are involved (possibly less experienced in using commands).
Commands and Conditions Requiring Confirmation:
/fill, /clone
- When selecting an area of more than 10,000 blocks
/execute, /kill, /effect, /tp, /teleport, /give, /clear, /gamemode
- When affecting more than 50 entities (players, ravagers, item frames)
- When affecting more than 25 living creatures (players, ravagers, ...)
- When affecting more than 1 player
/scoreboard
- When affecting more than 50 score holders (players / entities)
- When using the command
/scoreboard players reset ..
without selecting an objective
Configuration:
You can use the /confimcmd config
command to change the limits at which commands require confirmation, or edit configuration files directly (./config/confirmcommand.properties).
/confirmcmd Command
/confirmcmd config <name>
- Gets the value of a setting/confirmcmd config <name> <value>
- Sets the value of a setting
Possible values for <name>
: max_blocks, max_players, max_living_entities, max_entities, max_score_holders