add config files
This commit is contained in:
parent
2333e3b581
commit
2c3eeb7fc1
26 changed files with 2284 additions and 1 deletions
35
config/vanish.hocon
Normal file
35
config/vanish.hocon
Normal file
|
|
@ -0,0 +1,35 @@
|
|||
# Show vanish status in the action bar
|
||||
action-bar=true
|
||||
# Text to be displayed when placeholder vanish:vanished is used for a vanished player
|
||||
place-holder-display=" <gray>☠"
|
||||
# Prevents vanished players from using chat
|
||||
disable-chat=true
|
||||
# Prevents vanished players from using /msg
|
||||
disable-msg=true
|
||||
# Hide vanished players from entities, prevents hostile entities from targeting players, and more
|
||||
hide-from-entities=true
|
||||
# Hide gamemode on the playerlist. Useful if you aren't in vanish and want use spectator without players noticing.
|
||||
hide-game-mode=true
|
||||
# Make vanished players invulnerable (Prevent deaths from tnt or other unforeseen accidents)
|
||||
invulnerable=false
|
||||
# Send fake join/disconnect message
|
||||
send-join-disconnect-message=true
|
||||
# Prevent vanished player world interactions
|
||||
interaction {
|
||||
# Prevent block interactions (pressure plates, dripleaf, tripwire, farmland, redstone ore, sculk sensor/shrieker and turtle egg)
|
||||
blocks=false
|
||||
# Prevent player vibrations (sculk sensor/shrieker and warden)
|
||||
vibrations=false
|
||||
# Prevent mob spawning
|
||||
mob-spawning=false
|
||||
# Prevent chunk loading / generation
|
||||
chunk-loading=false
|
||||
# Prevent entity collisions
|
||||
entity-collisions=false
|
||||
# Prevent entity pickups (arrows, experience orbs, items, dropper equipping and tridents)
|
||||
entity-pickup=false
|
||||
# Prevent progressing advancements
|
||||
advancement-progress=false
|
||||
# Prevent spectator progressing advancements
|
||||
spectator-advancement-progress=false
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue