Releases: jpenilla/WanderingTrades
Releases · jpenilla/WanderingTrades
WanderingTrades 1.6.2
Changelog
- Optimize Player Heads from server algorithm, limiting factor is now downloading skins from Mojang
- Remove Italics from default Hermit Head config
- Update dependencies
WanderingTrades 1.6.1.1
- Add a button to delete trade configs in the trade config edit gui
- Add a Microblocks trade config by default when the trades folder is empty
WanderingTrades 1.6.1
- Fixed a bug where command summoned traders could get the wrong trades until their trades were refreshed.
- Replace Anvil GUIs with a Bukkit Conversation API based chat system to allow for longer text entry. This will make entering long MiniMessage formatted messages easier.
WanderingTrades 1.6.0
Warning!
This is a major upgrade and requires some manual intervention.
Steps to update:
- Delete the
plugins/WanderingTrades/lang/en_US.yml
file - Update your trade configs to use the new text color format. See the updated microblocks.yml for an example!
Changelog
Additions
- Support of RGB colors in 1.16+ through MiniMessage. See the syntax here
- Prisma custom color codes are also supported like so:
<color:&x>Prisma Example</color:&x>
- Prisma custom color codes are also supported like so:
- '/wt summonnatural' command: Summon a trader similar to '/summon wandering_trader' but with some extra plugin-specific options
- Permission: wanderingtrades.summonnatural
- '/wt name' command: Name looked at entities using MiniMessage syntax
- Permission: wanderingtrades.name
- '/wt namehand' command: Name your held item using MiniMessage syntax
- Permission: wanderingtrades.namehand
- Big improvements to the command help
Bug fixes
- Don't let custom name traders be renamed by name tags
- Fix bug where wrong players heads would be chosen for the player heads from server feature
WanderingTrades 1.5.1
Changelog
Fix a bug where the trades for natural-spawned traders would be added to command-spawned traders
WanderingTrades 1.5.0.4
Changelog
- Fix Anvil GUIs for 1.16
WanderingTrades 1.5.0.3
Changelog
- Remove and replace reference to Paper only API
WanderingTrades 1.5.0.2
Changelog
- Fix an error on tab completing angles
WanderingTrades 1.5.0.1
Changelog
- Fix Player Heads loaded from trade configs in 1.16
WanderingTrades 1.5.0
Changelog
- New option in playerheads.yml,
permissionWhitelist
- Accessible through the
/wt editplayerheads
menu - When enabled, players must have the
wanderingtrades.headavailable
permission for their head to be added to traders through the player heads mechanic
- Accessible through the
- Computations on possible trades are now done asynchronously, meaning that there is now zero lag whatsoever when opening a trader's inventory.
- Other various optimizations to the player head and trade selecting logic