4.0.3-SNAPSHOT-90
on Jun 17, 2025optimization (#165)
Major optimization with no drawbacks because its a void world. this greatly helps with everything and all arenas the bigger the more helpful.
4.0.3-SNAPSHOT-89
on Jun 17, 2025Console bug fix (#164)
Minecraft would try to autosave when closing a world or randomly, causing a fail to save to raids and world files.
4.0.3-SNAPSHOT-88
on Jun 17, 2025Merge pull request #162 from fenixJK/Min-max-perm-fix
Min/Max editor permission fix
4.0.3-SNAPSHOT-87
on Jun 17, 2025Teleport the player on rejoin if they disconnect and leave an arena that way
Fixes #158
4.0.3-SNAPSHOT-86
on Jun 17, 2025Update Java distribution in workflow
4.0.3-SNAPSHOT-84
on Jan 6, 2025Snapshot 4.0.3
4.0.2
on Jan 6, 2025Release 4.0.2
Adds support for using custom items in BattleArena.
Plugins supported:
- QualityArmory
- Oraxen
- ItemsAdder
- MythicCrucible
- Magic
- MMOItems
- WeaponMechanics
Full documentation can be found here: https://docs.battleplugins.org/books/user-guide/page/custom-items
4.0.2-SNAPSHOT-82
on Jan 6, 2025Implement item support for MMOItems and WeaponMechanics
4.0.2-SNAPSHOT-81
on Jan 6, 2025Add support for items from Magic
4.0.2-SNAPSHOT-80
on Jan 6, 2025Implement custom item support
Adds support for use of custom items in BattleArena.
4.0.2-SNAPSHOT-79
on Dec 29, 2024Allow parsing Minecraft's native item format and fix modules loading again on plugin reload
4.0.2-SNAPSHOT-78
on Dec 27, 2024Snapshot 4.0.2
4.0.1
on Dec 27, 2024Release 4.0.1
4.0.1-SNAPSHOT-76
on Dec 27, 2024Improve team placeholder names for consistency
4.0.1-SNAPSHOT-75
on Dec 27, 2024Add placeholder for team names and colors
4.0.1-SNAPSHOT-74
on Dec 27, 2024Add auto arena module and fix a couple bugs
4.0.1-SNAPSHOT-73
on Dec 14, 2024Snapshot 4.0.1
4.0.0
on Dec 14, 2024Release 4.0.0
4.0.0-SNAPSHOT-71
on Dec 14, 2024Fix /ba reload not reloading some modules properly
4.0.0-SNAPSHOT-70
on Dec 14, 2024Add a BattleArenaApi class
This is intended to be a stable entrypoint into BattleArena. While most of the plugin is designed to be safe regardless of whether it is "API" or not, this is a safer option for third parties in the event major changes need to occur internally.
This also allows a slight bit more flexibility with what exists in the main BattleArena class, as its functionality should be depended on less by implementing plugins. The former BattleArena.getInstance()
entrypoint is not deprecated and offers a handful more methods, but should only be used in events where that is needed.