# CustomGUIMenus Configuration
#
# Default locale to use (must match a file in the locales folder)
locale: en_US
# Settings for empty slot filling
fill-item:
# Material for fill items
material: BLACK_STAINED_GLASS_PANE
# Display name for fill items (use " " for empty)
name: " "
# Should the menu close when clicking outside the inventory?
close-on-click-outside: true
# Sound settings
sounds:
click:
# Enable click sounds
enabled: true
# Sound to play (see
https://hub.spigotmc.org/javadocs/spigot/org/bukkit/Sound.html)
sound: UI_BUTTON_CLICK
# Volume (0.0 - 1.0)
volume: 0.5
# Pitch (0.5 - 2.0)
pitch: 1.0
# Debug mode - shows extra information in console
debug: false
# PlaceholderAPI support
# Set to true if you have PlaceholderAPI installed
placeholder-api: false
# Menu settings
menu-settings:
# Should menus update when opened (re-parse placeholders)?
update-on-open: true
# Maximum number of menus that can be loaded
max-menus: 100
# Permission settings
permissions:
# Should the plugin check for menu-specific permissions?
# If true, players need customguimenus.menu.<menu-name> to open menus
check-menu-permissions: false
# Default permission for menus without a specific permission set
default-menu-permission: ""
# Advanced settings (don't change unless you know what you're doing)
advanced:
# Async menu loading
async-loading: false
# Cache menu instances
cache-menus: true
# Menu cache duration in seconds (if cache-menus is true)
cache-duration: 300