A simple and interactive coin flipping plugin for PocketMine-MP 5.x servers.
BetterCoinFlip is a lightweight plugin that adds a fun coin flip command to your PocketMine-MP server. When a player uses the command, they'll see an animated coin flip with sound effects (if supported) and receive the result (Heads or Tails).
- Interactive coin flip animation
- Sound effects (on supported versions)
- Title and message displays
- Simple permission system
- Works on PocketMine-MP 5.3.0+
- Download the latest release from GitHub or Poggit
- Place the downloaded
.pharfile into your server'spluginsfolder - Restart your server or use the
loadcommand to load the plugin
| Command | Description | Permission |
|---|---|---|
/flip |
Flip a coin and get Heads or Tails | flip.coin |
| Permission | Description | Default |
|---|---|---|
flip.coin |
Allows the player to use the flip command | true |
Simply type /flip in the chat to flip a coin. You will see an animated sequence and then the final result (Heads or Tails).
- PocketMine-MP API 5.3.0+
- PHP 7.4 or newer
This project is licensed under the MIT License - see the LICENSE file for details.
- Developed by DaDevGuy
- Coin icon provided by Flaticon
- Economy support for betting on coin flips
If you encounter any issues or have suggestions, please create an issue on the GitHub repository.