Polymart is now Voxel Shop! We're upgrading many features of the site, and during this open beta you will experience occasional bugs. Learn more
⚡️MySQL & SQLite ✅RGB Color ✅ Highly customizable✅ BungeeCord/Velocity✅⚡️
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
Added MySQL option UseSSL to fix potential caching_sha2_password on MySQL 8
Fixed issue with disabling economy providers in config
Fixed crash on reload.
Added more placeholders ( %CURRENCY%, %MONEY%, %SIDE% ) to
Messages.NotEnoughMoney
GUI.ErrorNoFunds.DisplayName
GUI.ErrorNoFunds.Lore
GUI.Game.DisplayName
GUI.Game.Lore
GUI.GameOwn.DisplayName
GUI.GameOwn.Lore
Hotfix for experience provider
Added new Experience provider, players can now gamble with ther xp points. Both players must be online.
Hotfix for custom game item provider
Updated Sound library
This update contains new Ingame Item Currency & Fixed default provider option
You can setup any item you want by NAME, LORE, CUSTOM MODEL DATA
BASE64 (not tested yet) & ITEM_FLAGS (in future update maybe?)
For now both players needs to be online, i will implement offline support later.
You can edit these values in Settings.Providers.CUSTOMITEMPROVIDER
# Custom item provider
CUSTOMITEMPROVIDER:
Enabled: true
DisplayCurrencyName: ITEMS
Item:
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