- New feature added that shows the last owner of each item, the lore will only appear in the trader window and it will be automatically be removed on trade so that it won't "ruin" the items.
- The new feaure is configurable in the config.yml
config.yml additions
Code (YAML):
trade_settings: # ------------------------------------------------------------------- # last_owner: It will mark all trades offered by the traders # with the name of the last owner the item had in its lore. # It will ONLY appear in the trader window, # the final item will not be effected! # ------------------------------------------------------------------- last_owner:
enable: true
message: "&7Last Owner: &d<PLAYER>"