Main configuration

The main configuration is located in /plugins/ChestCommands/config.yml.

This is the default configuration with descriptions:

# Default color of name and lore of icons, if no other color is present.
default-color:
    name: '&f'
    lore: '&7'

# Cooldown (in milliseconds) between multiple clicks on icons.
# This prevents executing icon actions too frequently.
anti-click-spam-delay: 200

# If enabled, the plugin checks for updates and sends a notification to administrators when they join.
update-notifications: true