
【AdvancedCoinflip】 10.24.3
⚡️MySQL & SQLite ✅RGB Color ✅ Highly customizable✅ BungeeCord/Velocity✅⚡️
Hotfix for UltraEconomy provider
Added UltraEconomy provider
IMPORANT TO USERS WHO USE SQLITE DATABASE!
Please delete your old database file, there are some changes and SQLite doesn't permit changing existing table structures so you need to generate new one!
Changed /cf toggle command.
Now there are two subcommands
- /cf toggle broadcast - For toggling CF creation broadcast messages
- /cf toggle confirmation - For toggling CF creation confirmation messages
IMPORANT TO USERS WHO USE SQLITE DATABASE!
Please delete your old database file, there are some changes and SQLite doesn't permit changing existing table structures so you need to generate new one!
1. Bets now are sorted by created time.
2. Added new command /cf purge to purge games older than the time specified in config. eg.
Settings:
# Every game older than specified time will be removed when executing /cf purge
Purge:
TimeUnit: DAYS # SECONDS, MINUTES, HOURS, DAYS
Time: 10
3. Added groups perms for raising max amount of games, again easily configurable in config. eg.
Groups:
# this is default amount of games to player without perms
Default: 5
#if player has "cf.vip" perm he can make 10 games
#you can also change vip, boss keys as you wish
vip:
Permission: "cf.vip"
Amount: 10
#if player has "cf.boss" perm he can make 15 games
boss:
Permission: "cf.boss"
Amount: 15
Your config will automatically generate new sections/keys/values so you don't need to regenerating it manually
Fixed slots in default config file.
Small fix for filler items.
Added new pagination system!
Also removed restriction to only one game per player, now you can create many games as you want.
IMPORANT TO USERS WHO USE SQLITE DATABASE!
Please delete your old database file, there are some changes and SQLite doesn't permit changing existing table structures so you need to generate new one!
Added 1.20 support
Added CoinsAPI provider
✪ CoinsAPI | [1.8 - 1.20] | Vault & PlaceholderAPI ✪ | SpigotMC - High Performance Minecraft
Added missing %EXIT_WORD% placeholder to messages.
Added check if default provider plugin doesn't exists
Changed animations menu from async to sync
Fixed warning related to closing GUI
Fixed warning when player closes GUI ^^
Added new option Settings.OpenGuiOnClose.
This option will prevent players from closing GUI when animation spins.
Potential fix for MySQL issue
Added %EXIT_WORD% placeholder and Settings.EXIT_WORD for exit word.
Added new config option:
Settings
Confirmation: true
YES_WORD: 'yes'
With this option set to true, player will need confirm their creation with /cf command with typing "yes" into chat again.
Second fix is for low TPS & money deposit bug
Randomised animations, so players can't know the winner
Added missing %CURRENCY% placeholder into Creation GUI
Added %CURRENCY% placeholder into Messages.NotEnoughMoney
Added %PREFIX% placeholder into any Messages.X message so now u can customize it more.
Added global PAPI placeholder %coinflip_prefix%, this placeholder u can use everywhere.
Added <center>TEXT</center> feature to any Messages.X message
Fixed MySQL 8.0+ Support
Fixed main class