
【AdvancedCoinflip】 10.24.7
⚡️MySQL & SQLite ✅RGB Color ✅ Highly customizable✅ BungeeCord/Velocity✅⚡️
Another fix for bungeecord.
Added ability to change money format and shortcuts when creating game via command
eg: /cf 100k will make a game with 100.000 etc
Settings:
Money:
# This pattern will be used to display money in the chat messages & Creation GUI.
#More information about pattern can be found here:
#[url]https://docs.oracle.com/javase/tutorial/i18n/format/decimalFormat.html[/url]
Pattern: '#,###'
Easy_Selection:
Enabled: true
# Do NOT use special symbols (e.g. '$') here.
# Use characters only!
Shortcuts:
- Keys:
- k
Value: 1000
- Keys:
- m
- mio
Value: 1000000
Fixed bungeecord issue with giving rewards on every server
Added new option Settings.CommandCooldown.
Reworked Settings.GuiClickCooldown now it refer to all GUI items instead of Amount & Side selection.
Small changes for better catching errors.
Added BungeeCord support.
Please be cautious using BungeeCord because it might present some bugs in the worst cases.
Hotfix for missing currency placeholder in discord messages
Added DiscordSRV support when creating & winning/losing a game.
All the files will be automatically generated.
Hopefully finally fixed issue with closing gui.
Added click sound to tab completer
Added ability to parse placeholders of offline players
Potential fix for issue with closing GUI
Small fixes
Added new option to set custom click cooldown to amount selection & currency/side change slots
Settings:
# Cooldown on amount selection & currecny/side slots in ms
GuiClickCooldown: 100
Fixed creating a bet with provider specified via command.
Potential fix for players not be abe to close GUI.
Added multiple currencies into ultraeconomy provider.
Changed structure of multiple currencies. eg:
COINSENGINE:
Enabled: true
Currencies:
#Name of your currency from CoinsEngine plugin for example: /CoinsEngine/currencies/coins.yml
coins:
DisplayCurrencyName: "coins" # You can change this to whatever you want
#Name of your currency from CoinsEngine plugin for example: /CoinsEngine/currencies/gems.yml
gems:
DisplayCurrencyName: "gems" # You can change this to whatever you want
ULTRAECONOMY:
Enabled: true
Currencies:
#Name of your currency from ULTRAECONOMY plugin
coins:
DisplayCurrencyName: "coins" # You can change this to whatever you want
#Name of your currency from ULTRAECONOMY plugin
gems:
DisplayCurrencyName: "gems" # You can change this to whatever you want
Rewrited code for better performance
Changed amount to Double
Some small fixes
Code optimalizations
Small fixes
Fixed issue with saving player data
Reduced item flickering in GUIs
Fixed formating with negative numbers
Formatted output of profit in /cf stats command.