Skip to content

Editing server.properties #528

Closed Answered by ajh123
risograph asked this question in Q&A
May 12, 2024 · 1 comments · 1 reply
Discussion options

You must be logged in to vote

For files other then the server.properties you should add patches. A patch is just a tar.gz archive with all the files you want to override (folders included). The patches would get applied to the server's root.

For editing the server.properties, this needs to be done via the YAML that you apply (see example YAML).

apiVersion: shulkermc.io/v1alpha1
kind: MinecraftServerFleet
metadata:
  name: lobby
spec:
  clusterRef:
    name: lobby
  replicas: 1
  template:
    spec:
      clusterRef:
        name: lobby
      tags:
        - lobby
      version:
        channel: Paper
        name: '1.20.2'
      config:
        serverProperties: # <- all the settings you put inside the `serverProperti…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@ajh123
Comment options

Answer selected by risograph
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants