diff options
Diffstat (limited to 'target/classes/descriptor.json')
-rwxr-xr-x | target/classes/descriptor.json | 59 |
1 files changed, 59 insertions, 0 deletions
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 |