minecraft/server/templates/ops.json.j2
author Luke Hoersten <luke@hoersten.org>
Thu, 20 Jul 2023 10:40:49 -0500
changeset 213 245f2e093398
parent 162 a7a64ed07204
child 220 16226c249f6f
permissions -rw-r--r--
Updated AdGuard schema from v6 to v24

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