mirror of
https://github.com/exituser/Brewery.git
synced 2026-09-17 08:59:01 +00:00
Load Scramble Seed key from Config
Remember all used Scramble seeds to unscramble potions
This commit is contained in:
@@ -3,7 +3,6 @@
|
||||
|
||||
# -- Opzioni --
|
||||
# I valori di default sono scritti fra []
|
||||
# Cancellare una voce la disabilita
|
||||
|
||||
# Lingua da usare (fra quelle in plugins/Brewery/languages)
|
||||
language: it
|
||||
@@ -57,6 +56,14 @@ openLargeBarrelEverywhere: true
|
||||
# How many Brewery drinks can be put into the Minecraft barrels [6]
|
||||
maxBrewsInMCBarrels: 6
|
||||
|
||||
# The used Ingredients and other brewing-data is saved to all Brewery Items. To prevent
|
||||
# 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.
|
||||
# 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
|
||||
|
||||
# Abilita il controllo degli aggiornamenti, controlla l'API di CurseForge per eventuali aggiornamenti di Brewery [true]
|
||||
# Se quando un aggiornamento viene trovato un messaggio è loggato e mostrato agli OPs quando entrano in gioco.
|
||||
updateCheck: true
|
||||
|
||||
Reference in New Issue
Block a user