THIS VERSION IS IN BETA. PLEASE READ THIS POST BEFORE UPDATING IF YOU ARE USING A VERSION BELOW 3.0
v3.0.3 includes:
A config option to toggle off redis while using mysql
Module specific reload for ShopsConfig and Lang ( Example: /tm reload ShopsConfig )
A 'confirm-purchase' option for both shops and slots to display a confirm purchase GUI before actually purchasing an item.
Example:
Code (Text):
shops:
test:
title: '&6Default Shop'
rows: 1
auto-close: true
use-permission: false
confirm-purchase: true # <-- Add this to open the GUI for every item in the shop
items:
'0':
displayed: 276 1 name:&cGod_Sword sharpness:5 fireaspect:2 lore:&bEliminate_your|&cEnemies&b!|&dCost:&a_10_Tokens
cost: 10
confirm-purchase: true # <-- Add this to open the GUI for this item only
subshop: yoursubshop
message: '&bTM &8» &7Thanks for your purchase, %player%! &c-10 tokens'
commands:
- 'give %player% 276 1 name:&cGod_Sword sharpness:5 fireaspect:2 lore:&bEliminate_your|&cEnemies&b!'
Settings for the confirm purchase GUI was added to the main configuration. MAKE SURE TO STOP THE SERVER BEFORE UPDATING!