Skip to content

Releases: jpenilla/WanderingTrades

WanderingTrades 1.6.6

11 Jun 22:47
v1.6.6
a80f662
Compare
Choose a tag to compare

Changelog

Changed

  • Update for full 1.17 compatibility
  • Update included microblock config with 1.17 blocks
  • Dependency updates

WanderingTrades 1.6.5.2

20 Mar 05:09
cae6e2c
Compare
Choose a tag to compare

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

06 Dec 09:29
Compare
Choose a tag to compare

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

24 Oct 19:28
Compare
Choose a tag to compare

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

29 Sep 17:41
Compare
Choose a tag to compare

Changelog

  • Prefer OfflinePlayer#getLastPlayed over #getLastSeen for compatibility

WanderingTrades 1.6.4.1

28 Sep 00:42
Compare
Choose a tag to compare

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

19 Aug 20:22
Compare
Choose a tag to compare

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

15 Aug 18:22
Compare
Choose a tag to compare

Changelog

  • Fixed a bug where very old or invalid player data files could cause an error on startup.

WanderingTrades 1.6.3.1

13 Aug 21:19
Compare
Choose a tag to compare

Changelog

  • Fix a bug where Wandering Traders could get new trades when going through Nether/End Portals.

WanderingTrades 1.6.3

02 Aug 18:43
Compare
Choose a tag to compare

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.