Title: StoreLink for Minecraft by MrDino
Author: mrdinocarlos
Published: <strong>जुन 17, 2025</strong>
Last modified: मे 15, 2026

---

प्लगिनहरू खोज्नुहोस्

![](https://ps.w.org/storelinkformc/assets/banner-772x250.png?rev=3313531)

![](https://ps.w.org/storelinkformc/assets/icon-256x256.png?rev=3313531)

# StoreLink for Minecraft by MrDino

 [mrdinocarlos](https://profiles.wordpress.org/mrdinocarlos/) द्वारा

[डाउनलोड गर्नुहोस्](https://downloads.wordpress.org/plugin/storelinkformc.zip)

 * [विवरण](https://ne.wordpress.org/plugins/storelinkformc/#description)
 * [समीक्षाहरू](https://ne.wordpress.org/plugins/storelinkformc/#reviews)
 *  [स्थापना](https://ne.wordpress.org/plugins/storelinkformc/#installation)
 * [विकास](https://ne.wordpress.org/plugins/storelinkformc/#developers)

 [सहायता](https://wordpress.org/support/plugin/storelinkformc/)

## विवरण

**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.

## स्क्रिनसटहरू

 * [[
 * [[
 * [[
 * [[
 * [[

## स्थापना

 1. Upload the plugin folder to `/wp-content/plugins/` or install directly from the
    plugin repository.
 2. Activate the plugin via the ‘Plugins’ screen in WordPress.
 3. Visit **StoreLink for MC > Settings** to generate your API token.
 4. Configure your Minecraft plugin to use that token and domain.
 5. Optional: Configure delivery products and commands in the `products` section of
    your Minecraft plugin config.
 6. Done! Orders from WooCommerce will now sync with Minecraft.

## प्रश्नोत्तर

### 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.

## समीक्षाहरू

यस प्लगिनको लागि कुनै समीक्षाहरू छैनन्।

## योगदानकर्ता र डेभलपरहरू

“StoreLink for Minecraft by MrDino” खुला स्रोत सफ्टवेयर हो। निम्न व्यक्तिहरूले यो
प्लगिनमा योगदान गरेका छन्।

योगदानकर्ताहरू

 *   [ mrdinocarlos ](https://profiles.wordpress.org/mrdinocarlos/)

“StoreLink for Minecraft by MrDino” 1 लोकेलमा अनुवाद गरिएको छ। योगदानको लागि [अनुवादकहरू](https://translate.wordpress.org/projects/wp-plugins/storelinkformc/contributors)
लाई धन्यवाद।

[“StoreLink for Minecraft by MrDino” लाई आफ्नो भाषामा अनुवाद गर्नुहोस्](https://translate.wordpress.org/projects/wp-plugins/storelinkformc)

### विकासमा रुचि छ?

[आरएसएस](https://plugins.trac.wordpress.org/log/storelinkformc/?limit=100&mode=stop_on_copy&format=rss)
द्वारा [कोड ब्राउज गर्नुहोस्](https://plugins.trac.wordpress.org/browser/storelinkformc/),
[एसभीएन रिपजिटरी](https://plugins.svn.wordpress.org/storelinkformc/) हेर्नुहोस्,
वा [विकास लग](https://plugins.trac.wordpress.org/log/storelinkformc/) को सदस्यता
लिनुहोस्।

## चेन्जलग

#### Version 1.0.35

 * Added WooCommerce product variation support, allowing synced deliveries and role
   mappings to target specific variations instead of requiring separate products.
 * Added product and variation identifiers to pending deliveries so the Minecraft
   plugin can keep compatibility while receiving more precise delivery data.
 * Added unclaimed delivery expiration settings, with a default of 30 days for products
   that have not been claimed.
 * Added automatic expiration tracking for unclaimed pending deliveries through `
   expires_at` and `expired` database fields.
 * Added database self-healing and update routines to create or update required 
   delivery columns without requiring a full reinstall.
 * Added safer admin handling for delivery management actions, product selection,
   role mapping, checkout fields, CDN/cache settings, and email templates.
 * Added Cloudflare CDN/cache compatibility improvements for StoreLinkforMC REST
   endpoints.
 * Fixed fatal errors caused by duplicate plugin loading by adding a defensive plugin
   load guard.
 * Fixed fatal errors when WooCommerce functions such as `is_checkout()` or `wc_get_order()`
   are unavailable.
 * Fixed the SMTP admin notice include path so the correct admin notice file is 
   loaded.
 * Fixed undefined Cloudflare settings variables before saving Zone ID and API Token
   values.
 * Fixed PHP compatibility by allowing nullable array request bodies in the Cloudflare
   API helper.
 * Fixed Mojang username checks to handle `WP_Error` responses from failed remote
   requests.
 * Fixed duplicated AJAX unlink handlers by keeping a single account unlink handler.
 * Fixed text-domain formatting and translation domain usage to comply with WordPress
   Plugin Check requirements.
 * Fixed unsafe or noisy Plugin Check warnings around sanitized `$_GET` and `$_POST`
   handling.
 * Fixed direct database query warnings where the plugin needs to work with its 
   custom pending deliveries table.
 * Fixed delivery completion logic so WooCommerce order status updates remain guarded
   and compatible.
 * Fixed legacy short expiration values so old 10-second settings are corrected 
   back to the 30-day default.
 * Removed the duplicate account unlink AJAX block from the main plugin file.
 * Removed outdated unsafe input handling patterns that caused WordPress Plugin 
   Check warnings.
 * Removed the invalid uppercase text-domain value from the plugin header and translation
   calls.

## मेटा

 *  संस्करण **1.0.35**
 *  पछिल्लो अपडेट **2 हप्ता अघि**
 *  सक्रिय स्थापना **10+**
 *  वर्डप्रेस संस्करण ** 6.0 वा उच्च **
 *  जाँच गरिएको **6.9.4**
 *  PHP संस्करण ** 8.1 वा उच्च **
 *  भाषाहरू
 * [Dutch](https://nl.wordpress.org/plugins/storelinkformc/) र [English (US)](https://wordpress.org/plugins/storelinkformc/).
 *  [आफ्नो भाषामा अनुवाद गर्नुहोस्](https://translate.wordpress.org/projects/wp-plugins/storelinkformc)
 * ट्यागहरू
 * [delivery](https://ne.wordpress.org/plugins/tags/delivery/)[game](https://ne.wordpress.org/plugins/tags/game/)
   [minecraft](https://ne.wordpress.org/plugins/tags/minecraft/)[shop](https://ne.wordpress.org/plugins/tags/shop/)
   [woocommerce](https://ne.wordpress.org/plugins/tags/woocommerce/)
 *  [उन्नत दृश्य](https://ne.wordpress.org/plugins/storelinkformc/advanced/)

## रेटिङ्गहरू

अहिलेसम्म कुनै समीक्षा पेस गरिएको छैन।

[Your review](https://wordpress.org/support/plugin/storelinkformc/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/storelinkformc/reviews/)

## योगदानकर्ताहरू

 *   [ mrdinocarlos ](https://profiles.wordpress.org/mrdinocarlos/)

## सहायता

केही भन्नु छ? सहयोग चाहियो?

 [सहायता फोरम हेर्नुहोस्](https://wordpress.org/support/plugin/storelinkformc/)

## दान गर्नुहोस्

के तपाईँ यस प्लगिनको उन्नतिको लागि सहायता गर्न चाहनुहुन्छ?

 [ यो प्लगिनको लागि दान गर्नुहोस् ](https://buymeacoffee.com/mrdino)