-
Notifications
You must be signed in to change notification settings - Fork 0
Crystal Blitz
Crystal Blitz is a team gamemode where you must defend your Nexus from being destroyed, Last team/person standing wins
Note the following:
White Glazed Terracotta;
- Facing East is Blue Team's Nexus
- Facing North is Cyan Team's Nexus
- Facing South is Green Team's Nexus
Light Gray Glazed Terracotta;
- Facing East is Lime Team's Nexus
- Facing North is Maganeta Team's Nexus
Gray Glazed Terracotta;
- Facing North is Red Team's Nexus
- Facing West is Yellow Team's Nexus
- Facing South is White Team's Nexus
The other nexus block varients (Orange, Peach, Purple and Lemon) aren't included in Crystal Blitz and are used in Knockoff only, you shouldn't include these blocks other than for Nexuses anyways.
Black Glazed Terracotta;
- Facing East is a Weak shard block, Dead Brain Coral Fan is the node that will take seconds to regenerate.
- Facing North is a Strong shard block, Amethyst Cluster is the node that will take seconds to regenerate.
Other than that, Making a Crystal Blitz map should be straight forward now that you have these in mind.
"version": 2 - Keep this 2
"map_name": "" - Name of the map, visible in the Queue Spawn's scoreboard
"game": "crystalblitz" - Keep this crystalblitz, otherwise the plugin will crash
"queue_spawn": [x, y, z] - Queue spawn
"spectator_spawn": [x, y, z] - Spectator Spawn
"death_y_coord": 0 - This Y coordinate will kill the player instantly via void damage (recommended to configure to prevent out of bounds bugs in your map)
"build_limit_y_coord": 0 - Players cant build above this Y coord
"border_mid": [x, z] - The middle of the border that will close in, this will eventually be the single block that the border closes on late game
"border_size": 0 - Size of the border (from the middle of map to the edge, multiplied by 2)
"teams: {}" - Team info
-
"blue": {}- team name (valid ones for the value name areblue,cyan,green,lime,magenta,red,yellow,white). You'll need to specify this and values below inside this for every team-
"nexus": [x, y, z]- The Team's Nexus (bottom block)
-
"shop": [x, y, z]- The Team's Shop Location
-
"spawn": [x, y, z]- The Team's spawn
-
"staleshard": [x, y, z]- The Team's Stale Shard Location (center/main block)
-
Default config > https://github.com/Project-Crystalized/crystalblitz-game/blob/main/src/main/resources/config.yml