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