35 lines
1.5 KiB
Text
35 lines
1.5 KiB
Text
# 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
|
|
}
|