Title: StoreLink for Minecraft by MrDino
Author: mrdinocarlos
Published: <strong>2025年6月17日</strong>
Last modified: 2026年5月15日

---

プラグインを検索

![](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://ja.wordpress.org/plugins/storelinkformc/#description)
 * [レビュー](https://ja.wordpress.org/plugins/storelinkformc/#reviews)
 *  [インストール](https://ja.wordpress.org/plugins/storelinkformc/#installation)
 * [開発](https://ja.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.

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

## 評価

このプラグインにはレビューがありません。

## 貢献者と開発者

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/browser/storelinkformc/)するか、
[SVN リポジトリ](https://plugins.svn.wordpress.org/storelinkformc/)をチェックする
か、[開発ログ](https://plugins.trac.wordpress.org/log/storelinkformc/)を [RSS](https://plugins.trac.wordpress.org/log/storelinkformc/?limit=100&mode=stop_on_copy&format=rss)
で購読してみてください。

## 変更履歴

#### 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+**
 *  WordPress バージョン ** 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://ja.wordpress.org/plugins/tags/delivery/)[game](https://ja.wordpress.org/plugins/tags/game/)
   [minecraft](https://ja.wordpress.org/plugins/tags/minecraft/)[shop](https://ja.wordpress.org/plugins/tags/shop/)
   [woocommerce](https://ja.wordpress.org/plugins/tags/woocommerce/)
 *  [詳細を表示](https://ja.wordpress.org/plugins/storelinkformc/advanced/)

## 評価

レビューはまだ送信されていません。

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

[すべてのレビューを見る](https://wordpress.org/support/plugin/storelinkformc/reviews/)

## 貢献者

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

## サポート

意見や質問がありますか ?

 [サポートフォーラムを表示](https://wordpress.org/support/plugin/storelinkformc/)

## 寄付

このプラグインが今後も改善できるよう応援しませんか ?

 [ このプラグインに寄付 ](https://buymeacoffee.com/mrdino)