Releases: jpenilla/WanderingTrades
Releases · jpenilla/WanderingTrades
WanderingTrades 1.6.6
Changelog
Changed
- Update for full 1.17 compatibility
- Update included microblock config with 1.17 blocks
- Dependency updates
WanderingTrades 1.6.5.2
Changelog
Added
- Added
disableHeroOfTheVillageGifts
option to trade configs. When a villager has a trade config with this option enabled, they will not give gifts to players when they have Hero of the Village.
Changed
- Updated dependencies
Fixed
- Fixed a couple of small bugs
WanderingTrades 1.6.5.1
Changelog
Added
- Added an option in
config.yml
to completely disable all of WanderingTrades' commands - Added a whitelist/blacklist in
config.yml
for worlds that the plugin should modify naturally spawned Wandering Traders in - Added a German (
de_DE
) language file
Changed
- Make use of a queue with a delay for caching player skins to stay well below Mojang's rate limit even on larger servers
Fixed
- Fixed Wandering Traders getting a new set of trades when a player logged out and back in while in a boat with the trader
WanderingTrades 1.6.5
Changelog
- Switch command framework to cloud
- Alphabetically sort paginated GUIs
- Give a more informative message when player head skins fail to cache
WanderingTrades 1.6.4.2
Changelog
- Prefer OfflinePlayer#getLastPlayed over #getLastSeen for compatibility
WanderingTrades 1.6.4.1
Changelog
- Added Simplified Chinese language file by RinAfter. Set language in config.yml to
zh_CN
to use. - Added a more consistent method for serializing ItemStacks which should help work around certain edge case issues with NBT data becoming deformed after save and load due to bugs/legacy baggage in Bukkit's ItemStack serialization.
- Various other bugfixes and improvements
WanderingTrades 1.6.4
Changelog
- Add the ability to randomize the amount of trades from a config a trader will get. To use set randomAmount like this example:
randomAmount: '0:5'
, which will choose randomly from 0 to 5.- Closes GitHub #27
- Add the same feature as above to the amount of player head trades from the server per trader.
WanderingTrades 1.6.3.2
Changelog
- Fixed a bug where very old or invalid player data files could cause an error on startup.
WanderingTrades 1.6.3.1
Changelog
- Fix a bug where Wandering Traders could get new trades when going through Nether/End Portals.
WanderingTrades 1.6.3
Changelog
- If running on a Paper based server, the plugin will use their PlayerProfile API to asynchronously download Player Head skins. The result of this is significantly more efficient than simply letting the vanilla game download the skin when the trader is assigned trades.