disable craftbukkit max tick

This commit is contained in:
Ryan Cavicchioni 2020-05-09 11:00:59 -05:00
parent e41d3c6b7b
commit ca2eeaf2e7
Signed by: ryanc
GPG Key ID: 877EEDAF9245103D
2 changed files with 2 additions and 1 deletions

View File

@ -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:

View File

@ -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