⚔️ ArenaLegends ⚔️ A League of Legend's Game ✨ icon

⚔️ ArenaLegends ⚔️ A League of Legend's Game ✨ -----

✨Solo/Teams ✨Augments ✨Music ✨Cameos ✨Shopkeeper ✨Custom Items ✨Resource Pack




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.
----------, Today at 1:24 AM

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.
----------, Dec 20, 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.
----------, Dec 16, 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.
----------, Dec 14, 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.
----------, Dec 12, 2024

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.
----------, Dec 10, 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.
----------, Dec 6, 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
----------, Dec 3, 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.
----------, Nov 30, 2024

FINISHERS
  • Updated the effects of some finishers.
BUG FIXES
  • Fixed a bug that caused some stats to not be saved properly.
----------, Nov 26, 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.
----------, Nov 25, 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.
----------, Nov 23, 2024

FINISHERS
  • Added new finishers:
    • Potion
    • Atom
    • Kill Counter
----------, Nov 19, 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
----------, Nov 16, 2024

COLLECTIBLES
  • Added a new menu where players can spend gems to unlock cosmetics.
  • [​IMG]
  • [​IMG]
BUG FIXES
  • Fixed a bug where players would earn more gems than intended.
----------, Nov 15, 2024

RESOURCE PACK
----------, Nov 12, 2024

BUG FIXES
  • Fixed a bug where the spawn creator would print errors.
  • Fixed a bug where the spawn creator would not get deactivated upon joining a game.
  • Fixed a bug where the spawn creator's items would not be removed on server quit.
----------, Nov 11, 2024

BUG FIXES
  • Fixed a bug that caused some cameos to execute more than once.
  • Fixed a bug where the Earthwake augment would cause errors.
----------, Nov 10, 2024

AUGMENTS
  • You can now specify different values for Solo and Teams modes:
    • This change allows for easier balancing across different modes.
    • All values in augments.yml are now separated by a semicolon.
    • The format is: "value{solo;teams}"
    • Your configuration will automatically be updated to the new format.
BUG FIXES
  • Fixed a bug where players wouldn't die from damage while holding a totem in their hand.
  • Fixed a bug that caused some statistics to not be tracked.
----------, Nov 9, 2024

STATISTICS SYSTEM REWORK
  • Completely reworked statistics system for better organization and performance
  • Added support for cross-mode statistics totals (you can now see total kills across all modes!)
  • Introduced new statistics type system with global and mode-specific stats
  • Global statistics (like gems) are now properly separated from mode-specific ones
PLACEHOLDERAPI ENHANCEMENTS
  • Added new ways to display statistics:
    • %arenalegends_stat_kills% - Shows total across all modes
    • %arenalegends_stat_solo_kills% - Shows mode-specific stat (as before)
    • %arenalegends_stat_gems% - Shows global statistics
  • Added rank placeholders:
    • %arenalegends_rank_solo_color% - Shows rank color
    • %arenalegends_rank_solo_symbol% - Shows rank symbol
    • %arenalegends_rank_solo_name% - Shows rank name
INTERNAL CHANGES
  • Improved code organization with new StatisticManager class
  • Better handling of global vs mode-specific statistics
  • Enhanced performance for statistic calculations
  • More robust error handling for placeholders
DOCUMENTATION
  • Updated wiki with comprehensive placeholder documentation
  • Added detailed examples for scoreboards, chat, and holograms
  • Organized statistics into clear categories
  • Improved explanation of global and mode-specific statistics
----------, Nov 7, 2024

STATISTICS
  • Additional statistics are now being tracked.
RANKING
  • Added more default ranks (from Iron to Challenger).
  • Implemented a new ranking system.
  • Your rating will now be determined by your final placement.
  • Quitting mid-game will result in a heavy rating penalty.
BUG FIXES
  • Fixed a bug where some statistics weren't being tracked properly.
----------, Nov 6, 2024

BUG FIXES
  • Fixed a bug that prevented modification of base item files due to constant regeneration.
  • Fixed a bug where menu files repeatedly reverted to their base setup.
