DeluxeCoinflip ⭐ Multiple Currencies (Money, Tokens, Points) ✅ Tax System, Tracked Statistics icon

DeluxeCoinflip ⭐ Multiple Currencies (Money, Tokens, Points) ✅ Tax System, Tracked Statistics -----

The ultimate Coinflip plugin supporting 5+ built-in currencies with a tax and bet limits system




- Added support for custom currencies via the use of commands & placeholders. An example can be found here.
----------, Jan 20, 2025

- Fixed an issue where the animation items would show as invalid.
----------, Jul 8, 2024

- Fixed a possible error with the coinflip animation.
----------, Jun 25, 2024

- Fixed an issue where the database would throw errors while fetching user data.
- Convert plugin to use Aikar's command library.
- Remove methods to load the games table as we no longer save it after shutdown.
- Added new PlaceholderAPI placeholders
Code (Text):
%deluxecoinflip_total_losses%, %deluxecoinflip_total_gambled%, %deluxecoinflip_total_losses_formatted%
Thank you to everyone who contributed to this update.
https://github.com/Zithium-Studios/DeluxeCoinflip/graphs/contributors
----------, May 28, 2024

  • Fixed scope shadowing for connections & added more robust error logging for SQLiteHandler. [274119c]
  • fix (tax): fix tax not shown correctly in messages [43cbeae]
  • Possible fix for TokenEnchant errors [b5a5142]
Thank you to everyone who contributed to this update with the various PRs.
----------, Mar 20, 2024

  • Drop the entire games database on server shutdown to ensure no games are kept after a restart.
----------, Mar 12, 2024

  • Clear coinflip games before closing the database connection on shutdown.
----------, Feb 15, 2024

  • Clear coinflip games on restart to prevent any duplication issues.
----------, Feb 14, 2024

  • Added the ability to change the animation items.
Code (YAML):
coinflip-gui:
  title
: "&lFLIPPING COIN.."
  # There can only be two items here. Both must be present!
  # You can change the materials but you can not add more items!
  animation
:
    1
:
      material
: GRAY_STAINED_GLASS_PANE
      display_name
: '&r'
    2
:
      material
: GRAY_STAINED_GLASS_PANE
      display_name
: '&r'
----------, Feb 13, 2024

  • Remove some deprecated methods.
  • Slight performance improvements with the main GUI
----------, Feb 7, 2024

  • Ensure games are deleted on shutdown.
  • Add bStats metrics.
----------, Feb 3, 2024

  • Properly clear coinflip games on server shutdown.
  • Remove forgotten debug message.
----------, Jan 23, 2024

  • Added support for BeastTokens
  • Added missing configuration options for ZithiumMobcoins integration.
----------, Jan 19, 2024

  • Delete coinflip games if the creator logs out. [This is a workaround for a known duplication glitch with DeluxeMenus]
  • No longer attempt to convert games from the old data.yml.
  • No longer attempt to convert legacy games.
----------, Jan 18, 2024

- Plugin now only supports 1.19 - 1.20.2
- Fixed a few errors regarding skulls and fetching their textures.
- Some very minor performance optimizations.
----------, Nov 27, 2023

  • Possible fix for gui related dupe.
----------, Nov 17, 2023

  • Fixed an issue that caused the winner to be incorrect in the summary message.
----------, Nov 15, 2023

  • Some minor performance improvements.
  • Updated some default values in the configuration file.
I am happy to announce that the API has some new documentation you can view it below.
https://docs.zithium.net/deluxe-series/deluxecoinflip/developer-api
----------, Nov 12, 2023

Configuration Changes:

To enable support for ZithiumMobcoins simply add the following configuration section below the other economy settings.

Code (YAML):
    # ZithiumMobcoins Economy (requires ZithiumMobcoins plugin)
    # https://www.spigotmc.org/resources/zithiummobcoins-1-18-1-20-2.113153/
    ZITHIUMMOBCOINS
:
      enabled
: true
      display_currency_name
: "Mobcoins"
 
----------, Oct 25, 2023

  • Some minor optimizations with regards to the coinflip game menu.
  • Removed some broken economies. [Check resource page]
This plugin has recently changed hands and as such active development will be resuming.
----------, Oct 23, 2023

  • Fixed an exploit with the GUI.
