Skip to content

tradeshop-2.5.0-DEV-2022-01-10T02.39.03

Pre-release
Pre-release
Compare
Choose a tag to compare

Notes

  • Due to large changes in the way config and messages are read, please backup these files before updating. (Renaming them in the folder is sufficient)

Changelog

Known Issues

  • None

New Features

  • None

Changes

  • Changed Message variable replacement to process sent/uppercase/lowercase of the string sent
  • Added fix for old messages files replacing { and } with % for variable
  • Added Variable enum to prevent hand type variables(noticed there were 2 different formats in the message file)
  • Properly added Linkage file management

Bug Fixes

  • Fixed Players with the preventTrade permission seeing the message on any block break
  • Fixed OP players not being able to trade due to having the preventTrade permission
  • Fixed item names with hex codes not being displayed on signs, no color formatting from item names will appear on signs or messages
  • Fixed bug in addcost item stacking that caused the stacked amount to be added without the original item being removed
  • Fixed formatting error in en-us.yml that prevented plugin enable
  • Fixed Config manager not replacing empty values with defaults in Messages and config

Minor Changes/Reformatting

  • Separated JsonConfiguration for better readability