----------, Nov 4, 2024

PLACEHOLDERAPI
  • Implemented support for PlaceholderAPI.
  • You can now translate player statistics across all game modes.
  • For more information, please visit our Wiki.
----------, Nov 3, 2024

GENERAL
  • Citizens is now a required dependency.
STATISTICS
  • Added new statistics.
  • Statistics are now properly tracked.
  • You can view them by clicking on the book when you join a game or typing /al menu statistics.
ITEM BUILDERS
  • You can now hide flags via the hide-flags: true setting.
    • Note: This will remove all attributes on an item.
AUGMENTS
  • New Augment - Cleansing Flame
    • [​IMG]
  • Earthwake's damage now scales with blocks traveled.
BUG FIXES
  • Fixed a bug where games sometimes encountered issues on server restarts.
  • Fixed a bug where items in menus would constantly regenerate, preventing changes.
----------, Nov 2, 2024

AUGMENTS
  • New Augment - Slow Cooker
    • [​IMG]
  • New Augment - Raise the Dead
    • [​IMG]
  • New Augment - Flux Range
    • [​IMG]
ENCHANTMENTS
  • You can now apply per-item enchantments:
SHOPKEEPER
  • You can now open the Shopkeeper interface from a distance by targeting it and left-clicking.
  • Added sound effects for opening and closing the shop.
MINIONS
  • Minions now deal additional damage based on the target's maximum health.
    • This value can be configured in game.yml using minion.max-health-damage: 0.05
CAMEOS
  • Reduced cooldowns for Cameo effects (e.g., Blaze now shoots more frequently).
BUG FIXES
  • Fixed a bug where the Center of the Universe augment incorrectly calculated its range.
  • Fixed a bug where Cameo effects were improperly amplified.
    • Example: The Zombie cameo was spawning an excessive number of zombies.
----------, Oct 31, 2024

DEVELOPER'S NOTE
  • Due to configuration system changes, the entire ArenaLegends folder has been modified.
  • We do not recommend keeping the old folder when updating to the new version.
CONFIGURATION
  • Completely rebuilt the configuration system from the ground up.
  • Configuration files will now automatically update between versions.
  • Unused configuration values will now be marked as deprecated to indicate they can be safely removed.
  • Updated file handling across the plugin.
  • All cameos have been consolidated into a single file (cameos.yml).
----------, Oct 28, 2024

PRISMATIC ITEMS
  • Now function like the previous enchanting system.
  • At round 3, you will be offered powerful enchantments that change your gameplay.
GAME
  • Updated the round structure for better gameplay.
AUGMENTS
  • Firebrand no longer applies on-hit effects.
BUG FIXES
  • Fixed the Dual Wield augment that was causing server crashes.
  • Fixed a bug where some quest augments wouldn't trigger completion conditions.
  • Fixed some augments that were triggering themselves, which led to unexpected damage output.
----------, Oct 27, 2024

PRISMATIC ITEMS
  • Added a new tier of items, called Prismatics.
  • Prismatic items will be rolled on round 3 (you can change that).
  • Prismatic items are super-powerful, but they're RNG-based.
  • Every item has its own strengths and weaknesses.
  • You can re-roll Prismatic items just like anvils and augments.
BUG FIXES
  • Fixed a bug that caused empty menus when typing the /al menu command.
  • Fixed a bug that prevented arena creation for games.
----------, Oct 25, 2024

AUGMENTS
  • New Augment - Dual Wield
    • [​IMG]
  • Updated Augment - Alpha and Omega
    • Now grants health directly instead of applying the Regen effect.
    • Triggers Ascension upon reaching a specific health threshold.
    • Ascension Effect: Grants immunity to enemy damage.
    • [​IMG]
SHOP ITEMS
BUG FIXES
  • Fixed a bug that prevented arena creation.
  • Fixed the Raid Boss augment sometimes not working.
----------, Oct 24, 2024

