Update Config authored by MarcatoSound's avatar MarcatoSound
......@@ -47,4 +47,48 @@ Experimental:
# WARNING :: Upwards movement will not work unless `allow-flight` in server.properties is set to TRUE! Use at your own risk!
# WARNING 2 :: Jumping from a moving block DOES NOT WORK due to ping latency! We are investigating if this can be fixed but it seems unlikely due to vanilla limitations.
MovingBlocksMoveEntities: false
Spectator:
# Whether to use the legacy spectator system, modern one requires packetevents.
UseLegacy: true
Hotbar:
Teleport:
Material: COMPASS
Slot: 0
Name: '<green>Teleport to Player</green>'
Lore:
- '<gray>Click to open the teleport gui.</gray>'
Settings:
Material: COMPARATOR
Slot: 4
Name: '<aqua>Options</aqua>'
Lore:
- '<gray>Click to change some spectator options.</gray>'
Leave:
Material: RED_BED
Slot: 8
Name: '<red>Leave Dungeon</red>'
Lore:
- '<gray>Click to leave the dungeon.</gray>'
GUI:
Teleport:
Title: '<gray>Teleport to Player</gray>'
ItemName: '<green>Teleport to %player_name%</green>'
ItemLore:
- '<gray>Click to teleport to %player_name%.</gray>'
Settings:
Title: '<gray>Options</gray>'
NightVision:
EnabledName: '<gold>Night Vision</gold>'
DisabledName: '<red>Night Vision</red>'
EnabledMaterial: GLOWSTONE
DisabledMaterial: GUNPOWDER
Slot: 13
Lore:
- '<gray>Click to toggle night vision.</gray>'
Speed:
Name: '<white>Speed: {speed}</white>'
Material: FEATHER
Slot: 11
Lore:
- '<gray>Cycle fly speed, right click to increase, left click to reset</gray>'
```
\ No newline at end of file