minecraft/server/templates/ops.json.j2
author Luke Hoersten <luke@hoersten.org>
Fri, 27 Mar 2026 14:56:43 -0500
changeset 253 4ca131e557dc
parent 220 16226c249f6f
permissions -rw-r--r--
Fixed paper build URL and nginx logging off.

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