summaryrefslogtreecommitdiff
path: root/src/main/resources/descriptor.json
diff options
context:
space:
mode:
authorLeonard Kugis <leonard@kug.is>2022-04-25 18:50:36 +0200
committerLeonard Kugis <leonard@kug.is>2022-04-25 18:50:36 +0200
commit9e2ddeb55321b09086a5a27254197d783847e6e3 (patch)
tree620e4a7b326df2a77fff51aff390e0a6bef43631 /src/main/resources/descriptor.json
Initial commitHEADmaster
Diffstat (limited to 'src/main/resources/descriptor.json')
-rwxr-xr-xsrc/main/resources/descriptor.json59
1 files changed, 59 insertions, 0 deletions
diff --git a/src/main/resources/descriptor.json b/src/main/resources/descriptor.json
new file mode 100755
index 0000000..1852c2c
--- /dev/null
+++ b/src/main/resources/descriptor.json
@@ -0,0 +1,59 @@
+[
+ {
+ "file": "test.schematic",
+ "name": "testmap",
+ "players": 4,
+ "spawn": [ 2, 1, 2 ],
+ "pointMultiplier": 1.0,
+ "mobs": [
+ {
+ "position": [ 2, 1, 2 ],
+ "type": 54,
+ "rounds": "%round% == 1 || %round% == 2",
+ "levers": [ ]
+ },
+ {
+ "position": [ 2, 1, 2 ],
+ "type": 51,
+ "rounds": "%round% > 2",
+ "levers": [ 0 ]
+ }
+ ],
+ "chests": [
+ {
+ "position": [ 2, 1, 1 ],
+ "cost": 1000,
+ "facing": "SOUTH"
+ },
+ {
+ "position": [ 3, 1, 2 ],
+ "cost": 1000,
+ "facing": "WEST"
+ },
+ {
+ "position": [ 2, 1, 3 ],
+ "cost": 1000,
+ "facing": "NORTH"
+ }
+ ],
+ "powerups": [
+ {
+ "position": [ 3, 2, 2 ],
+ "item": "DIAMOND_SWORD",
+ "enchantment":
+ {
+ "type": "DAMAGE_ALL",
+ "level": 1
+ },
+ "cost": 100
+ }
+ ],
+ "levers": [
+ {
+ "position": [ 0, 0, 0 ],
+ "cost": 100,
+ "toggle": [ ]
+ }
+ ]
+ }
+] \ No newline at end of file