----------, Oct 22, 2023

v2.6.3

Changelog:
  • API Update:
    • Added ability to cancel the CoinflipCreatedEvent.
  • Fixed a startup error when a different economy plugin with the same name loaded (even while disabled in the config).
  • Updated Spigot API version to 1.19.2.
----------, Aug 7, 2022

v2.6.2

Changelog:
  • Fixed exploit using game builder GUI on Bedrock edition.
----------, Apr 24, 2022

v2.6.1

Changelog:
  • Updated PlayerPoints economy API to fix NoSuchMethodError stacktrace.
----------, Apr 22, 2022

v2.6.0

Changelog:
  • Added Coinflip created broadcast message. Requires config & messages file reset to use.
  • Fixed UltraPrisonCore 'NoClassDefFoundError' error.
----------, Mar 6, 2022

v2.5.0

Changelog:
  • Added hex support. See here for formatting.
  • Added custom model data support.
    • Code (YAML):
      custom_model_data : <data>
----------, Feb 23, 2022

v2.4.0

Changelog:
  • Added support for BeastTokens.
  • Updated and fixed UltraPrisonCore hook.
----------, Feb 16, 2022

v2.3.0

Changelog:
  • Updated to Spigot 1.18.1.
  • Fixed GamePoints hook not working due to outdated API.
  • Added new message to messages.yml
    • Code (YAML):
      invalid-amount : "{PREFIX} &c{INPUT} is not a amount. Please try again."
  • Fixed CoinflipCreatedEvent not firing when created from game builder GUI.
  • Fixed an error when offline player data is null.
----------, Jan 31, 2022

v2.2.1

Changelog:
  • Attempt to fix possible issue related to player heads causing server to crash when starting a coinflip game.
----------, Sep 4, 2021

v2.2.0

Changelog:
  • Fixed a bug where game builder GUI would not work properly.
  • Added PlayerPoints economy provider.
----------, Jul 15, 2021

v2.1.1

Changelog:
  • Fixed bug where messages would not display correctly.
----------, Jul 7, 2021

v2.1.0

Changelog:
  • Added Spigot 1.17 support.
----------, Jul 3, 2021

v2.0.2

Changelog:
  • Fixed an issue with currency display names in game builder GUI.
----------, Apr 23, 2021

v2.0.1

Changelog:
  • Fixed a startup NPE error.
----------, Apr 20, 2021

v2.0.0

Changelog:
  • Added SQLite storage and removed flat file storage. Please BACKUP DeluxeCoinflip/data folder before upgrading to 2.0.0. You do not need to delete the folder though as automatic migration has been implemented and will transfer any existing user data from flat file to SQLite.
    • Ensure to add this to your config.yml:
    • Code (YAML):
      storage :
        # Types available:
        # - SQLITE
        type
      : SQLITE
  • DeluxeCoinflipAPI has been updated, please update any plugins using the API.
  • Added UltraPrisonCore Tokens economy provider.
  • Added GamePoints economy provider.
----------, Apr 20, 2021

v1.8.6

Changelog:
  • Cached GUI player heads for better optimization.
  • Added two new events to the API (CoinflipCreatedEvent & CoinflipCompletedEvent), see here.
  • Updated AbstractProvider API class, please see here for updated class. Make sure to update this if you're using our API.
----------, Sep 24, 2020

v1.8.5

Changelog:
  • Added ability to change coinflip game items from player heads to any other items.
  • Fixed an error when attempting to give tokens at the end of a game.
  • Fixed a tax limit issue up to 2.7B.
  • Optimised some parts of the plugin.
----------, Sep 14, 2020

v1.8.4

Changelog:
  • Fixed a money value display bug.
  • You no longer require to add the currency using the command if there is only one economy set.
  • Optimized parts of the GUIs and GUI animation.
----------, Aug 13, 2020

v1.8.3

Changelog:
  • Fixed custom bet amount message displaying incorrect numbers.
----------, Jul 2, 2020

Resource Information
Author:
----------
Total Downloads: 1,024
First Release: Jul 2, 2020
Last Update: Jan 20, 2025
Category: ---------------
All-Time Rating:
34 ratings
Find more info at discord.com...
Version -----
Released: --------------------
Downloads: ------
Version Rating:
----------------------
-- ratings