mirror of
https://github.com/rockyhawk64/CommandPanels.git
synced 2025-11-18 07:14:17 +01:00
19 lines
751 B
YAML
19 lines
751 B
YAML
# |------------------------------------------------------------------------
|
|
# | CommandPanels Config File
|
|
# | By RockyHawk v8
|
|
# | https://www.spigotmc.org/resources/67788/
|
|
# |
|
|
# |------------------------------------------------------------------------
|
|
|
|
# When disabled, custom commands to open panels will not be registered
|
|
custom-commands: true
|
|
|
|
# Amount of time in ticks players must wait between opening panels
|
|
cooldown-ticks: 5
|
|
|
|
# Logs to console whenever a panel is opened
|
|
panel-snooper: false
|
|
|
|
# When enabled, panels will automatically refresh if any observed permissions change.
|
|
# Permissions used in HASPERM conditions are considered observed permissions.
|
|
permission-observer: true |