DEVELOPER'S NOTE
  • You will need to set up your spawns in games again due to the spawn creator changes.
GENERAL
  • Teams mode is now enabled even without Party Dependency installed.
SPAWN CREATOR
  • Updated the spawn creator.
  • Implemented a brand new UI with quality-of-life improvements.
  • Added a new tool to discard changes.
  • Increased team spawn capacity to 8 in the prep arena.
AUGMENTS
  • Death's Blessing now requires a takedown instead of a kill.
  • Removed redundant statistics from Tap Dancer and Phenomenal Evil.
BUG FIXES
  • Fixed a bug where certain augments would persist after player death.
  • Fixed a bug where the Blade Waltz augment dealt no damage.
  • Fixed a bug where the Raid Boss augment would not apply immobilization.
  • Fixed a bug where certain augments would trigger twice on dead enemies.
----------, Oct 22, 2024

BUG FIXES
  • Fixed a bug that caused the spawn creator to not work.
----------, Oct 21, 2024

BUNGEE
  • Upon quitting, players' items will no longer be removed before they are sent back.
AUGMENTS
  • Disabled Stackosaurus Rex until further notice.
BUG FIXES
  • Fixed a bug that would cause memory leaks, ultimately leading to server shutdown.
  • Fixed a bug that caused "null" to be displayed in the MOTD when Bungee was enabled.
  • Fixed a bug that caused some placeholders to not be translated.
  • Fixed a bug where some player data would not be removed upon quitting the game/server.
  • Fixed a bug that caused the Chain Damage augment to loop infinitely, leading to huge lag spikes.
  • Fixed a bug where Augments would cause attacks to miss due to how damage cooldown is handled.
  • Fixed a bug where the Earthwake augment would not stop if a player who has it died.
  • Fixed a bug where spectators could interact with some effects.
  • Fixed a bug where spectators would constantly be teleported to the arena center.
  • Fixed a bug where some SFX would not stop upon leaving a game.
  • Fixed a bug where players would see their teammates' names as gray during the bye round.
  • Fixed a bug where the scoreboard would not be properly removed upon quitting a game.
----------, Oct 21, 2024

BUG FIXES
  • Fixed a bug that caused some augments to continue ticking when the target was dead.
  • Fixed a bug where players couldn't attack if they had augments that dealt scheduled damage.
  • Fixed a bug where the arena selector would not work, leading to playing on the same arenas every round.
  • Fixed a bug where the Shopkeeper menu would sometimes ignore the category you had just clicked.
  • Fixed a bug where some placeholders would not be properly translated.
  • Fixed a bug where some teams would share the same eliminated position.
  • Fixed a bug where wolf minions would spawn in the sitting position.
----------, Oct 19, 2024

GENERAL
  • Implemented numerous quality of life improvements.
  • Added win/lose symbols for each player in spectator mode when their matchup is finished.
  • The preparation phase will now be shortened to 6 seconds after everybody has purchased their items.
  • Players will now be alerted if it's 15 seconds before the fight phase starts and they haven't purchased their items yet.
AUGMENTS
  • Completed quests are now announced to everyone in the chat.
BUG FIXES
  • Fixed a bug that caused some sound effects to be played globally, rather than to individual players.
  • Fixed a bug that caused null placeholders to appear on the scoreboard.
  • Fixed a bug where some placeholders would not be translated.
  • Fixed a bug where music would sometimes not play.
----------, Oct 16, 2024

DEVELOPER'S NOTE
  • This update includes massive changes to the config files.
  • Most of the configs will probably have to be removed in order to update.
GENERAL
  • Updated messages across the entire plugin.
  • Simplified configuration by removing unnecessary text.
TARGET DUMMIES
  • Dummies will now spawn once all players in a team have finished their selections.
  • Holograms will no longer jump when you attack a dummy.
  • Reduced the health of dummies to prevent excessive damage from percentage-based attacks.
STATISTICS
  • The statistics system has been overhauled for the best experience.
  • Players' statistics will now be tracked separately for both Solo and Teams modes.
  • The statistics viewer will be coming at a later date.
