mirror of
https://github.com/Xiao-MoMi/Custom-Crops.git
synced 2025-12-27 19:09:09 +00:00
3.6
This commit is contained in:
38
plugin/src/main/resources/commands.yml
Normal file
38
plugin/src/main/resources/commands.yml
Normal file
@@ -0,0 +1,38 @@
|
||||
#
|
||||
# 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
|
||||
|
||||
debug_data:
|
||||
enable: true
|
||||
permission: customcrops.command.debug
|
||||
usage:
|
||||
- /customcrops debug data
|
||||
- /ccrops debug data
|
||||
Reference in New Issue
Block a user