your current location:首页 > news>[EH] Ecohelper (ecohelper) Minecraft

[EH] Ecohelper (ecohelper) Minecraft

2024-12-12 09:29:32|Myriagame |source:minecraft skins

Ecohelper 2

This module is based on Light Economy to provide a module platform with a BUKKIT VAULT equivalent currency system for the server. It currently includes but not limited to the/ECO command, database support, dynamic tax rate system suitable for server, and some code that guarantees currency security.Essence

The difference from the old version

The new version of Ecohelper will be divided into many parts with modularized demolition.At present, Ecohelper 2 will mainly act on the expansion function support of Lighteconomy (Ecohelper 2 has integrated Lighteconomy, so it does not need to be installed separately), and it provides a more complete and secure trading API system than Light Economy.

Security

Ecohelper 2 can choose the synchronous support of SQLite and MySQL database, which will record the currency data of the players who have logged in to the server, and the history of transaction history.In addition, Ecohelper transferred all the currency operation code to the server side, and the client side only displayed the player's gold coin data through the GUI.

Modern tax rate regulation algorithm

Ecohelper 2 introduces more intelligent and modern tax rate regulatory algorithms, which will currently levy rich people and consumption taxes.Of course, you can also change the tax rate system into a classic (that is, the same algorithm as the old version of the Ecohelper) in the configuration document or close the tax rate regulation mechanism.

Ecohelper 2's modern tax rate regulation algorithm needs to run the server for a while (it will change due to the different growth rate of the server flow and the growth rate of player's assets), Ecohelper 2 will automatically statistical the average wealth owned by the server player.The administrator sends a message that at this time, you can start a more intelligent tax rate algorithm by modifying TaxType in Config for Modern.

Where is the equivalence of the old version?

Ecohelper 2 moves the money to the EazyMarket. At present, Ecohelper 2 will focus on providing a complete economic system support for the server, just like BUKKIT.

Experimental content

Ecohelper 2 supports the history of transaction that can record the trading items, which will be recorded in the NBT attributes of the item.If other modules are sensitive to NBT attributes of items, turn off this function.


The following is the old content

This module provides some commands and GUIs that are conducive to players and server administrators for Light Economy, including but not limited to /ECO commands, dynamic tax systems for server, database systems and equivalent currency support.

At the same time, this module provides a BUKKIT compatibility layer for the economic synchronization and push -pull of the Forge + Bukkit hybrid server.

Common use

Use the /eco admin command to operate the player's gold coin

Use /Eco Wallet to open a menu interface to transfer, transaction and other functions based on graphics -based players

Provides more complicated underlying API support. Other modules can develop more advanced economic functions based on the module based on the module

Dynamic tax system to ensure that the inflation in the server is in a relatively stable trend

Added value -based value labels based on data packets, which can be linked to the value and sales of items with Eazymarket (in production)

Installation method

This module uses the server side as the focus of development. Under the single -player mode, the module may not be able to play the real functions and effects of the module.

Install lightConomy on the server side

Install the module on the client and server side

Restart the client and server, and check the server's World/Serverconfig folder, you should see a configuration file called "ecohelper-server.toml"

Enter the server and use the /ECO command in the server to test the function of the module

If necessary, add items value package according to needs (see below for details)

If the installation is normal, take out the emerald after entering the game, you should see this Lore:

Minecraft images

Configuration file

Please check the tutorial page of the module.

Packet support

Please check the tutorial page of the module.

Precautions

If you have any questions, please click the GitHub above to enter the page to send an issue. If you have the ability to repair the bug, you can also submit the Pull Request application. We are looking forward to cooperating with developers to launch a series of kingdoms based on this module and LightConomy.It is convenient for providing more convenient players' economic mechanisms for FORGE native servers.