AllYourBlocks / ChunkWars

Chunk Wars is a team-based attack-defend minigame for Minecraft. You play in an arena of different Chunks, all carefully handcrafted to replicate different Minecraft biomes and structures as closely as possible. Along with your team you will face everything that vanilla Minecraft can throw at you. Your goal is to be the last team standing.
https://www.planetminecraft.com/project/chunk-wars-1487425
GNU General Public License v3.0
1 stars 0 forks source link

Suggestion : Cluster / Spread gamemode #131

Open AllYourBlocks opened 2 years ago

AllYourBlocks commented 2 years ago

New gamemode idea from conjurer Players from each team are forced to be either in the same Chunk at all times, or in separate Chunks at all times.

Concept needs substantial exploration before implementation, but it could be a very interesting strategic challenge to add further replayability.

AllYourBlocks commented 1 year ago

What if 'cluster' or 'spread' was an option for game start?

For example, where 1 player (the Captain from Sumo?) would start in the Home Chunk, and all other players on the team would be spread out across the other available (Team's Colour) Chunks, mirroring exactly their opponents' positions, 1 player per Chunk.

slipcor commented 1 year ago

From the coding side of things, especially if we want to allow it in random mode, this poses the question "How do we make sure we always have a valid spawn position"? Do we place down markers into every chunk we save as NBT and grab the closest "spawn point position" around the center of a chunk, and place a player there? That could work :)

AllYourBlocks commented 1 year ago

I imagined we would add 1 surface spawn location to each Chunk somehow. Your suggestion sounds like a good way forward.