src.nth.io/

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