src.nth.io/

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