Title: StoreLink for Minecraft by MrDino
Author: mrdinocarlos
Published: <strong>2025-06-17</strong>
Last modified: 2026-05-15

---

Szukaj wtyczek

![](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

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

[Pobierz](https://downloads.wordpress.org/plugin/storelinkformc.zip)

 * [Szczegóły](https://pl.wordpress.org/plugins/storelinkformc/#description)
 * [Recenzje](https://pl.wordpress.org/plugins/storelinkformc/#reviews)
 *  [Instalacja](https://pl.wordpress.org/plugins/storelinkformc/#installation)
 * [Rozwój](https://pl.wordpress.org/plugins/storelinkformc/#developers)

 [Wsparcie](https://wordpress.org/support/plugin/storelinkformc/)

## Opis

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

## Zrzuty ekranu

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

## Instalacja

 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.

## Najczęściej zadawane pytania

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

## Recenzje

Wtyczka nie ma jeszcze żadnej recenzji.

## Kontrybutorzy i deweloperzy

„StoreLink for Minecraft by MrDino” jest oprogramowaniem open source. Poniższe osoby
miały wkład w rozwój wtyczki.

Zaangażowani

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

Wtyczka „StoreLink for Minecraft by MrDino” została przetłumaczona na 1 język. Podziękuj
[tłumaczom](https://translate.wordpress.org/projects/wp-plugins/storelinkformc/contributors)
za ich wkład.

[Przetłumacz wtyczkę “StoreLink for Minecraft by MrDino” na swój język.](https://translate.wordpress.org/projects/wp-plugins/storelinkformc)

### Interesuje cię rozwój wtyczki?

[Przeglądaj kod](https://plugins.trac.wordpress.org/browser/storelinkformc/), sprawdź
[repozytorium SVN](https://plugins.svn.wordpress.org/storelinkformc/) lub czytaj
[dziennik rozwoju](https://plugins.trac.wordpress.org/log/storelinkformc/) przez
[RSS](https://plugins.trac.wordpress.org/log/storelinkformc/?limit=100&mode=stop_on_copy&format=rss).

## Rejestr zmian

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

## Meta

 *  Wersja **1.0.35**
 *  Ostatnia aktualizacja **2 tygodnie temu**
 *  Włączone instalacje **10+**
 *  Wersja WordPressa ** 6.0 lub nowszej **
 *  Testowano do **6.9.4**
 *  Wersja PHP ** 8.1 lub nowszej **
 *  Języki
 * [Dutch](https://nl.wordpress.org/plugins/storelinkformc/) i [English (US)](https://wordpress.org/plugins/storelinkformc/).
 *  [Przetłumacz na swój język](https://translate.wordpress.org/projects/wp-plugins/storelinkformc)
 * Tagi
 * [delivery](https://pl.wordpress.org/plugins/tags/delivery/)[game](https://pl.wordpress.org/plugins/tags/game/)
   [minecraft](https://pl.wordpress.org/plugins/tags/minecraft/)[shop](https://pl.wordpress.org/plugins/tags/shop/)
   [woocommerce](https://pl.wordpress.org/plugins/tags/woocommerce/)
 *  [Widok zaawansowany](https://pl.wordpress.org/plugins/storelinkformc/advanced/)

## Oceny

Nie przesłano jeszcze żadnych recenzji.

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

[Zobacz wszystkierecenzje.](https://wordpress.org/support/plugin/storelinkformc/reviews/)

## Zaangażowani

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

## Wsparcie

Masz coś do dodania? Potrzebujesz pomocy?

 [Zobacz forum wsparcia](https://wordpress.org/support/plugin/storelinkformc/)

## Złóż datek

Czy chcesz wesprzeć rozwój wtyczki?

 [ Wspomóż wtyczkę ](https://buymeacoffee.com/mrdino)