You need to delete the plugin config and lang files for the refresh
Fixed several bugs
Refresh Shop GUI (each second currently)
Improved shop GUI detection based on name in config files
Added a purchase limit system on a cooldown or a given period (DAILY, WEEKLY, MONTHLY, YEARLY, FOREVER)
Code (YAML):
limit:
sell: 100
# Nombre maximum d'items vendables buy: 100
# Nombre maximum d'items achetables cooldown: 3600
# Soit en secondes (exemple: 3600 pour 1 heure) # OR # cooldown: DAILY # Predefined period (DAILY, WEEKLY, MONTHLY, YEARLY, FOREVER)