diff --git a/src/main/resources/data/sabotage/games/town.json b/src/main/resources/data/sabotage/games/town.json new file mode 100644 index 0000000..d0f96c1 --- /dev/null +++ b/src/main/resources/data/sabotage/games/town.json @@ -0,0 +1,11 @@ +{ + "type": "sabotage:sabotage", + "map": "sabotage:town", + "time": 15000, + "chest_count": 80, + "players": { + "min": 1, + "max": 64, + "threshold": 6 + } +} \ No newline at end of file diff --git a/src/main/resources/data/sabotage/map_templates/town.nbt b/src/main/resources/data/sabotage/map_templates/town.nbt new file mode 100644 index 0000000..f2a781b Binary files /dev/null and b/src/main/resources/data/sabotage/map_templates/town.nbt differ