mirror of
https://github.com/ThunixdotNet/ansible.git
synced 2026-01-25 05:40:17 +00:00
Fixing some perms, and the start script
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
#!/bin/bash
|
||||
cd /var/lib/minecraft/paper
|
||||
|
||||
/usr/bin/java -Xms6G -Xmx6G -XX:+UseG1GC -XX:+UnlockExperimentalVMOptions -XX:MaxGCPauseMillis=100 -XX:+DisableExplicitGC -XX:TargetSurvivorRatio=90 -XX:G1NewSizePercent=50 -XX:G1MaxNewSizePercent=80 -XX:G1MixedGCLiveThresholdPercent=35 -XX:+AlwaysPreTouch -XX:+ParallelRefProcEnabled -Dusing.aikars.flags=mcflags.emc.gs -jar /var/lib/minecraft/paper/paperclip.jar
|
||||
|
||||
@@ -8,3 +8,4 @@
|
||||
- include: znc.yml
|
||||
- include: bzflag.yml
|
||||
- include: minetest.yml
|
||||
- include: minecraft.yml
|
||||
|
||||
@@ -34,7 +34,7 @@
|
||||
dest: /var/lib/minecraft/paper/start.sh
|
||||
owner: minecraft
|
||||
group: root
|
||||
mode: 0660
|
||||
mode: 0770
|
||||
|
||||
- name: Install minecraft ops list
|
||||
copy:
|
||||
|
||||
Reference in New Issue
Block a user