Skip to content

Releases: Sv3ks/HyperCurrencies

⚡ Another SQL Patch

01 Jul 15:47
Compare
Choose a tag to compare
⚡ Another SQL Patch Pre-release
Pre-release

What's new in this update?

  • SQL 'url can't be null' bug (fixed by @IsNott)

⚠️ CAUTION: This is a development built and is not ment for production. Please report any issue as it can help improve the plugin. ⚠️

⚡ SQL Patch & German language

29 May 16:05
Compare
Choose a tag to compare
Pre-release

What's new in this update?

  • SQL 'Empty value' bug fix
  • German language by Stehln

⚠️ CAUTION: This is a development built and is not ment for production. Please report any issue as it can help improve the plugin. ⚠️

⚡ Language Patch

30 Apr 10:13
Compare
Choose a tag to compare

Fixed language files not auto-generating.

🪄 Placeholders Upgrade

29 Apr 22:36
Compare
Choose a tag to compare

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

18 Apr 16:34
a21f101
Compare
Choose a tag to compare

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

09 Apr 21:35
5b94c70
Compare
Choose a tag to compare
  • /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

07 Apr 20:56
cd54756
Compare
Choose a tag to compare

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

07 Apr 10:48
Compare
Choose a tag to compare

SQL Optimization and minor patches for better performance.

📢 1.2 Stable release

06 Apr 21:23
Compare
Choose a tag to compare

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

05 Apr 21:26
Compare
Choose a tag to compare
Pre-release
  • /c set <property> <value> <currency> now supports sql:url, sql:username and sql:password.