AUGMENTS
  • Updated Earthwake:
    • Now has a base cooldown of 1s.
  • Updated Blade Waltz:
    • Now passively grants Attack Speed.
    • Applies on-hits three times on each blink (great synergy with other augments).
  • Updated Parasitic Touch:
    • Endermites now spawn in front of you and closer to the ground.
ANVIL STATS
  • Added new stats: Berserker, Duelist, Guardian, Speedster, Sniper, Juggernaut, Assassin.
  • Added a preview in both title and chat that shows the values you've acquired.
    • For example, when you get an anvil that gives you 5 health, you will see: Health +5.
ITEM BUILDERS
  • Updated the item system across the plugin.
  • Added an option for all items to glint.
BUG FIXES
  • Fixed a bug where augments' attributes were not removed between rounds.
  • Fixed a bug where target dummies could die.
  • Fixed the Firebrand augment throwing errors in the console.
----------, Oct 14, 2024

AUGMENTS
  • New Augment - Blade Waltz
    • [​IMG]
  • Changed the tier of some augments:
    • Erosion: Silver > Gold
    • Stackosaurus Rex: Prismatic > Silver
SHOPKEEPER
  • Added new enchantment for Leggings: Blast Protection.
  • Added new potions to the shop.
  • Rebalanced the cost of various items.
----------, Oct 8, 2024

RESOURCE PACK
  • The resource pack was updated.
  • Make sure to adjust your game.yml:
AUGMENTS
  • Changed Stackosaurus Rex:
    • [​IMG]
  • Added a new sound when you roll an augment with Prismatic Roulette.
BUG FIXES
  • Fixed a bug that caused certain augment attributes to persist between rounds.
----------, Oct 7, 2024

AUGMENTS
  • Updated the Can't Touch This augment:
    • [​IMG]
  • Updated the Minionmancer augment:
    • [​IMG]
  • Updated the Tap Dancer augment:
    • [​IMG]
  • Disabled the Tri-Deck Tactics augment due to some issues.
  • The selection menu now opens faster.
BUG FIXES
  • Fixed a bug where the Quest: Angel of Retribution would heal for an incorrect amount.
  • Fixed a bug where incorrect augment values would be shown.
  • Fixed a bug where the server would not restart in Bungee mode.
----------, Oct 5, 2024

AUGMENTS
  • New Augment - Fan The Hammer
    • [​IMG]
  • New Augment - Earthwake
    • [​IMG]
GAMEPLAY
  • Recoded the damage system for augments:
    • All augment-related damage will now credit the attacker.
    • Some damage events will no longer play the hurt animation.
  • When a player joins a game, they will be teleported to the first team's preparation spawn.
    • In Bungee mode, they will be teleported to the main lobby's spawn.
      • You can set the spawn with /al mainspawn.
----------, Oct 3, 2024

AUGMENTS
  • New Augment - Tri-Deck Tactics
    • [​IMG]
  • New Augment - Merchant's Gambit
    • [​IMG]
  • Augments no longer display "last round" statistics, as they were taking up too much space.
ANVIL STATS
  • Anvil selection menu now appears immediately after purchasing it.
SHOPKEEPER
  • You can now purchase multiple consumables per round.
  • Items no longer disappear between rounds.
    • This applies to shop-purchased items and augment-given items.
BUG FIXES
  • Fixed a bug where the Quest: Totem's Blessing would not give totems.
----------, Oct 2, 2024

BUG FIXES
  • Fixed a bug where players' spawned entities would not be removed if they quit during the preparation phase.
  • Fixed a bug where sometimes augments' statistics would show negative values.
----------, Oct 1, 2024

DEVELOPER'S NOTE
  • Config deletion is necessary for this update.
  • Please delete the following files: game.yml and language.yml.
GENERAL
  • Improved most of the comments in the config files to make them easier to understand.
