
⚔️ ArenaLegends ⚔️ v1.21.141
✨Solo/Teams ✨Ranking ✨Augments ✨Shop ✨Currency ✨Cosmetics
v1.21.81
Jan 4, 2025
GAME MANAGER
- Added new filtering options to the manager:
- Type - Ranked/Unranked
- Game - Instance/Disabled
- State - Waiting/Starting/In Game/Restarting
AUGMENTS
- Updated the description of some augments.
SHOPKEEPER
- Items in the shop will no longer have the "Unbreakable" tag.
v1.21.80
Jan 1, 2025
AUGMENTS
- New Augment - Chronobreak
- New Augment - Echo Resonance
SHOPKEEPER
- Updated the items.
BUG FIXES
- Fixed a bug that caused the Spawn Creator to not set spawns.
- Fixed a bug where the Chronobreak augment would heal all players.
- Fixed a bug where you couldn't spawn Endermans.
- Fixed various issues related to how the resource pack is handled.
- Fixed a bug where the MySQL operations would lag the server.
v1.21.78
Dec 28, 2024
GAME INSTANCES
- You can now enable the "Game Generation" setting on games.
- While this setting is enabled, players will be unable to join the original game, however:
- New instances of the game will be automatically created.
- This means that a game will be copied along with its world.
- Players will be able to join these instances.
- In practice, you create one game, and even 20 instances of that game can run simultaneously.
- There's no limit of how many instances can be created.
- Instances are automatically discarded when they are left empty.
GAME MANAGER
- Added a Game Manager menu that lets you view all your games.
- Removed the "/al listgames" and "/al gameinfo" commands.
MYSQL DATABASE
- MySQL support is now available.
- To enable it, go to config.yml.
v1.21.77
Dec 26, 2024
KILL MESSAGES
- Players can now purchase kill messages in the Collectibles menu.
- Purchasing a message changes how kills are displayed in-game.
- Kill messages can be added or modified in the kill-messages.yml file.
KILL COUNTERS
- Added additional counter types.
DUMMY SKINS
- Added additional skin types.
FINISHERS
- Players can now reset their finishers.
BUG FIXES
- Fixed an issue where player data wasn't saving upon server disconnect.
- Fixed an issue where dummy skins weren't being applied correctly.
- Fixed an intermittent error that occurred when players joined the server.
v1.21.76
Dec 24, 2024
GENERAL
- Added support for 1.21.4.
RESOURCE PACK
- Updated the pack to the new 1.21.4 format.
DEVELOPER'S NOTE
- The movement speed of Bots is currently broken.
- The fix will be released at a later date.
v1.21.75
Dec 23, 2024
KILL COUNTERS
- Players can now purchase Kill Counters in the Collectibles menu.
- Purchasing a counter changes the format of kills displayed next to your name in games.
- You can add or modify them in the kill-counters.yml file.
DUMMY SKINS
- Players can now purchase Dummy Skins in the Collectibles menu.
- Purchasing a skin changes the dummy's appearance in the preparation area.
- When multiple players are present, a random skin is selected.
- You can add or modify them in the dummy-skins.yml file.
GAMEPLAY
- Spectators can no longer travel long distances outside the arenas.
- If a spectator moves beyond max ring size × 1.5, they will be pushed back to the arena center.
v1.21.74
Dec 20, 2024
BUG FIXES
- Fixed a bug that caused the Cleansing Flame augment to land in weird places.
- Fixed a bug where the Slowcooker augment wouldn't damage players properly.
- Fixed a bug where dummies would get stuck in the air.
v1.21.73
Dec 16, 2024
AUGMENTS
- Minor balance adjustments.
PRISMATICS
- Added a brand new set of prismatic items.
COMMANDS
- Updated the formatting of some commands.
- Updated the feedback messages of some commands.
BUG FIXES
- Fixed a bug where some messages would have more blank spaces than intended.
v1.21.72
Dec 14, 2024
BUG FIXES
- Fixed a bug where no rating would be given in ranked games.
- Fixed a bug where the "VICTORY" message would be sent when your team was eliminated.
v1.21.71
Dec 12, 2024
BUG FIXES
- Fixed a bug where players had invalid name colors.
- Fixed a bug where some commands didn't have tab suggestions.
- Fixed a bug where some messages had typos in them.
v1.21.70
Dec 10, 2024
v1.21.70
SHOPKEEPER
- The shop UI is now more responsive.
BUG FIXES
- Fixed a bug where some augments dealt incorrect damage.
- Fixed a bug where some augments did not disappear upon death.
- Fixed a bug where the shop UI occasionally failed to respond to clicks.
v1.21.69
Dec 6, 2024
COMMANDS
- Updated the tab suggestion system:
- Added value suggestions to some commands
BUG FIXES
- Fixed a bug that caused stats to be displayed while dead
- Fixed missing tab suggestions for some commands
v1.21.68
Dec 3, 2024
PLACEHOLDERAPI ENHANCEMENTS
- Updated placeholder format to use angle brackets for dynamic values
- New format examples:
- %arenalegends_stat_<DAMAGE_DEALT>%
- %arenalegends_game_<id>setting<SETTING>%
- Fixed handling of statistics with underscores (e.g., DAMAGE_DEALT)
- Improved support for game IDs containing underscores
INTERNAL CHANGES
- Enhanced placeholder parsing system
- Added regex-based underscore preservation
- Improved error handling for malformed placeholders
- Better support for complex statistic names
DOCUMENTATION
- Updated wiki with new angle bracket format
- Added clearer examples for all placeholder types
- Improved readability of placeholder documentation
v1.21.67
Nov 30, 2024
GENERAL
- Quality of life improvements.
BUG FIXES
- Fixed a bug that caused games to not load properly.
- Fixed a bug where some augments would deal more damage than intended.
v1.21.66
Nov 26, 2024
FINISHERS
- Updated the effects of some finishers.
BUG FIXES
- Fixed a bug that caused some stats to not be saved properly.
v1.21.65
Nov 25, 2024
GENERAL
- Optimizations and QoL changes.
BUG FIXES
- Fixed a bug that caused anvils to give invalid stats.
- Fixed a bug where some statistics wouldn't be tracked.
v1.21.64
Nov 23, 2024
BUG FIXES
- Fixed a bug that caused spectator's names to not be updated.
- Fixed a bug that caused the dummies to float in the air.
- Fixed a bug where some augments would deal incorrect damage.
v1.21.63
Nov 19, 2024
FINISHERS
- Added new finishers:
- Potion
- Atom
- Kill Counter
v1.21.62
Nov 16, 2024
GAME PLACEHOLDER SYSTEM
- Added comprehensive game information placeholders to track active games
- Introduced support for viewing real-time game properties
- Added game settings display through placeholders
- All game information is now accessible via placeholders
PLACEHOLDERAPI ENHANCEMENTS
- Added new game property placeholders:
- %arenalegends_game_[id]_players% - Shows current player count
- %arenalegends_game_[id]_mode% - Shows game mode
- Added game settings placeholders:
- %arenalegends_game_[id]_setting_[setting]% - Shows any game setting value
- Example: %arenalegends_game_duel1_setting_MAX_PLAYERS%
INTERNAL CHANGES
- Improved PlaceholderAPI code organization
- Enhanced game property handling system
- Added dynamic game settings support
- Better error handling for invalid game IDs
- More robust placeholder processing
v1.21.61
Nov 15, 2024
COLLECTIBLES
- Added a new menu where players can spend gems to unlock cosmetics.
BUG FIXES
- Fixed a bug where players would earn more gems than intended.