Compare commits

...

2 Commits

Author SHA1 Message Date
083ace2a6d Fix segfault with new java version 2026-01-01 01:11:48 -05:00
ff16f1dd6c Increase default view distance 2026-01-01 01:11:29 -05:00
2 changed files with 4 additions and 4 deletions

View File

@@ -25,7 +25,7 @@ enable-status=true
allow-flight=false
initial-disabled-packs=
broadcast-rcon-to-ops=true
view-distance=10
view-distance=14
server-ip=
resource-pack-prompt=
allow-nether=true

View File

@@ -4,7 +4,7 @@
- name: Install Package
become: true
ansible.builtin.apt:
name: openjdk-25-jre-headless
name: openjdk-21-jre-headless
state: latest
- name: Install Package
become: true
@@ -23,8 +23,8 @@
motd: Test Server
rcon_password: ""
mc_instance: "destiny"
max_memory: 2600
small_memory: 1300
max_memory: 4600
small_memory: 3600
mods:
- url: https://cdn.modrinth.com/data/8dI2tmqs/versions/nR8AIdvx/FabricProxy-Lite-2.11.0.jar
dest: "fabricProxy.jar"