mirror of
https://github.com/Xiao-MoMi/Custom-Fishing.git
synced 2025-12-27 10:59:13 +00:00
69 lines
1.4 KiB
YAML
69 lines
1.4 KiB
YAML
#
|
|
# Don't change this
|
|
#
|
|
config-version: "${config_version}"
|
|
|
|
#
|
|
# For safety reasons, editing this file requires a restart to apply
|
|
#
|
|
reload:
|
|
enable: true
|
|
permission: customfishing.command.reload
|
|
usage:
|
|
- /customfishing reload
|
|
- /cfishing reload
|
|
|
|
sellfish:
|
|
enable: true
|
|
permission: customfishing.command.sellfish
|
|
usage:
|
|
- /sellfish
|
|
|
|
get_item:
|
|
enable: true
|
|
permission: customfishing.command.getitem
|
|
usage:
|
|
- /customfishing items get
|
|
- /cfishing items get
|
|
|
|
give_item:
|
|
enable: true
|
|
permission: customfishing.command.giveitem
|
|
usage:
|
|
- /customfishing items give
|
|
- /cfishing items give
|
|
|
|
stop_competition:
|
|
enable: true
|
|
permission: customfishing.command.competition
|
|
usage:
|
|
- /customfishing competition stop
|
|
- /cfishing competition stop
|
|
|
|
end_competition:
|
|
enable: true
|
|
permission: customfishing.command.competition
|
|
usage:
|
|
- /customfishing competition end
|
|
- /cfishing competition end
|
|
|
|
start_competition:
|
|
enable: true
|
|
permission: customfishing.command.competition
|
|
usage:
|
|
- /customfishing competition start
|
|
- /cfishing competition start
|
|
|
|
open_market:
|
|
enable: true
|
|
permission: customfishing.command.open.market
|
|
usage:
|
|
- /customfishing open market
|
|
- /cfishing open market
|
|
|
|
open_bag:
|
|
enable: true
|
|
permission: customfishing.command.open.bag
|
|
usage:
|
|
- /customfishing open bag
|
|
- /cfishing open bag |