27 lines
626 B
YAML
27 lines
626 B
YAML
# vim:ft=ansible:
|
|
paper_name: default
|
|
|
|
# Service configuration
|
|
paper_downloadurl: "https://papermc.io/api/v1/paper/1.16.3/latest/download"
|
|
paper_home: /var/lib/minecraft-paper
|
|
paper_stopmessage: "Server is going down for maintenance"
|
|
|
|
# Java configuration
|
|
paper_jre_xms: 2048m
|
|
paper_jre_xmx: 4096m
|
|
|
|
# Minecraft configuration
|
|
paper_mc_difficulty: normal
|
|
paper_mc_gamemode: 0
|
|
paper_mc_gensettings: ""
|
|
paper_mc_leveltype: default
|
|
paper_mc_maxplayers: 10
|
|
paper_mc_motd: A new Paper server
|
|
paper_mc_pvp: "true"
|
|
paper_mc_spawnprotection: 4
|
|
paper_mc_viewdist: 12
|
|
paper_mc_whitelist: "false"
|
|
|
|
# Server configuration
|
|
paper_port: 25565
|