mirror of
https://github.com/IPTFreedom/iptfreedom.git
synced 2025-03-27 01:09:39 -04:00
Misc changes
This commit is contained in:
parent
f4bd1a2ee4
commit
4b35fd40e3
3 changed files with 7 additions and 22 deletions
|
@ -252,16 +252,9 @@ blocked_commands:
|
|||
# - 'n:b:/ban:_'
|
||||
#
|
||||
global:
|
||||
# CoreProtect Blocked and shows as an unknown command...
|
||||
- 'a:b:/co:_'
|
||||
- 'n:b:/co purge:_'
|
||||
|
||||
# Disabled commands
|
||||
- 'n:b:/essentials:_'
|
||||
- 'n:b:/near:_'
|
||||
- 'n:b:/time:Server-side time changing is disabled. Please use /ptime to set your own personal time.'
|
||||
- 'n:b:/disguiseradius:_'
|
||||
- 'n:b:/undisguiseradius:_'
|
||||
- 'n:b:/debug:_'
|
||||
- 'n:b:/stop:_'
|
||||
- 'n:b:/restart:_'
|
||||
|
@ -285,40 +278,34 @@ blocked_commands:
|
|||
- 'n:b:/forceload:_'
|
||||
- 'n:b:/fill:_'
|
||||
- 'n:b:/paper:_'
|
||||
- 'n:b:/scissors:_'
|
||||
- 'n:b:/locate:_'
|
||||
- 'n:b:/vvbukkit:_'
|
||||
- 'n:b:/plot area c:_'
|
||||
- 'n:b:/loot:_'
|
||||
- 'n:b:/plan:_'
|
||||
- 'n:b://mat:_'
|
||||
- 'n:b:/mat:_'
|
||||
- 'n:b://distr:_'
|
||||
- 'n:b:/data:_'
|
||||
- 'n:b:/datapack:_'
|
||||
- 'n:b://regen:_'
|
||||
- 'n:b://brush:_'
|
||||
- 'n:b:/execute:_'
|
||||
- 'n:b:/killall:_'
|
||||
- 'n:b:/createdisguise:_'
|
||||
- 'n:b:/attribute:_'
|
||||
- 'n:b:/reload:_'
|
||||
- 'n:b:/gamerule:_'
|
||||
- 'n:b:/packet_filter:_'
|
||||
- 'n:b:/packetlog:_'
|
||||
- 'n:b:/protocol:_'
|
||||
- 'n:b:/libsdisguises:_'
|
||||
- 'n:b:/setidletimeout:_'
|
||||
- 'n:b:/delchunks:_'
|
||||
- 'n:b:/worldguard:_'
|
||||
- 'n:b:/tpall:_'
|
||||
- 'n:b:/wra:_'
|
||||
- 'n:b:/viaversion:_'
|
||||
- 'n:b:/spark:_'
|
||||
- 'n:b://g:_'
|
||||
- 'n:b:/damage:_'
|
||||
- 'n:b:/fawe:_'
|
||||
- 'n:b:/co purge:_'
|
||||
- 'n:b:/jfr:_'
|
||||
|
||||
# Admin commands
|
||||
- 'a:b:/co:_'
|
||||
- 'a:b:/lightning:_'
|
||||
- 'a:b:/playsound:_'
|
||||
- 'a:b:/createkit:_'
|
||||
|
@ -331,7 +318,7 @@ blocked_commands:
|
|||
- 'a:b:/stoplag:_'
|
||||
- 'a:b:/slay:_'
|
||||
- 'a:b:/save-all:_'
|
||||
- 'a:b:/particle:Due to security reasons, the use of /particle has been disabled.'
|
||||
- 'a:b:/particle:_'
|
||||
- 'a:b:/kick:_'
|
||||
- 'a:b:/difficulty:_'
|
||||
- 'a:b:/socialspy:_'
|
||||
|
@ -339,7 +326,6 @@ blocked_commands:
|
|||
- 'a:b:/setworldspawn:_'
|
||||
- 'a:b:/scoreboard:_'
|
||||
- 'a:b:/setspawn:_'
|
||||
- 'a:b:/disentity:_'
|
||||
- 'a:b:/title:_'
|
||||
- 'a:b:/weather:_'
|
||||
- 'a:b:/setblock:_'
|
||||
|
@ -373,7 +359,6 @@ blocked_commands:
|
|||
- 'a:b:/anychest:_'
|
||||
- 'a:b:/sc:_'
|
||||
- 'a:b:/wea:_'
|
||||
- 'a:b:/ps:_'
|
||||
|
||||
# Commands that cannot be used by muted players
|
||||
muted:
|
||||
|
|
|
@ -5,6 +5,6 @@ motd=${SERVER_NAME}
|
|||
gamemode=creative
|
||||
enable-query=true
|
||||
enforce-secure-profile=false
|
||||
max-players=20
|
||||
max-players=75
|
||||
allow-flight=true
|
||||
sync-chunk-writes=false
|
||||
|
|
|
@ -65,7 +65,7 @@ version = "usc9dcSx"
|
|||
|
||||
[[plugins]]
|
||||
type = "url"
|
||||
url = "https://github.com/IPTFreedom/BukkitTelnet/releases/download/4.9-IPT/BukkitTelnet.jar"
|
||||
url = "https://github.com/IPTFreedom/BukkitTelnet/releases/download/4.9.1-IPT/bukkittelnet-4.9.1-IPT.jar"
|
||||
|
||||
[[plugins]]
|
||||
type = "url"
|
||||
|
|
Loading…
Add table
Reference in a new issue