mirror of
https://github.com/Xiao-MoMi/Custom-Crops.git
synced 2025-12-27 19:09:09 +00:00
3.0.0
This commit is contained in:
@@ -4,6 +4,8 @@ config-version: '25'
|
||||
metrics: true
|
||||
# Language: english / spanish / chinese / turkish
|
||||
lang: english
|
||||
# debug
|
||||
debug: false
|
||||
|
||||
worlds:
|
||||
# This is designed for servers that using a separate folder for worlds
|
||||
|
||||
@@ -5,7 +5,7 @@ tomato:
|
||||
# Otherwise some unexpected problems would occur
|
||||
# TRIPWIRE / ITEM_FRAME / ITEM_DISPLAY (1.19.4+)
|
||||
# 农作物模式,请确保和你的资源包配置等一致,否则会出现bug
|
||||
type: ITEM_FRAME
|
||||
type: TRIPWIRE
|
||||
|
||||
# The crop can only be planted on certain pots
|
||||
# Pot are stored in /CustomCrops/contents/pots
|
||||
|
||||
@@ -49,6 +49,8 @@ permissions :
|
||||
customcrops.about: true
|
||||
customcrops.setdate: true
|
||||
customcrops.setseason: true
|
||||
customcrops.force: true
|
||||
customcrops.migrate: true
|
||||
customcrops.reload:
|
||||
default: op
|
||||
customcrops.help:
|
||||
@@ -58,4 +60,8 @@ permissions :
|
||||
customcrops.setdate:
|
||||
default: op
|
||||
customcrops.setseason:
|
||||
default: op
|
||||
customcrops.force:
|
||||
default: op
|
||||
customcrops.migrate:
|
||||
default: op
|
||||
Reference in New Issue
Block a user