mirror of
https://github.com/exituser/Brewery.git
synced 2026-09-17 06:38:56 +00:00
Add StumblePercent #196
This commit is contained in:
@@ -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
|
||||
@@ -485,6 +478,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 --
|
||||
|
||||
|
||||
Reference in New Issue
Block a user