Skip to content

Releases: jpenilla/WanderingTrades

WanderingTrades 1.6.2

25 Jul 21:10
Compare
Choose a tag to compare

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

16 Jul 22:11
Compare
Choose a tag to compare
  • 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

14 Jul 19:57
Compare
Choose a tag to compare
  • 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

11 Jul 06:42
Compare
Choose a tag to compare

Warning!

This is a major upgrade and requires some manual intervention.

Steps to update:

  1. Delete the plugins/WanderingTrades/lang/en_US.yml file
  2. 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>
  • '/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

update picture

WanderingTrades 1.5.1

04 Jul 07:11
86ac189
Compare
Choose a tag to compare

Changelog

Fix a bug where the trades for natural-spawned traders would be added to command-spawned traders

WanderingTrades 1.5.0.4

26 Jun 07:37
Compare
Choose a tag to compare

Changelog

  • Fix Anvil GUIs for 1.16

WanderingTrades 1.5.0.3

25 Jun 08:38
Compare
Choose a tag to compare

Changelog

  • Remove and replace reference to Paper only API

WanderingTrades 1.5.0.2

25 Jun 04:49
Compare
Choose a tag to compare

Changelog

  • Fix an error on tab completing angles

WanderingTrades 1.5.0.1

25 Jun 04:20
Compare
Choose a tag to compare

Changelog

  • Fix Player Heads loaded from trade configs in 1.16

WanderingTrades 1.5.0

24 Jun 17:46
Compare
Choose a tag to compare

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
  • 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