minecraft/server/templates/ops.json.j2
author Luke Hoersten <luke@hoersten.org>
Sat, 24 Jul 2021 22:12:04 -0500
changeset 173 82f2bcbc5aca
parent 162 a7a64ed07204
child 220 16226c249f6f
permissions -rw-r--r--
Fixed typo

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