Update readme config
This commit is contained in:
32
README.md
32
README.md
@@ -23,35 +23,30 @@
|
|||||||
### Configuration
|
### Configuration
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
gameplay:
|
|
||||||
server-mod-name: Kaiiju
|
|
||||||
shared-random-for-players: true
|
|
||||||
network:
|
|
||||||
send-null-entity-packets: true
|
|
||||||
alternate-keepalive: false
|
|
||||||
kick-player-on-bad-packet: true
|
|
||||||
region-format:
|
region-format:
|
||||||
linear:
|
linear:
|
||||||
flush-frequency: 10
|
flush-frequency: 10
|
||||||
flush-max-threads: 1
|
flush-max-threads: 1
|
||||||
|
network:
|
||||||
|
send-null-entity-packets: true
|
||||||
|
alternate-keepalive: false
|
||||||
|
kick-player-on-bad-packet: true
|
||||||
optimization:
|
optimization:
|
||||||
disable-vanish-api: false
|
disable-vanish-api: false
|
||||||
disable-player-stats: false
|
disable-player-stats: false
|
||||||
disable-arm-swing-event: false
|
disable-arm-swing-event: false
|
||||||
disable-ensure-tick-thread-checks: false
|
|
||||||
async-path-processing:
|
async-path-processing:
|
||||||
enable: false
|
enable: false
|
||||||
max-threads: 0
|
max-threads: 0
|
||||||
keepalive: 60
|
keepalive: 60
|
||||||
|
gameplay:
|
||||||
|
server-mod-name: Kaiiju
|
||||||
|
shared-random-for-players: true
|
||||||
|
unsupported:
|
||||||
|
disable-ensure-tick-thread-checks: false
|
||||||
|
global-event-synchronization: false
|
||||||
world-settings:
|
world-settings:
|
||||||
default:
|
default:
|
||||||
gameplay:
|
|
||||||
fix-void-trading: true
|
|
||||||
break-redstone-on-top-of-trap-doors-early: true
|
|
||||||
fix-tripwire-state-inconsistency: true
|
|
||||||
safe-teleportation: true
|
|
||||||
sand-duplication: false
|
|
||||||
teleport-async-on-high-velocity: false
|
|
||||||
region-format:
|
region-format:
|
||||||
format: ANVIL
|
format: ANVIL
|
||||||
linear:
|
linear:
|
||||||
@@ -65,6 +60,13 @@ world-settings:
|
|||||||
disable-achievements: false
|
disable-achievements: false
|
||||||
disable-creatures-spawn-events: false
|
disable-creatures-spawn-events: false
|
||||||
disable-dolphin-swim-to-treasure: false
|
disable-dolphin-swim-to-treasure: false
|
||||||
|
gameplay:
|
||||||
|
fix-void-trading: true
|
||||||
|
break-redstone-on-top-of-trap-doors-early: true
|
||||||
|
fix-tripwire-state-inconsistency: true
|
||||||
|
safe-teleportation: true
|
||||||
|
sand-duplication: false
|
||||||
|
teleport-async-on-high-velocity: false
|
||||||
```
|
```
|
||||||
Documentation: [Kaiiju Wiki](https://github.com/KaiijuMC/Kaiiju/wiki/Configuration)
|
Documentation: [Kaiiju Wiki](https://github.com/KaiijuMC/Kaiiju/wiki/Configuration)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user