issues
search
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 support for multiple regen plugins
#111
Closed
Redned235
closed
5 years ago
Redned235
commented
5 years ago
Changelog:
Broke WorldEditUtil into two modules: ArenaRegenUtil and WorldGuardUtil
Added support for multiple arena regen plugins VIA ArenaRegenUtil
Reworked WorldGuard support to be cleaner and more organized VIA WorldGuardUtil
Removed any direct calls to WorldEdit/WorldGuard in BattleArena as the modules above handle that
Code cleanups
Changelog: