⚡️MySQL & SQLite ✅RGB Color ✅ Highly customizable✅ BungeeCord/Velocity✅⚡️
!! PLEASE PROCEED WITH CAUTION !!
I TESTED NEW GUI LIBRARY BUT
THERE MAY BE BUGS
Added ability to set more slots to the Stats/Help/Create Game/Next Page/Prev Page buttons & Animation menu heads (game items)
Just Change Slot: X to Slots: [X, X, X]
Small fixes
Fixed disabling plugin when some of the economy providers plugin isn't correctly loaded.
Switched to NBTAPI
1.20.6 support
Updated libraries
Fixed heads skins in animation menu on bungee
Changed result message ,,Bet XX Items" to ,,Bet XX [CURRENCY]
Fixed glitch with customitems provider
Added some debug messages in animation menu
Fixed players skins in animation gui when using skinsrestorer plugin
Updated beasttokens api
Some GUI improvements
Added default config for new 1.20.2 servers with new Base64 values
Fixed creating bets via GUI with customitem provider.
Fixed disappearing items if you don't have enough space in inventory, items will be dropped on the ground
Fixed error ,,The skull profile is missing a name or textures!"
Fixed NPE in game menu when not using player heads as a material
Fixed inconsistent skull meta warnings on new 1.20.2 servers
Added boost system by specifiyng player boost with permission cf.boost.1 - cf.boost.100
(can be disabled in config)
The latest 1.20.2 server versions no longer support the old head texture. Now, head textures need to be from an actual minecraft user skin. Majang now stores all skins that a player ever had set. Mojang only allows textures from their texture server.

Base64 to skin:<the copied value>Fixed a bug in main gui
Added new countdown gui, can be disabled in config (please regenerate your animations.yml file)
CountDownGUI:
Rows: 5
Title: "§lCOUNTDOWN"
# Enable/disable the countdown gui before choosing animation
Enable: true
# Sound in countdown anim
CountDownSound: "BLOCK_NOTE_PLING, 1f, 1f"
# Countdown anim speed in ticks ( 20 tick = 1sec )
CountDownSpeed: 20
# CountDown animation ID ( specified in animations.yml )
CountDownAnimationID: 'countdown'
Added ability to add more items to customitemprovider
# Custom item provider
CUSTOMITEMPROVIDER:
Enabled: true
DisplayCurrencyName: "Items"
Items:
# You can add many items here as you wish
GoldIngot:
Material: GOLD_INGOT # Material of item
DisplayName: '' # Display name of item, if empty or only color codes: name & item meta check will be skipped, so you can use items without item meta
Lore: [] #
CustomModelData: 0 # CustomModelData of item
Base64: 0 # used only with PLAYER_HEAD material
ItemFlags: [] # https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/inventory/ItemFlag.html - NOT USED YET
Diamond:
Material: DIAMOND # Material of item
DisplayName: '' # Display name of item, if empty or only color codes: name & item meta check will be skipped, so you can use items without item meta
Lore: [] #
CustomModelData: 0 # CustomModelData of item
Base64: 0 # used only with PLAYER_HEAD material
ItemFlags: [] # https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/inventory/ItemFlag.html - NOT USED YET
Added three new config options under Settings section
# Should we remove player's bets on quit?
RemoveBetsOnQuit: false
# Should be users with cf.admin permission be able to remove others bets with right click?
AdminRightClickRemove: true
# Should we disable removing own game via GUI? (this should prevent dupes i hope)
RemoveOwnGameViaGUI: true
Switch from gson to json
added gson dependency
Some small fixes
Java 11 support
Fixed ignored option OpenGuiOnClose
Added new option EndGameOnGuiClose - this will force end game if someone closes animation GUI. This also needs to OpenGuiOnClose set to false.
Fixed issue with broadcast to discord if someone has skin set via skinrestorer from url