Skip to content
ItsNotSkyeZ edited this page Jul 14, 2026 · 5 revisions

FAQ

General

Q: What economy plugins are supported? Any plugin that hooks into Vault. This includes EssentialsX, CMI, GemsEconomy, PlayerPoints (with a Vault bridge) and many more.


Q: Does it work on Spigot or only Paper? Both. EndlessCoinflip works on Spigot and Paper 1.21+.


Q: Can I use it on a 1.20 server? No — the plugin is built against the 1.21 API. 1.20 is not supported.


Q: I changed a message in config but it didn't update after /cf reload. Make sure you're editing messages.yml and not a cached version. If the issue persists, try a full server restart.


Matches

Q: A player disconnected mid-match — what happens to their money? If a player disconnects while in the lobby (waiting for an opponent), their match is cancelled and their wager is refunded immediately. If they disconnect during the animation, their wager is refunded. If they win while offline, the payout is held and delivered the next time they log in.


Q: My match expired but I wasn't refunded. Make sure match-expiry.enabled is set to true in config.yml and run /cf reload.


Q: Can players join their own match? No — a player cannot join a match they created.


Configuration

Q: How do I disable bot battles? Set features.bot-battles: false in config.yml and run /cf reload. The bot icon will disappear from the lobby and all bot-related commands will be blocked.


Q: How do I disable the join confirmation screen? Set features.join-confirmation: false in config.yml and run /cf reload.


Q: Can I set different wager limits for different players? Not currently — wager limits are global. Per-permission wager limits are planned for a future update.


Database

Q: I switched from FILE to SQLite but my data is gone. Check for a playerdata_backup/ folder — your old data is backed up there, never deleted. If migration failed, check your server console for errors.

Q: Do I need to create the MySQL database manually? No — EndlessCoinflip creates it automatically if it doesn't exist.


Still need help?

Open an issue on GitHub: https://github.com/ItsNotSkyeZ/EndlessCoinflip/issues

Or post in the discussion thread on SpigotMC: https://www.spigotmc.org/resources/endlesscoinflip-pvp-coinflip-with-bot-battles-stats-1-21.137052

Clone this wiki locally