Limit chatcommand parameter length in command blocks (#695)

This commit is contained in:
luk3yx
2024-12-23 07:08:44 +13:00
committed by GitHub
parent 8051129f82
commit 320ec93544
2 changed files with 11 additions and 0 deletions

View File

@ -11,6 +11,11 @@ mesecon.cooldown_granularity (Cooldown step length) float 0.5 0.0 1.0
mesecon.blinky_plant_interval (Plant blinking interval) int 3 1 5
[mesecons_commandblock]
mesecon.commandblock_param_maxlen (Maximum command parameter length) int 10000 100 1000000
[mesecons_detector]
mesecon.detector_radius (Player detector scanning radius) int 6 3 16