mirror of
https://github.com/exituser/Brewery.git
synced 2026-09-17 06:38:56 +00:00
@@ -46,6 +46,10 @@ drainItems:
|
||||
# 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
|
||||
|
||||
# If crafting and using of the Brew Sealing Table is enabled (2 Bottles over 4 Planks) [true, 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
|
||||
@@ -66,6 +70,7 @@ maxBrewsInMCBarrels: 6
|
||||
# hacked clients from reading what exactly was used to brew an item, the data can be encoded/scrambled.
|
||||
# This is a fast process to stop players from hacking out recipes, once they get hold of a brew.
|
||||
# Only drawback: brew items can only be used on another server with the same encodeKey.
|
||||
# When using Brews on multiple (BungeeCord) Servers, define a shared Database below at 'multiServerDB'
|
||||
# So enable this if you want to make recipe cheating harder, but don't share any brews by world download, schematics, or other means. [false]
|
||||
enableEncode: false
|
||||
encodeKey: 0
|
||||
@@ -81,7 +86,7 @@ autosave: 3
|
||||
debug: false
|
||||
|
||||
# Versione del config
|
||||
version: '2.0'
|
||||
version: '2.1'
|
||||
oldMat: true
|
||||
|
||||
|
||||
@@ -410,6 +415,28 @@ useCitadel: true
|
||||
useLogBlock: true
|
||||
|
||||
|
||||
# -- MultiServer/BungeeCord --
|
||||
# If Brewery is running on multiple connected Servers (via BungeeCord)
|
||||
# a shared Database can be used here to synchronise drunkeness and to be able to use encoded brews between them.
|
||||
|
||||
multiServerDB:
|
||||
# If using the Database is enabled
|
||||
enabled: false
|
||||
# If the drunkeness of players should be synchronised between Servers
|
||||
syncDrunkeness: true
|
||||
host: localhost
|
||||
port: '3306'
|
||||
user: minec
|
||||
password: xyz
|
||||
database: base
|
||||
|
||||
|
||||
# -- Various Other Settings --
|
||||
|
||||
# If items in Offhand should be added to the cauldron as well [false]
|
||||
useOffhandForCauldron: false
|
||||
|
||||
|
||||
# -- Imostazioni di distorsione della chat --
|
||||
|
||||
# If written Chat is distorted when the Player is Drunk,
|
||||
|
||||
Reference in New Issue
Block a user