A Minecraft plugin that integrates with the Moonchunk Store API to automatically execute commands from online store purchases.
Moonchunk connects your Minecraft server to the Moonchunk Store system. When players make purchases through your online store, the plugin automatically executes the associated commands on your server - delivering items, permissions, ranks, or any other in-game rewards.
Choose the JAR file that matches your server software and Minecraft version:
| Minecraft Version | Download File | Java Version |
|---|---|---|
| 1.8 and below | moonchunk-bukkit-legacy.jar |
Java 8+ |
| 1.9 - 1.12 | moonchunk-bukkit-v9-12.jar |
Java 8+ |
| 1.13 - 1.16 | moonchunk-bukkit-v13-16.jar |
Java 8+ |
| 1.17 and above | moonchunk-bukkit-modern.jar |
Java 21+ |
| Proxy Software | Download File | Java Version |
|---|---|---|
| BungeeCord | moonchunk-bungeecord.jar |
Java 8+ |
| Velocity | moonchunk-velocity.jar |
Java 21+ |
- Download the appropriate JAR file for your server
- Place it in your
pluginsfolder - Start/restart your server
- Configure your API credentials in
config.yml - Reload with
/moonchunk reload
After first launch, edit the config.yml file:
api-url: "https://your-moonchunk-store-api.com"
api-key: "your-api-key-here"
poll-interval: 30 # How often to check for new purchases (seconds)
# ... more/moonchunk reload- Reload the configuration and reconnect to the API
- Automatic command execution from store purchases
- Multi-platform support (Bukkit, BungeeCord, Velocity)
- Folia compatible
- Configurable polling intervals
- Optional player online requirement
- Purchase broadcast messages
- Sound effects on purchase
- Debug mode for troubleshooting