BattlePlugins / BattleArena

A complete match and event framework for creating arenas and minigames in Minecraft. Supports creating modes through config files, or fully custom modes through plugins.
https://docs.battleplugins.org/shelves/battlearena
GNU General Public License v3.0
21 stars 23 forks source link

Add map narrowing to SurvivalGames #141

Open N1kollas opened 1 month ago

N1kollas commented 1 month ago

This is the most necessary thing for this mode to make sense in your set. This function should reduce the map with each second/minute/tick of the online game, so that players get closer to the middle of the map. All ready-made plugins for the Hunger Games have this feature through a barrier system that decreases as the game progresses.