src.nth.io/

summaryrefslogtreecommitdiff
path: root/minecraft/server/templates/ops.json.j2
blob: 2e9449faa867dec4cd2d494f3997a954472c0f50 (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 %}
]