AUGMENTS
  • New Augment: Heavy Hitter
    • [​IMG]
  • New Augment: Shadow Runner
    • [​IMG]
  • New Augment: Sonic Boom
    • [​IMG]
  • New Augment: Shrink Ray
    • [​IMG]
  • Improved and added many new effects to numerous augments.
BUNGEE MODE
  • Added a new mode that sets the plugin to Bungee mode.
  • When players join the server, they will automatically join a game.
  • When players quit, they will be sent back to the server specified in the config.
  • When the target game ends, the server will automatically restart.
  • When a game is starting and is full, no more players can join it.
  • When players join the server mid-game, they will start spectating.
  • While this mode is enabled, you can't perform any operations on games.
RESOURCE PACK
  • Improved resource pack handling.
  • Improved messages sent to players.
BUG FIXES
  • Fixed a bug where Firebrand particles would spawn on spectators.
  • Fixed a bug where team flags would spawn on ghost teams.
----------, Sep 30, 2024

AUGMENTS
  • New Augment - Quest: Angel of Retribution
    • [​IMG]
  • Made preparations to move away from symbols.
    • The icons already do a good job at that.
  • Statistics will now be rounded (to prevent numbers such as 3.993890049)
BUG FIXES
  • Fixed a bug that caused players to roll the same augments after rerolling.
----------, Sep 29, 2024

RANKED
  • Introduced a new ranking system:
    • On game end, half the teams are considered Winners and the other half Losers.
    • Winners get rating based on the place they've finished.
    • Here's an example of a game with 8 teams:
      • 1st place: + base * 1.45
      • 2nd place: + base * 1.30
      • 3rd place: + base * 1.15
      • 4th place: + base
      • 5th place: - base
      • 6th place: - base * 1.15
      • 7th place: - base * 1.30
      • 8th place: - base * 1.45
    • The multiplier is configurable, meaning you can adjust how much rating is gained/deducted.
ANVIL STATS
  • Added custom UI to the Anvil Selection menu:
    • [​IMG]
RESOURCE PACK
  • Updated the pack.
BUG FIXES
  • Fixed a bug where teams would be incorrectly placed.
----------, Sep 27, 2024

COMMANDS
  • Added missing descriptions.
RESOURCE PACK
  • Improved the icons.
AUGMENTS
  • Improved the descriptions of some Augments.
BUG FIXES
  • Fixed a bug where the Firebrand augment would deal less damage than intended.
  • Fixed a bug where the Pearl Impact augment would have an invalid hitbox.
  • Fixed a bug where spectators would sometimes be teleported into empty arenas.
----------, Sep 25, 2024

RESOURCE PACK
  • Changed the hosting due to mc-packs.net downtime.
  • The default link was updated.
----------, Sep 24, 2024

SAFE TELEPORT
  • Added a new system that ensures players are teleported to correct locations.
  • When a player is teleported, a timer starts ticking. When the timer reaches zero, the game checks whether the player is near the original target position. If not, the player is teleported again.
  • This will prevent situations where players are sometimes teleported onto barrier blocks and such.
----------, Sep 23, 2024

GENERAL
  • Optimized the game handler.
  • Quality of life adjustments.
----------, Sep 21, 2024

BUG FIXES
  • Fixed a bug where the metrics reporter would print errors.
----------, Sep 19, 2024

BUG FIXES
  • Fixed a bug that caused the Prismatic Roulette augment to throw errors in Teams mode.
  • Fixed a bug where sometimes the games wouldn't load their spawns (this was due to the fact that if Arena loaded before a world was loaded, the spawns would not load).
----------, Sep 18, 2024

SHOPKEEPER
  • Fixed a bug that prevented players from opening the shop.
  • Fixed a bug where enchants would be offered to players even if they hadn't purchased any items.
----------, Sep 17, 2024

GENERAL
  • Updated the commands system.
  • Optimized the plugin.
  • Fixed some grammar mistakes.
----------, Sep 16, 2024

GENERAL
  • Optimized the plugin.
  • Fixed some bugs.
----------, Sep 6, 2024

