mirror of
https://github.com/TheDeus-Group/TFM-4.3-Reloaded.git
synced 2024-11-01 01:31:54 +00:00
Added extra blocked commands used to bypass //brush
I've added commands which enable //brush even though it is blocked (/size and //mask) to the blocked commands list (for superadmins only).
This commit is contained in:
parent
f4440fd262
commit
72e105eb34
|
@ -90,6 +90,8 @@ blocked_commands:
|
||||||
- 's:b://:_'
|
- 's:b://:_'
|
||||||
- 's:b:/superpickaxe:_'
|
- 's:b:/superpickaxe:_'
|
||||||
- 's:b:/brush:_'
|
- 's:b:/brush:_'
|
||||||
|
- 's:b:/size:_'
|
||||||
|
- 's:b://mask:_'
|
||||||
- 's:b:/mat:_'
|
- 's:b:/mat:_'
|
||||||
- 's:b:/tool:_'
|
- 's:b:/tool:_'
|
||||||
- 's:b://butcher:_'
|
- 's:b://butcher:_'
|
||||||
|
|
Loading…
Reference in a new issue