minecraft/server/templates/ops.json.j2
author Luke Hoersten <luke@hoersten.org>
Fri, 15 Sep 2023 22:46:46 -0500
changeset 222 6eaeb42f5c10
parent 220 16226c249f6f
permissions -rw-r--r--
Moved lnurld from my general ansible roles repo to the btc specific repo.

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