mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2025-04-25 16:09:44 +00:00
Make disable-eco option visible in default config. Adds option requested multiple times.
This is apparently already in there but not visible. cf9c9f7073/Essentials/src/com/earth2me/essentials/Settings.java (L644)
This commit is contained in:
parent
0b042dad43
commit
dd65a1e76c
1 changed files with 4 additions and 0 deletions
|
@ -489,6 +489,10 @@ tpa-accept-cancellation: 120
|
|||
|
||||
# For more information, visit http://wiki.ess3.net/wiki/Essentials_Economy
|
||||
|
||||
# Setting to true will completely disable eco operations for Essentials.
|
||||
# This might have weird effects and we recommend leaving this to false.
|
||||
disable-eco: false
|
||||
|
||||
# Defines the balance with which new players begin. Defaults to 0.
|
||||
starting-balance: 0
|
||||
|
||||
|
|
Loading…
Reference in a new issue