Add StumblePercent #196

This commit is contained in:
Sn0wStorm
2020-11-11 16:29:33 +01:00
parent 5b8ab83734
commit 823f5a4204
12 changed files with 134 additions and 101 deletions
+13 -10
View File
@@ -40,6 +40,9 @@ pukeItem: Soul_Sand
# 如果spigot.yml中的物品消失时间被变更, 此处也会变更.
pukeDespawntime: 60
# How much the Player stumbles depending on the amount of alcohol he drank. Can be set to 0 and higher than 100 [100]
stumblePercent: 100
# Display his drunkeness to the player when he drinks a brew or eats a drainItem [true]
showStatusOnDrink: true
@@ -48,9 +51,6 @@ drainItems:
- Bread/4
- Milk_Bucket/2
# 最大玩家下线记忆时长(单位为天). 饮酒的记忆保持时间, 便于计算宿醉.[7]
hangoverDays: 7
# Show Particles over Cauldrons when they have ingredients and a heat source. [true]
enableCauldronParticles: true
@@ -58,19 +58,12 @@ enableCauldronParticles: true
craftSealingTable: true
enableSealingTable: true
# 饮品上是否显示带颜色的提示, 颜色由执行步骤的正误决定. 第一项为在熟成酒桶内显示颜色, 第二项为在酿造台内显示颜色.[true, true]
colorInBarrels: true
colorInBrewer: true
# Always show the 1-5 stars on the item depending on the quality. If false, they will only appear when brewing [true]
alwaysShowQuality: true
# Always show the alcohol content on the item. If false, it will only show in the brewing stand [false]
alwaysShowAlc: false
# 大型熟成木桶可以通过右击桶身任意一个位置来打开, 而不需要专门右击其龙头. 这一操作对小型酒桶总为真.[true]
openLargeBarrelEverywhere: false
# MC自带的桶内可以存放多少饮品 [6]
ageInMCBarrels: true
maxBrewsInMCBarrels: 6
@@ -890,6 +883,16 @@ useOffhandForCauldron: false
# If Barrel and Cauldron data can be loaded Async/in the Background [true]
loadDataAsync: true
# 最大玩家下线记忆时长(单位为天). 饮酒的记忆保持时间, 便于计算宿醉.[7]
hangoverDays: 7
# 饮品上是否显示带颜色的提示, 颜色由执行步骤的正误决定. 第一项为在熟成酒桶内显示颜色, 第二项为在酿造台内显示颜色.[true, true]
colorInBarrels: true
colorInBrewer: true
# 大型熟成木桶可以通过右击桶身任意一个位置来打开, 而不需要专门右击其龙头. 这一操作对小型酒桶总为真.[true]
openLargeBarrelEverywhere: false
# -- 口糊设置 --