mirror of
https://github.com/Xiao-MoMi/Custom-Crops.git
synced 2025-12-26 10:29:10 +00:00
59 lines
1.1 KiB
YAML
59 lines
1.1 KiB
YAML
#
|
|
# Don't change this
|
|
#
|
|
config-version: "${config_version}"
|
|
|
|
#
|
|
# For safety reasons, editing this file requires a restart to apply
|
|
#
|
|
|
|
# A command to reload the plugin
|
|
# Usage: [COMMAND]
|
|
reload:
|
|
enable: true
|
|
permission: customcrops.command.reload
|
|
usage:
|
|
- /customcrops reload
|
|
- /ccrops reload
|
|
|
|
get_season:
|
|
enable: true
|
|
permission: customcrops.command.get_season
|
|
usage:
|
|
- /customcrops season get
|
|
- /ccrops season get
|
|
|
|
set_season:
|
|
enable: true
|
|
permission: customcrops.command.set_season
|
|
usage:
|
|
- /customcrops season set
|
|
- /ccrops season set
|
|
|
|
get_date:
|
|
enable: true
|
|
permission: customcrops.command.get_date
|
|
usage:
|
|
- /customcrops date get
|
|
- /ccrops date get
|
|
|
|
set_date:
|
|
enable: true
|
|
permission: customcrops.command.set_date
|
|
usage:
|
|
- /customcrops date set
|
|
- /ccrops date set
|
|
|
|
debug_data:
|
|
enable: true
|
|
permission: customcrops.command.debug
|
|
usage:
|
|
- /customcrops debug data
|
|
- /ccrops debug data
|
|
|
|
force_tick:
|
|
enable: true
|
|
permission: customcrops.command.force_tick
|
|
usage:
|
|
- /customcrops force-tick
|
|
- /ccrops force-tick |