DEVELOPER API
  • You can now create custom Augments from scratch using the API.
  • For more information on how to do this, please visit the Wiki.
  • This is the first iteration of the API, so more features will be added in the future.
----------, Aug 29, 2024

AUGMENTS
  • Updated the values system - a groundwork that will easily allow me to add augments in the future.
  • Optimized most of the augments.
BUG FIXES
  • Fixed a bug that caused invalid next arenas to be shown in the preparation phase.
  • Fixed some augments using invalid values in some effects.
----------, Aug 27, 2024

GAME
  • Added support for up to 8 teams per game.
    • The number of teams can be changed via the /al gamesetting command.
    • The minimum is 2 and the maximum is 8 (due to icon limitations).
    • For now, if there are more than 4 teams, teams will be spawned at the same spawns.
  • Introduced a custom hit cooldown mechanic to prevent some augments from benefiting from spam-clicking.
RESOURCE PACK
AUGMENTS
  • You can now translate the value names in augments.yml.
  • Changed "The Mace God" augment:
    • [​IMG]
BUG FIXES
  • Fixed a bug where Raid Boss could spawn players in hazardous locations.
  • Fixed a bug where Raid Boss could sometimes spam the console with errors.
  • Fixed a bug where players who started spectating a game wouldn't hear the music.
  • Fixed a bug where Ring Of Fire would sometimes spam the console with errors.
  • Fixed a bug where player tag colors would sometimes be incorrect.
  • Fixed a bug where spawned entities would not disappear after a round ends.
  • Fixed a bug where spawned entities could drop items.
  • Fixed an issue where the cooldown system was sometimes inconsistent.
----------, Aug 26, 2024

RESOURCE PACK
GAME
BUG FIXES
  • Fixed a bug where display entities were not removed (hopefully).
----------, Aug 25, 2024

AUGMENTS
  • The color option now uses hex formatting, rather than R;G;B.
CAMEOS
  • The color option now uses hex formatting, rather than R;G;B.
COMMANDS
  • Updated the formatting of some commands.
BUG FIXES
  • Fixed some formatting issues across the plugin.
  • Fixed a bug that caused invalid augments to be displayed in menus.
----------, Aug 24, 2024

SPAWN CREATOR
  • Updated the spawn creator.
  • Updated the formatting of the action bar message.
  • Replaced Armor Stands with Display Entities.
COMMANDS
  • Updated the formatting of some commands.
  • Updated most of the game-related commands.
----------, Aug 23, 2024

GENERAL
  • Optimized the plugin.
  • Quality of life improvements.
  • Fixed some bugs.
----------, Aug 22, 2024

DEVELOPER'S NOTE
  • This update includes massive changes to the configuration files.
  • Your current configuration files will most likely not work with this update.
  • If you want to update, I recommend that you delete all your config files.
  • I apologize for this inconvenience, but there's nothing I can do about this at the moment.
GAME
  • Rewritten the matchup-handling algorithm - it's now smarter!
  • When a game ends, you will now see all teams and their places.
  • Updated how tasks are handled in the game - no more inconsistency in timers!
  • Updated the preparation and fight algorithms.
  • Changed most of the spawned entities to display entities.
MENUS
  • Updated the menu system for better responsiveness.
  • The menus with pages will now show the current and total number of pages.
RESOURCE PACK
  • Updated multiple music files with new background effects.
  • Replaced team banners with Minecraft-themed mob icons.
  • Added Minecraft-themed mob banners for teams.
  • Updated the augment icons.
AUGMENTS
BUG FIXES
  • Fixed inconsistent nametag coloring for spectators.
  • Fixed various issues with the Raid Boss augment.
  • Fixed a bug where spectators wouldn't see the boss bar.
  • Fixed the Shopkeeper printing out-of-bounds errors.
  • Fixed the Shopkeeper sometimes switching pages on its own.
  • Fixed multiple errors related to banners.
----------, Aug 20, 2024

