Releases: jpenilla/WanderingTrades
Releases · jpenilla/WanderingTrades
WanderingTrades 1.4.6
Changelog
- Updated dependencies
- Updated bStats with custom charts
WanderingTrades 1.4.5.2
Bugfix
- Remove players after inactivity without restarting server
WanderingTrades 1.4.5.1
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
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.
- Players with no activity in longer than this
WanderingTrades 1.4.4
- Make all commands translatable
- Improve organization of help command
WanderingTrades 1.4.3
New Features
- New command
/wt edit playerheads
alias/wt e ph
- Edit the
playerheads.yml
config from in-game.
- Edit the
Bug Fixes
- Fix a bug with certain config settings not saving in the
/wt edit config
menu
WanderingTrades 1.4.2.1
- Remove accidental update check when already up to date
WanderingTrades 1.4.2
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. inconfig.yml
:language: 'en_US'
, file name:en_US.yml
- Set
updateLang: true
inconfig.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
- 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
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
- Both require
Improvements
- Fixed a couple of reported bugs