-
Bug
-
Resolution: Won't Fix
-
None
-
23w03a
-
Confirmed
-
(Unassigned)
You can set game rule commandModificationBlockLimit to a negative value with a command such asĀ
/gamerule commandModificationBlockLimit -999
This doesn't make much sense, as you can encounter errors likeĀ
Too many blocks in the specified area (maximum -999, specified 1)
In my opinion accepted values should start at 1 (or 0).
You can simply set the maximum to 0 if you need this behavior.
- relates to
-
MC-124444 Gamerule maxCommandChainLength allows 0 and negative integer values
- Resolved