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
# Maximum number of sellable items
buy
: 100
# Maximum number of purchasable items
cooldown
: 3600
# Either in seconds (example: 3600 for 1 hour)
# OR
# cooldown: DAILY # Predefined period (DAILY, WEEKLY, MONTHLY, YEARLY, FOREVER)