Skip to content

Releases: jpenilla/WanderingTrades

WanderingTrades 1.4.6

19 Jun 19:43
Compare
Choose a tag to compare

Changelog

  • Updated dependencies
  • Updated bStats with custom charts

WanderingTrades 1.4.5.2

17 Jun 05:33
Compare
Choose a tag to compare

Bugfix

  • Remove players after inactivity without restarting server

WanderingTrades 1.4.5.1

17 Jun 05:22
Compare
Choose a tag to compare

Bugfix

  • Players who join the server for the first time will be considered for player heads without needing a server restart

WanderingTrades 1.4.5

17 Jun 01:32
Compare
Choose a tag to compare

Changelog

  • New option in playerheads.yml (accessible through the /wt eph command)
    • Players with no activity in longer than this days value in days will not be included for player heads.
    • For example setting days: 7 will only use players that logged in during the last week for player heads trades.

WanderingTrades 1.4.4

11 Jun 03:57
Compare
Choose a tag to compare
  • Make all commands translatable
  • Improve organization of help command

WanderingTrades 1.4.3

05 Jun 21:28
Compare
Choose a tag to compare

New Features

  • New command /wt edit playerheads alias /wt e ph
    • Edit the playerheads.yml config from in-game.

Bug Fixes

  • Fix a bug with certain config settings not saving in the /wt edit config menu

WanderingTrades 1.4.2.1

04 Jun 02:22
Compare
Choose a tag to compare
  • Remove accidental update check when already up to date

WanderingTrades 1.4.2

03 Jun 07:51
Compare
Choose a tag to compare

New Features

  • Blacklist for players whose heads should not be sold by traders through the heads from the server feature. Either regenerate playerheads.yml or add this to the end of it:
usernameBlacklist:
  - Notch
  • Support for language localization in the GUI menus
    • Only included language is en_US, please make a pull request or send me the config you made to add your language!
    • Language files stored in server/plugins/WanderingTrades/lang/
    • File name should end in .yml
    • File name must match the language set in config.yml, i.e. in config.yml: language: 'en_US', file name: en_US.yml
    • Set updateLang: true in config.yml to overwrite your config on an update, set it to false to preserve your changes, or if you are using your own custom language file.

WanderingTrades 1.4.1

01 Jun 20:17
Compare
Choose a tag to compare
  • Fix a bug introduced in 1.4.0 where Player Heads in trade configs would only give a stack size of 1 instead of whats actually set in the config.

WanderingTrades 1.4.0

31 May 06:29
Compare
Choose a tag to compare

New Features

  • /wt edit: command to edit trade configs in-game via a GUI menu
  • /wt edit config: command to edit the config.yml in-game via a GUI menu
    • Both require wanderingtrades.edit permission

Improvements

  • Fixed a couple of reported bugs