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