mirror of
https://github.com/TheDeus-Group/TFM-4.3-Reloaded.git
synced 2025-01-05 16:48:19 +00:00
Properly block /jail and /unjail
They're both aliases, /togglejail is the actual command
This commit is contained in:
parent
f2dc46d4ef
commit
a4d8f4646e
2 changed files with 3 additions and 4 deletions
|
@ -1,3 +1,3 @@
|
||||||
#Build Number for ANT. Do not edit!
|
#Build Number for ANT. Do not edit!
|
||||||
#Sat May 30 19:54:04 CEST 2015
|
#Sat May 30 20:10:27 CEST 2015
|
||||||
build.number=1041
|
build.number=1043
|
||||||
|
|
|
@ -133,8 +133,7 @@ blocked_commands:
|
||||||
- 's:b:/setblock:_'
|
- 's:b:/setblock:_'
|
||||||
- 's:b:/green:_'
|
- 's:b:/green:_'
|
||||||
- 'n:b:/gamerule:_'
|
- 'n:b:/gamerule:_'
|
||||||
- 'n:b:/jail:_'
|
- 'n:b:/togglejail:_'
|
||||||
- 'n:b:/unjail:_'
|
|
||||||
|
|
||||||
# Superadmin commands - Auto-eject
|
# Superadmin commands - Auto-eject
|
||||||
- 's:a:/stop:_'
|
- 's:a:/stop:_'
|
||||||
|
|
Loading…
Reference in a new issue