When no economy plugin is detected in Vault, the plugin will repeat the detection to avoid the plugin failing to detect economy plugins linked to Vault due to different plugin startup sequences.
Added custom buy-more-menu settings support in buy_more_menu action.
Added not-open-when-invalid option support in buy more menu settings in config.yml file. If there is only a purchase button in the buy more menu and the product is not purchasable (meaning there is no buy price), then we consider this buy more menu to be invalid and cannot be opened, and the same applies to sell.
Added use-times.set-reset-value-by-default option in config.yml file. If set to true, product default buy / sell times will be set to reset value set in product configs or default value set in config.yml file.
Added use-times.max-value-for-total-only option in config.yml file.
If set to true, max value set in product configs or default value set above will only work for total placeholder.
Added buy-times-max-value and sell-times-max-value support in product configs. You can set maximum values for buy times and sell times, and when the maximum value is reached, the plugin will no longer accumulate buy times and sell times.