You can now choose which tables to store player data in when using the database.
Fixed "MysqlDataTruncation: Data too long" when using MySQL.
The item price list (worth.yml) has been changed, you need to change it in the following format:
Code (YAML):
#The worth of items: # * This option will be overrided if the value of the key "Currency" in config.yml is "ShopGUIPlus" or "EconomyShopGUI". Worth: #<material-key>: cobblestone:0: #Sell price: #Set to -1 to disallow the sale of this item. price: 8.0
#Requires item quantity (minimum value is 1): quantity: 8
coal_block:0:
price: 10.0
quantity: 10
lapis_block:0:
price: 12.0
quantity: 16
redstone_block:0:
price: 13.0
quantity: 16
iron_block:0:
price: 16.0
quantity: 8
gold_block:0:
price: 15.0
quantity: 8
diamond_block:0:
price: 18.0
quantity: 4
emerald_block:0:
price: 18.0
quantity: 4
A new option in the config.yml file has been added (please add it before loading the plugin):
Code (YAML):
#The currency you want to use when selling the item: # * Available: Vault, PlayerPoints and TokenManager. #You can also use one of these marketplaces: ShopGUIPlus and EconomyShopGUI. It will override #the default price list in worth.yml, so you don't need to configure it. Currency: 'Vault'