diff options
Diffstat (limited to 'minecraft/server/templates/ops.json.j2')
| -rw-r--r-- | minecraft/server/templates/ops.json.j2 | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/minecraft/server/templates/ops.json.j2 b/minecraft/server/templates/ops.json.j2 index 7170fc2..2e9449f 100644 --- a/minecraft/server/templates/ops.json.j2 +++ b/minecraft/server/templates/ops.json.j2 @@ -1,10 +1,8 @@ [ - {% if minecraft_ops_uuid %} - { + {% if minecraft_ops_uuid %}{ "uuid": "{{minecraft_ops_uuid}}", "name": "{{minecraft_ops_name}}", "level": 4, "bypassesPlayerLimit": true - } - {% endif %} + }{% endif %} ] |
