minecraft/server/templates/ops.json.j2
author Luke Hoersten <luke@hoersten.org>
Mon, 07 Oct 2024 15:25:37 -0500
changeset 238 bdbc88cb5078
parent 220 16226c249f6f
permissions -rw-r--r--
Lots of updates and fixes for Ubuntu 24.04 Noble.

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