mirror of
https://github.com/Xiao-MoMi/Custom-Crops.git
synced 2025-12-26 10:29:10 +00:00
1.6.3.2
This commit is contained in:
@@ -7,7 +7,9 @@ basic:
|
||||
soil-detector: customcrops:soil_detector
|
||||
|
||||
|
||||
|
||||
# If you want watering-can has custom durability
|
||||
# Just set material to damageable items like wooden_sword
|
||||
# custom durability in itemsadder is compatible in CustomCrops
|
||||
water-can:
|
||||
watering_can_1:
|
||||
item: customcrops:watering_can_1
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
#Don't change
|
||||
config-version: '5'
|
||||
config-version: '6'
|
||||
|
||||
#Want to sell the crops?
|
||||
#Try this plugin: https://www.spigotmc.org/resources/shipping-bin.104591/
|
||||
@@ -62,6 +62,7 @@ config:
|
||||
Lands: false
|
||||
GriefPrevention: false
|
||||
CrashClaim: false
|
||||
BentoBox: false
|
||||
#integration to add players' farming skill xp
|
||||
AureliumSkills: false
|
||||
mcMMO: false
|
||||
@@ -78,10 +79,10 @@ config:
|
||||
# Mode 2:
|
||||
# ● Online players' crops will grow
|
||||
# Mode 3:
|
||||
# ● Recommended Mode 1 + Mode 2
|
||||
# ● If you enable season, mode 3 is recommended (Mode 1 + Mode 2)
|
||||
# Mode 4:
|
||||
# ● Please disable season in this mode!
|
||||
# ● All the crops will grow
|
||||
# ● If you disable season, mode 4 is recommended
|
||||
# ● All the crops will grow, this is good for offline crops
|
||||
# ● If season not disabled, your server would be lagging when there's a lot of data
|
||||
# ● Crop data would be removed as soon as they are ripe when season disabled, so it would not cause lag!
|
||||
grow-mode: 3
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
name: CustomCrops
|
||||
version: '${version}'
|
||||
main: net.momirealms.customcrops.CustomCrops
|
||||
api-version: 1.17
|
||||
api-version: 1.16
|
||||
authors: [ XiaoMoMi ]
|
||||
depend:
|
||||
- ItemsAdder
|
||||
|
||||
@@ -11,6 +11,9 @@ basic:
|
||||
#土质探测器,用于查看使用的肥料种类和残余量
|
||||
soil-detector: customcrops:soil_detector
|
||||
|
||||
#如果你想要水壶有自定义耐久度
|
||||
#请在ia里将它设置为耐久度的物品(例如木剑)
|
||||
#IA的自定义耐久度对本插件生效
|
||||
water-can:
|
||||
watering_can_1:
|
||||
item: customcrops:watering_can_1
|
||||
@@ -19,6 +22,8 @@ water-can:
|
||||
#水壶工作的范围
|
||||
width: 1
|
||||
length: 1
|
||||
#水壶的最大耐久度,不填写则无限耐久
|
||||
durability: 100
|
||||
watering_can_2:
|
||||
item: customcrops:watering_can_2
|
||||
max: 4
|
||||
@@ -40,12 +45,11 @@ lore:
|
||||
watering-can:
|
||||
enable: true
|
||||
#Lore样式
|
||||
#可用变量 {water}当前水量 {max_water}最大蓄水量
|
||||
lore:
|
||||
- '<italic:false><white>{water_info}'
|
||||
- '<italic:false><gray>右键水方块为水壶加水'
|
||||
|
||||
#水量 {water_info}
|
||||
#可用变量 {water}当前水量 {max_water}最大蓄水量
|
||||
left: '<font:customcrops:default>뀂'
|
||||
full: '뀁뀃'
|
||||
empty: '뀁뀄'
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
#请不要修改此值
|
||||
config-version: '5'
|
||||
config-version: '6'
|
||||
|
||||
|
||||
config:
|
||||
@@ -54,6 +54,7 @@ config:
|
||||
Lands: false
|
||||
GriefPrevention: false
|
||||
CrashClaim: false
|
||||
BentoBox: false
|
||||
#增加技能经验
|
||||
AureliumSkills: false
|
||||
mcMMO: false
|
||||
|
||||
Reference in New Issue
Block a user