Temporarily disable some things

This commit is contained in:
ZeroEpoch1969
2018-07-23 23:54:19 -07:00
parent cae068a151
commit ebb05fa6a6
8 changed files with 44 additions and 15 deletions

View File

@ -140,8 +140,11 @@ blocked_commands:
- 'n:b:/pp hugeexplosion:You may not use this particle! Please use another.'
- 'n:b:/pp barrier:You may not use this particle! Please use another.'
- 'n:b:/setjail:_'
- 'n:b:/tfbanlist:Use /banlist to see and wipe the ban list'
- 'n:b:/tfipbanlist:Use /banlist to see and wipe the ban list'
- 'n:b:/function:_'
- 'n:b:/defaultgamemode:_'
- 'n:b:/data:_'
- 'n:b:/datapack:_'
- 'n:b:/tag:_'
# Superadmin commands
- 's:b:/save-all:_'
@ -180,6 +183,8 @@ blocked_commands:
- 's:b:/togglejail:_'
- 's:b:/fill:_'
- 's:b:/flood:_'
- 's:b:/team:_'
- 'n:b:/bossbar:_'
# Superadmin commands - Auto-eject
- 's:a:/stop:_'

View File

@ -2,7 +2,7 @@ name: TotalFreedomMod
main: me.totalfreedom.totalfreedommod.TotalFreedomMod
version: ${tfm.build.version}
description: Plugin for the Total Freedom server.
depend: [Aero, WorldEdit]
depend: [Aero]
softdepend: [BukkitTelnet, Essentials, LibsDisguises]
authors: [Madgeek1450, Prozza]