disable craftbukkit max tick
This commit is contained in:
parent
e41d3c6b7b
commit
ca2eeaf2e7
@ -65,6 +65,7 @@
|
||||
owner: root
|
||||
group: root
|
||||
mode: 0644
|
||||
notify: restart craftbukkit
|
||||
|
||||
- name: configure systemd unit
|
||||
template:
|
||||
|
@ -1,7 +1,7 @@
|
||||
# {{ ansible_managed }}
|
||||
|
||||
spawn-protection=16
|
||||
max-tick-time=60000
|
||||
max-tick-time=-1
|
||||
query.port: {{ craftbukkit_port | default(25565) }}
|
||||
generator-settings=
|
||||
force-gamemode=false
|
||||
|
Loading…
Reference in New Issue
Block a user