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.
4.0.0-SNAPSHOT-69
on Dec 14, 2024Add support for positions as parameters in commands
4.0.0-SNAPSHOT-68
on Dec 11, 2024Placeholder additions and fix issues with storing/restoring in multiple places
4.0.0-SNAPSHOT-67
on Dec 11, 2024Add integration for parties plugins
4.0.0-SNAPSHOT-66
on Dec 9, 2024Implement CustomEffect utility
Allows for easily specifying custom effects which can be read from a text file
4.0.0-SNAPSHOT-65
on Dec 9, 2024Add delay option for events
Allows for delaying events when they initially start, so multiple events with the same "interval" can be scheduled in a more scattered fashion.