CAMEOS
AUGMENTS
  • Added a new Augment - Center of The Universe:
    • [​IMG]
  • Updated the Gold Thief augment:
    • The new name is "Gold Bank".
    • Changed the effect:
    • [​IMG]
  • Updated the icons of the augments:
    • The model format is: 1120xyyy
    • X = the color of the icon (1=prismatic, 2=gold, 3=silver)
    • Y = the icon index (from 1 to 254, you can view them in \assets\minecraft\textures\item)
  • If an augment file doesn't contain the model entry, it will automatically be added.
  • In some augments, changed Armor Stands to Display Entities, as they have no hitbox.
  • Updated the descriptions of many augments to better reflect what they're doing.
BUG FIXES
  • Fixed a lot of bugs in the Raid Boss augment.
  • Fixed a bug that sometimes caused leftover entities to persist in the prep lobby.
  • Fixed a bug that prevented players from quitting games.
----------, Aug 17, 2024

AUGMENTS
  • Added custom icons to every augment.
    • Icons are disabled based on the model provided.
    • The first index of augment icons is 11200001 and the last is 11200170.
    • There's a total of 170 icons available in the resource pack.
    • The model can be changed in each individual augment file.
    • Here's the new file format: https://pastebin.com/raw/ZyGNFM6C
    • [​IMG]
  • Added custom screen selection for all rarity tiers.
----------, Aug 13, 2024

ADDED
  • Added a schematic for a training map:
    • The schematic consists of a preparation lobby and two arenas.
AUGMENTS
  • New Augment - Raid Boss
    • [​IMG]
  • Potion effects in descriptions are now formatted.
    • [​IMG]
  • Added a new stat modifier for size/scale.
  • Added a global chat reminder when a player sends a team message.
