src.nth.io/

summaryrefslogtreecommitdiff
path: root/minecraft/server/templates/ops.json.j2
blob: 30b5d331495e69c67159616a2b0fce097f3310de (plain)
1
2
3
4
5
6
7
8
[
  {% if minecraft_ops_uuid %}{
         "uuid": "{{minecraft_ops_uuid}}",
         "name": "{{minecraft_ops_name}}",
         "level": 4,
         "bypassesPlayerLimit": true
  }{% endif %}
]