Optimize the logic for back-end loading data sources
Optimize the classification of back-end folders. Data files now need to be placed in the plugins/UltraFunction/function directory (they can still be used in the root directory, classification is for ease of management), and the persisted data will be stored in the plugins/UltraFunction/data directory.
Fixed that due to different versions, an exception occurred during event monitoring. Now it has been changed to load different events based on different versions
Added support for Vault, which can now be directly operated on the economy, and will expand other contents of Vault in the future
Add config.yml configuration file
Added player death event triggers
Add interception string, and start with which digit to intercept method
Add method to intercept string, from which digit to which digit
Added method to determine whether the value is empty
Method for whether new data exists in global variable cache
Method for whether new data exists in the database
Four new operations have been added to add, subtract, multiply and divide numerical values
New method for calculating absolute value of numerical values
New residual method
Add a new method for taking random numbers within a range
Added ways to give players how much money
Add ways to take away players how much money
Added method to get the player's current amount of money
Does new players have the relative amount of money?
Added method to get the person who killed this player
Added ActionBar method for setting up players
Added method to obtain items in player's current hands
Added method to obtain a character value from configuration file
Added method to get an integer value from configuration file
Added method to get a decimal value from configuration file
Added method to get a boolean value from configuration file
Added method to store a character value in configuration file
Added method to store an integer value in configuration file
Added method to store a decimal value in configuration file
Added method to store a boolean value in configuration file
Future release expectations
Added support for MySQL data sources
Add a new configuration file to choose from and configure different data source types