Releases: Sv3ks/HyperCurrencies
⚡ Another SQL Patch
What's new in this update?
- SQL 'url can't be null' bug (fixed by @IsNott)
⚡ SQL Patch & German language
What's new in this update?
- SQL 'Empty value' bug fix
- German language by Stehln
⚡ Language Patch
🪄 Placeholders Upgrade
In this update, placeholders (for PlaceholderAPI) have been upgraded, adding new placeholders:
- %hypercurrencies_balance_{currency}% - Balance of player.
- %hypercurrencies_balance_{currency}_{player}% - Balance of other player.
- %hypercurrencies_baltop_{player}_{currency}% - Balancetop placement of player.
- %hypercurrencies_baltop_{uuid}_{currency}% - Balancetop placement of player (using UUID).
- %hypercurrencies_baltop_{placement}_{currency}% - Name of player on balancetop placement.
📢Update 1.5
What's new?
- Added both danish and chinese language support
- Fixed /baltop displaying null if there was no more players left to display
- A help message when executing /pay
- The ability to toggle paying for currencies, so you can chose whether or not you want to be able to get paid through /pay
- Fixed bugs happening when paying a currency with the built-in vault provider
- Fixed automatic table generation with the built-in SQL provider when setting balance
- The built-in SQL provider now supports baltop
- Added bStats tracking
Improved discord
You can now ask questions and showcase what you've made in the discord, so make sure to join!
Javadoc available!
If you're interested in developing with the HyperCurrencies API, check out the new javadoc!
Ideas?
I'm open for any ideas! If you have ideas, wanna add a language file or have found a bug/glitch, please open an issue at this page.
🚩 Language Support and Baltop Update
/baltop
now support pages 1-10 (top 1-100 players).- Added language support/message configuration (located in
HyperCurrencies/lang/LANG_FILE.yml
).
⚡ Player Commands Update
This update is a must have, so make sure to update!
New in 1.3:
- /bal
- /baltop
- /pay
- Pay toggling and pay minimum
- PlaceholderAPI integration
💨 1.2 SQL Optimization
SQL Optimization and minor patches for better performance.
📢 1.2 Stable release
This is the stable release of 1.2, featuring full MySQL support.
How to use MySQL for storing currency data
First, set the currency's provider to hc-sql
. Then fill in the details like this:
mysql-currency:
provider: 'hc-sql'
sql:
url: 'MySQL_Database_URL'
username: 'DB_Username'
password: 'DB_Password'
📂 SQL Currency Property Support
/c set <property> <value> <currency>
now supportssql:url
,sql:username
andsql:password
.