[EH small classroom] Detailed configuration file [EH] Ecohelper (ecohelper) Minecraft Game

Detailed configuration file

The configuration file is located in the archive folder/serverconfig. There is a configuration file called "ecohelper-server.toml"

 [general]

#Command registration registration

Enabled = true

#Of the GUI component of the module (such as wallet interface, etc.)

Enable_gui = true

#The display of the module for the value of the item

Enable_item_tooltip = true

#Default gold coins

Default_balance = 0.0

#The minimum amount of gold coins that players can reach can be negative, at this time it is a debt state

Min_balance = 0.0

#The maximum number of gold coins that players can achieve, do not exceed the upper limit of the floating point number

Max_balance = 1000000.0

#The items that are redeemed for gold coins by default are set to minecraft: AIR will turn off the function

Default_balance_unit = "Minecraft: EMERALD"

#, Meditating as the US dollar symbol, please use the symbol contained in UTF-8

Balance_alias = "$"

#The default value of the default exchange of gold coins (Default 10.0)

Default_balance_unit_worth = 10.0

#留, the default is a thousand points

Decimal_place = 2

[dynamic_economic]

#

Dynamic_economic = true

#Player asset baseline

Dynamic_economic_basic_property = 500000.0

#, 5%of the deduction of the unit items by default as the bottom tax

Tax_baseline = 0.05

#Global/Local inflation switch, set to the global tax deduction based on the assets of all players, and set the local asset deduction of the current player's assets = FALSE

[SQL_Settings]

#Start the database support (still being produced, it is currently not available for the time being)

Enable_sql = false

#Database type

Sql_type = "sqlite"

[Impl_Settings]

#Economic synchronization mechanism, please read another tutorial for details

Economy_mode = "false"

#Need to synchronize Bukkit plug -in, currently supports Essentials and CMI

Bukkit_economy_system = "cmi"