Version 6.3.0 fixes some critical bugs and updates the system behind menus and the villager shop as well. The arena rewritte is still in plans, but there are no changes yet.
It's very important to update trades.json (you can delete the file and let the plugin replace it with default automatically) and your langs file, to avoid unexpected bugs.
Additions:
- Added new option "game.player.opens_foreign_shops" (true/false), when set to false, players won't be able to open the villagers' shops from other teams.
Changes:
- The EggWars Shop has been rewritten and has improved customization:
- This is the definitive system for main trades, but arena specific may change later.
- Compass item from the shop has been renamed to "Player Tracker" and now has a description.
- Every item tier (op, nomal, and hardcore) can now have different categories.
- In the Arena's Special Trades JSON, only one category is be defined for every item tier.
- Every offer has its own namespaced id; and duplicates are only allowed if each one belongs to different categories.
- Armor slot preview now has better customization.
- Off hand slot is now also previewable, but not the main hand.
- Auto equip configuation has been moved from hardcoded to trades.json, allowing for more customization.
- Item name and descriptions from offers are now customizable.
- These can be kept for the final item or not, depending on the value of "keep_info_when_bought" (not present and set to false by default).
- Added "format_version" to "trades.json" and "kits.json".
- They are used to check compatibility with the MC version's item format.
- If they are not compatible with the version, an error will be logged to the console and the file will not be loaded.
- Items present in the waiting lobby and cages can now be removed by setting their slot position to -1 in config.yml.
- Inventory/Menu system has been rewritten as well.
- The changes are far from final, but they are needed to perform the arena rewrite.
- Upgrading through generator UI now closes the menu for parity with cubecraft.
- This change is now customizable in new config option "generator.close_ui_on_upgrade".
- Generator now stops ticking if the maximum capacity is reached.
- All these translations have been renamed so far:
"generator.upgrade.name_normal" -> "generator.upgrade.name"
"generator.upgrade.lore_normal" -> "generator.upgrade.lore"
"generator.upgrade.name_max" -> "generator.upgraded_max.name"
"generator.upgrade.lore_max" -> "generator.upgraded_max.lore"
"menu.stats.eggs.item_name" -> "menu.stats.eggs_broken.item_name"
"menu.stats.eggs.item_lore" -> "menu.stats.eggs_broken.item_lore"
"menu.stats.played.item_name" -> "menu.stats.games_played.item_name"
"menu.stats.played.item_lore" -> "menu.stats.games_played.item_lore"
"setup.gui.teams.team.click.created" -> "setup.gui.teams.team.click.manage"
"setup.gui.teams.team.click.uncreated" -> "setup.gui.teams.team.click.create"
++ "gameplay.villager.different_team"
++ "shop.offer.leather_set.name"
++ "shop.offer.chainmail_set.name"
++ "shop.offer.iron_set.name"
++ "shop.offer.diamond_set.name"
++ "shop.offer.player_tracker.name"
++ "shop.offer.player_tracker.desc"
++ "shop.offer.ender_chest.name" - unused, available for customization
++ "shop.offer.ender_chest.desc" - unused, available for customization
Fixes:
- Fixed critical bugs on paper 1.21.1 and 1.21.4.
- Fixed free items in shop if the price token was in the off hand slot.
- Fixed villager shop not working when the name tag translation was changed in certain ways.
- Tipped arrow offers now have their duplicated counterparts properly marked and will not appear in classic shop.