src.nth.io/

summaryrefslogtreecommitdiff
path: root/minecraft/server/templates/ops.json.j2
diff options
context:
space:
mode:
authorLuke Hoersten <[email protected]>2021-07-03 13:23:46 -0500
committerLuke Hoersten <[email protected]>2021-07-03 13:23:46 -0500
commite4482f91ed5ddbaa350c59858e082235720abacc (patch)
tree59e70099ca9f46fe4955e5dd4591ffb4bd356fa7 /minecraft/server/templates/ops.json.j2
parenta9ae275d8aba40baea6156f073314de70dd49ce3 (diff)
Added minecraft backup.
Diffstat (limited to 'minecraft/server/templates/ops.json.j2')
-rw-r--r--minecraft/server/templates/ops.json.j210
1 files changed, 10 insertions, 0 deletions
diff --git a/minecraft/server/templates/ops.json.j2 b/minecraft/server/templates/ops.json.j2
new file mode 100644
index 0000000..7170fc2
--- /dev/null
+++ b/minecraft/server/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 %}
+]