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
@@ -38,6 +38,9 @@ pukeItem: Soul_Sand
# Se il tempo di scomparsa viene cambiato in spigot.yml anche pukeDespawntime cambia.
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
@@ -46,9 +49,6 @@ drainItems:
- Bread/4
- Milk_Bucket/2
# Tempo in giorni che la sbronza resta in memoria dopo che il giocatore va offline, cioè il tempo per cui i postumi della sbornia durano. [7]
hangoverDays: 7
# Show Particles over Cauldrons when they have ingredients and a heat source. [true]
enableCauldronParticles: true
@@ -56,19 +56,12 @@ enableCauldronParticles: true
craftSealingTable: true
enableSealingTable: true
# Colora la descrizione dell'item in base alla qualità mentre è in un barile o in un alambicco [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
# Se un barile grande può essere aperto cliccandoci sopra, non solo sul cartello e sulla staccionata. Questo è sempre true per i barili piccoli. [true]
openLargeBarrelEverywhere: true
# If aging in -Minecraft- Barrels in enabled [true] and how many Brewery drinks can be put into them [6]
ageInMCBarrels: true
maxBrewsInMCBarrels: 6
@@ -886,6 +879,16 @@ useOffhandForCauldron: false
# If Barrel and Cauldron data can be loaded Async/in the Background [true]
loadDataAsync: true
# Tempo in giorni che la sbronza resta in memoria dopo che il giocatore va offline, cioè il tempo per cui i postumi della sbornia durano. [7]
hangoverDays: 7
# Colora la descrizione dell'item in base alla qualità mentre è in un barile o in un alambicco [true, true]
colorInBarrels: true
colorInBrewer: true
# Se un barile grande può essere aperto cliccandoci sopra, non solo sul cartello e sulla staccionata. Questo è sempre true per i barili piccoli. [true]
openLargeBarrelEverywhere: true
# -- Imostazioni di distorsione della chat --