minecraft/server/templates/ops.json.j2
author Luke Hoersten <luke@hoersten.org>
Thu, 29 May 2025 20:01:29 -0500
changeset 242 e7083ad5c365
parent 220 16226c249f6f
permissions -rw-r--r--
Fixed an error with overwriting certbot certs.

[
  {% if minecraft_ops_uuid %}{
         "uuid": "{{minecraft_ops_uuid}}",
         "name": "{{minecraft_ops_name}}",
         "level": 4,
         "bypassesPlayerLimit": true
  }{% endif %}
]