From 9e2ddeb55321b09086a5a27254197d783847e6e3 Mon Sep 17 00:00:00 2001 From: Leonard Kugis Date: Mon, 25 Apr 2022 18:50:36 +0200 Subject: Initial commit --- target/classes/descriptor.json | 59 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 59 insertions(+) create mode 100755 target/classes/descriptor.json (limited to 'target/classes/descriptor.json') diff --git a/target/classes/descriptor.json b/target/classes/descriptor.json new file mode 100755 index 0000000..1852c2c --- /dev/null +++ b/target/classes/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 -- cgit v1.2.1