🚀Performance
Do not use ANY, ALL price/product mode unless necessary.
MMOItems/MythicMobs Item generation performance.
Set placeholder.click.enabled option to false.
click:
# If enabled, {buy-click} and {sell-stick} will display different value according to product status.
# But, it will maybe make server lag if you are running big server and have many products in your shop.
enabled: falseSet cooldown for menu system.
# Recommend use when you are running big server, it will make player no longer quickly click
# and reopen shop menu to make sure UltimateShop not lag your server.
# In ticks.
cooldown:
click: 6 # Default value is -1, set value greater than 5 is recommended.
reopen: 20 # Default value is -1, set value greater than 5 is recommended.Do not enable auto update GUI feature.
Use BUKKIT item give method.
Last updated