minecraft/server/templates/ops.json.j2
author Luke Hoersten <luke@hoersten.org>
Sun, 11 Sep 2022 14:08:17 -0500
changeset 195 da34c8d7511d
parent 162 a7a64ed07204
child 220 16226c249f6f
permissions -rw-r--r--
Fixed uwsgi hosting for src.nth.io.

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