CHANGES
  • The arena names are no longer in small text font.
  • Cleaned up the live-stats display (anvils no longer have names).
  • Changed the position of symbols in descriptions (from back to front).
  • Updated the volume of some SFX (some were too loud, some too quiet).
  • Made some changes to language.yml:
    • Added a new stat modifier:
    • "potion: "name{Potion} symbol{⚗} color{#cc66ff}"
    • Removed most of the join messages (unnecessary bloat).
    • Changed the paths to some values:
      • "actionbar-messages.phase.prep.fighting" -> "actionbar-messages.phase.prep.fight-round"
      • "title-messages.phase.prep.high-stakes-incoming" -> "title-messages.phase.prep.high-stakes-prep"
BUG FIXES
  • Fixed a bug where the shop would sometimes print out-of-bounds errors.
  • Fixed a bug where the augments would show invalid values in descriptions.
  • Fixed a bug where Diamond Helmet would be locked behind round 8 instead of 7.
----------, Aug 11, 2024

  • Updated the descriptions of most augments:
    • Changed static words such as "damage" and "attack speed" to stat modifier placeholders.
    • This change results in a better understanding of what each augment actually does.
    • [​IMG]
  • The Sniper Expertise augment now has stats for additional damage dealt.
    • [​IMG]
  • Fixed the Sniper Expertise augment damage to be additive:
    • Before: Damage = % Max Health
    • Now: Arrow Base Damage + % Max Health
  • Changed the "Quest: Teleportoo" augment:
    • The new name is "Pearl Impact".
    • Upon teleporting with an ender pearl, you create an explosion.
    • [​IMG]
  • Removed the Defensive Aegis and the Sharp Promise augments:
    • As you can now enchant your gear, these augments became obsolete.
----------, Aug 7, 2024

  • Added enchants to the Shopkeeper.
    • You can now create enchants that will be applied to players' gear.
    • You can set how many times each enchant can be purchased.
    • You can set the percentage cost increase of each subsequent enchant.
    • [​IMG]
  • Quality of life adjustments.
  • Fixed typo errors in the board files.
  • Fixed some bugs.
----------, Aug 6, 2024

  • Important! Update game.yml: https://pastebin.com/r6px4vE4
    • You might also want to regenerate the following files:
      • lobby-board-solo.yml
      • lobby-board-teams.yml
      • language.yml
  • New Augment - Rend
    • [​IMG]
  • Added many new items to the shopkeeper.
  • Added an option to force the resource pack on join.
    • This option is enabled by default.
    • If a player declines the resource pack, they will be kicked.
    • You can change this anytime in game.yml.
  • Adjusted many "Quest" augments:
    • Most of them now require takedowns instead of kills and count your current takedowns, rather than counting from zero.
  • Reworked the game start system:
    • Games may now start if there are players for two teams.
    • With two full teams present, the game will still try to wait for additional players.
    • If no players join within the next two minutes, the game will start regardless.
  • Re-coded the damage handling:
    • Previously, if two damage instances affected a player simultaneously, only one damage instance would count.
    • Now, all damage instances are properly dealt regardless of when they occurred.
  • Updated the game tasks - the overall gameplay should feel more responsive.
  • Fixed a bug that caused dummies' holograms not to update.
----------, Aug 5, 2024

  • Balance changes.
    • Details: https://pastebin.com/raw/AC2RpGx6
    • The values won't be automatically updated for you.
    • If you want to apply these changes, please delete the augments.yml file.
  • New Augment - Prismatic Roulette
    • [​IMG]
  • New Augment - Scoped Weapons
    • [​IMG]
  • New Augment - Scopier Weapons
    • [​IMG]
  • New Augment - Scopiest Weapons
    • [​IMG]
  • Added player kills to the team preview.
    • [​IMG]
  • Fixed some bugs.
Thanks for supporting the development of ArenaLegends!
----------, Aug 2, 2024

  • Updated the resource pack with new SFX:
  • Reworked the Ring of Fire:
    • Now spawns with a 30s delay (by default; you can change that).
    • Once it spawns, it starts shrinking every couple of seconds.
    • The total time before the ring reaches size 0 is similar to the old version's, but this one makes it so the arena is open for a little longer.
    • IMPORTANT: Update game.yml: https://pastebin.com/raw/YhP7sHSz
  • Fixed Master of Duality augment giving wrong potion effects.
Thanks for supporting the development of ArenaLegends!
----------, Aug 1, 2024

  • You can now specify your own team names.
  • You can now translate the stat modifiers:
  • Fixed '/al join' asking for a mode when it wasn't supposed to.
  • Fixed tridents passing through enemies.
  • Fixed scores not being properly registered.
    • Please delete titles.yml so it can regenerate.
Thanks for supporting the development of ArenaLegends!
----------, Jul 31, 2024

  • Added new cameos:
    • Skeleton: launches arrow barrages
    • Zombie: spawns undead warriors on your side
    • Witch: applies a random potion effect to all players
  • Added live-stats.yml for translating the augments/teams display.
  • Added new items to the Shopkeeper.
  • You can now set the main lobby spawn with: /al mainspawn
  • You can now change the dummies' entity type, skin, and hologram lines.
  • Updated the Allay cameo:
    • Now creates gold explosions for players to collect periodically.
  • Players will now glow if they can be executed by the Quest: Dragon Heart augment.
  • Minions' names will now be colored depending on whether a minion is on your side or the enemy's side.
  • Improved the AI of minions.
  • Changed the ID of items to better categorize them.
    • The plugin might generate new items alongside the old ones.
    • Recommendation: Back up custom items and delete the /items/ folder.
  • Quickplay now allows you to specify the mode you want to play.
    • If no mode is provided, you will join a random game.
  • Fixed a bug that caused placeholders on the scoreboard to not be translated under specific conditions.
  • Fixed a bug that caused the High-Stakes info to appear when the game ended.
Thanks for supporting the development of ArenaLegends!
----------, Jul 29, 2024

Resource Information
Author:
----------
Total Downloads: 49
First Release: Jul 29, 2024
Last Update: Today at 1:24 AM
Category: ---------------
All-Time Rating:
7 ratings
Find more info at bit.ly...
Version -----
Released: --------------------
Downloads: ------
Version Rating:
----------------------
-- ratings