Description
StoreLink for Minecraft allows you to automatically deliver Minecraft items or execute commands after a WooCommerce purchase is completed.
Perfect for store owners who sell in-game items or ranks. This plugin connects your website to your Minecraft server securely, reliably, and easily.
Main Features:
- π Sync WooCommerce products with Minecraft items or commands.
- π Auto-delivery on order completion.
- π API token authentication for secure access.
- π¦ Delivery queue management with a pending/delivered system.
- π Admin tools for rebuilding database, viewing table structure, and debugging.
- π§ Supports LiteSpeed / WP Rocket / caching plugins safely.
- π Full REST API support.
Debugging & Tools
The Settings page provides:
- π§ͺ View current DB table structure.
- β»οΈ Rebuild the
pending_deliveries
table. - π Regenerate API token.
- π§Ή Flush WordPress object cache.
- π Access recommendation for WP phpMyAdmin or Adminer for deeper inspection.
License
This plugin is open-source software licensed under the GPL v2 or later.
Installation
- Upload the plugin folder to
/wp-content/plugins/
or install directly from the plugin repository. - Activate the plugin via the βPluginsβ screen in WordPress.
- Visit StoreLink for MC > Settings to generate your API token.
- Configure your Minecraft plugin to use that token and domain.
- Optional: Configure delivery products and commands in the
products
section of your Minecraft plugin config. - Done! Orders from WooCommerce will now sync with Minecraft.
FAQ
-
Does this plugin connect directly to Minecraft?
-
No. It exposes a secure REST API endpoint that your Minecraft server connects to for fetching pending deliveries.
-
Is there a Pro version?
-
Yes. The free version supports up to 3 product mappings. The Pro version offers unlimited mappings and additional integrations.
-
Does it work with LiteSpeed Cache or WP Rocket?
-
Yes. You should exclude the API routes
/wp-json/storelinkformc/v1/*
from caching. This ensures fresh data is always returned. -
Can I manage deliveries manually?
-
Yes. Use the Deliveries admin page to edit, delete or reassign items per player.
Reviews
There are no reviews for this plugin.
Contributors & Developers
“StoreLink for Minecraft by MrDino” is open source software. The following people have contributed to this plugin.
Contributors“StoreLink for Minecraft by MrDino” has been translated into 1 locale. Thank you to the translators for their contributions.
Translate “StoreLink for Minecraft by MrDino” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Changelog
Version 1.0.23
- Added
minecraft_username
custom field to WooCommerce checkout with priority support and read-only autofill from linked account. - Ensured
minecraft_username
field is always included in the list of selected checkout fields by default on initial plugin setup. - Displayed the Minecraft username in WooCommerce admin order details under the billing address section.
- Persisted the
minecraft_username
in order meta usingwoocommerce_checkout_update_order_meta
hook. - Improved
woocommerce_checkout_fields
filter by merging allowed field logic and custom field injection. - Updated checkout field settings admin page to include
minecraft_username
as a selectable option with labelMinecraft Username
.