Skip to content
This repository has been archived by the owner on Feb 2, 2022. It is now read-only.

Commit

Permalink
Add terrace, fix fracture
Browse files Browse the repository at this point in the history
  • Loading branch information
tjhubz committed Jul 15, 2017
1 parent a46c9f3 commit 0e43209
Show file tree
Hide file tree
Showing 14 changed files with 112 additions and 306 deletions.
4 changes: 2 additions & 2 deletions CTW/Deepwind Jungle/map.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@
"id": "blue",
"name": "Blue",
"color": "blue",
"max": 10,
"max": 50,
"min": 1
},
{
"id": "red",
"name": "Red",
"color": "red",
"max": 10,
"max": 50,
"min": 1
}
],
Expand Down
4 changes: 2 additions & 2 deletions CTW/Outback/map.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@
"id": "blue",
"name": "Blue",
"color": "blue",
"max": 10,
"max": 50,
"min": 1
},
{
"id": "red",
"name": "Red",
"color": "red",
"max": 10,
"max": 50,
"min": 1
}
],
Expand Down
4 changes: 2 additions & 2 deletions DTM/Warlock/map.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@
"id": "blue",
"name": "Blue",
"color": "blue",
"max": 12,
"max": 50,
"min": 1
},
{
"id": "red",
"name": "Red",
"color": "red",
"max": 12,
"max": 50,
"min": 1
}
],
Expand Down
4 changes: 2 additions & 2 deletions DTW/Rooted/map.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@
"id": "blue",
"name": "Blue",
"color": "blue",
"max": 12,
"max": 50,
"min": 1
},
{
"id": "red",
"name": "Red",
"color": "red",
"max": 12,
"max": 50,
"min": 1
}
],
Expand Down
4 changes: 2 additions & 2 deletions DTW/Sandstone/map.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@
"id": "blue",
"name": "Blue",
"color": "blue",
"max": 12,
"max": 50,
"min": 1
},
{
"id": "red",
"name": "Red",
"color": "red",
"max": 12,
"max": 50,
"min": 1
}
],
Expand Down
4 changes: 2 additions & 2 deletions DTW/Steamgrown 2/map.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@
"id": "blue",
"name": "Blue",
"color": "blue",
"max": 12,
"max": 50,
"min": 1
},
{
"id": "red",
"name": "Red",
"color": "red",
"max": 12,
"max": 50,
"min": 1
}
],
Expand Down
Binary file added DTW/Terrace/level.dat
Binary file not shown.
88 changes: 88 additions & 0 deletions DTW/Terrace/map.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,88 @@
{
"name": "Terrace",
"authors": ["ItzLany"],
"version": "1.2.3",
"gametype": "DTM",
"teams": [
{
"id": "blue",
"name": "Blue",
"color": "blue",
"max": 50,
"min": 1
},
{
"id": "red",
"name": "Red",
"color": "red",
"max": 50,
"min": 1
}
],
"spawns": [
{ "teams": ["spectators"], "coords": "-175.5, 53, 127.5, -90" },
{ "teams": ["red"], "coords": "-94.5, 4, 55.5, 0" },
{ "teams": ["blue"], "coords": "-94.5, 4, 199.5, 180" }
],
"dtm": {
"monuments": [
{
"name": "Wools",
"teams": ["red"],
"materials": ["wool"],
"region": {
"min": "-40, 5, 55",
"max": "-38, 10, 57"
},
"health": 10
},
{
"name": "Wools ",
"teams": ["blue"],
"materials": ["wool"],
"region": {
"min": "-150, 5, 199",
"max": "-152, 10, 197"
},
"health": 10
}
]
},
"kits": [
{
"name": "Default",
"items": [
{"material": "iron sword", "slot": 0},
{"material": "bow", "slot": 1},
{"material": "stone axe", "slot": 2},
{"material": "log", "slot": 3, "amount": 32},
{"material": "cooked beef", "slot": 8, "amount": 64},
{"material": "arrow", "slot": 9, "amount": 32},
{"type": "helmet", "material": "leather helmet"},
{"type": "chestplate", "material": "chainmail chestplate"},
{"type": "leggings", "material": "leather leggings"},
{"type": "boots", "material": "iron boots"}
]
}
],
"itemremove": [
"iron sword", "bow", "stone axe", "leather helmet",
"stone", "cooked beef", "arrow", "leather helmet",
"chainmail chestplate", "leather leggings", "iron boots",
"cooked beef", "dirt", "sandstone", "wood", "wool", "log"
],
"filters": [
{
"type": "build", "evaluate": "deny", "teams": ["blue", "red"],
"regions": ["blue-spawn-protection", "red-spawn-protection"],
"message": "&cYou are not allowed to modify terrain here."
},
{ "type": "enter", "evaluate": "deny", "teams": ["blue"], "regions": ["red-spawn-protection"], "message": "&cYou may not enter the enemy spawn." },
{ "type": "enter", "evaluate": "deny", "teams": ["red"], "regions": ["blue-spawn-protection"], "message": "&cYou may not enter the enemy spawn." }
],
"regions": [
{ "id": "blue-spawn-protection", "type": "cuboid", "min": "-92, 3, 196", "max": "-98, 23, 202" },

{ "id": "red-spawn-protection", "type": "cuboid", "min": "-98, 3, 58", "max": "-92, 23, 52" }
]
}
Binary file added DTW/Terrace/region/r.-1.-1.mca
Binary file not shown.
Binary file added DTW/Terrace/region/r.-1.0.mca
Binary file not shown.
Binary file added DTW/Terrace/region/r.0.-1.mca
Binary file not shown.
Binary file added DTW/Terrace/region/r.0.0.mca
Binary file not shown.
20 changes: 12 additions & 8 deletions KOTH/Fracture/map.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@
"id": "blue",
"name": "Blue",
"color": "blue",
"max": 5,
"max": 50,
"min": 1
},
{
"id": "red",
"name": "Red",
"color": "red",
"max": 5,
"max": 50,
"min": 1
}
],
Expand All @@ -29,11 +29,11 @@
},
"koth": {
"hills": [
{
{
"name": "Center",
"region": {
"min": { "x": 122, "y": 0, "z": 210 },
"max": { "x": 115, "y": 12, "z": 203 }
"region": {
"min": { "x": 122, "y": 0, "z": 210 },
"max": { "x": 115, "y": 12, "z": 203 }
}
}
]
Expand All @@ -59,6 +59,12 @@
]
}
],
"itemremove": [
"stone sword", "bow", "stone pickaxe", "leather helmet",
"stone", "cooked beef", "arrow", "leather helmet", "log",
"chainmail chestplate", "leather leggings", "leather boots",
"cooked beef", "dirt", "sandstone", "wood", "wool", "golden carrot"
],
"filters": [
{ "type": "build", "evaluate": "deny", "teams": ["blue", "red"], "regions": ["blue-spawn-protection", "red-spawn-protection"], "message": "&cYou are not allowed to modify terrain here." },
{ "type": "enter", "evaluate": "deny", "teams": ["blue"], "regions": ["red-spawn-protection"], "message": "&cYou may not enter the enemy spawn." },
Expand All @@ -71,5 +77,3 @@
{ "id": "center-protection", "min": "122,0,210", "max": "115,9,203"}
]
}


Loading

0 comments on commit 0e43209

Please sign in to comment.