Plugin info

Total downloads: 431
Active installs: 0
Total reviews: 0
Average rating: 0
Support threads opened: 0
Support threads resolved: 0 (0%)
Available in: 2 language(s)
Contributors: 1
Last updated: 11/28/2025 (34 days ago)
Added to WordPress: 6/17/2025 (0 years old)
Minimum WordPress version: 6.0
Tested up to WordPress version: 6.8.3
Minimum PHP version: 8.1

Maintenance & Compatibility

Maintenance score

Actively maintained β€’ Last updated 34 days ago

59/100

Is StoreLink for Minecraft by MrDino abandoned?

Likely maintained (last update 34 days ago).

Compatibility

Requires WordPress: 6.0
Tested up to: 6.8.3
Requires PHP: 8.1

Similar & Alternatives

Explore plugins with similar tags, and compare key metrics like downloads, ratings, updates, support, and WP/PHP compatibility.

No similar plugins found yet.

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

  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.

Frequently Asked Questions

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.

Review feed

No reviews available

Screenshots

Changelog

Version 1.0.31

Added conditional Minecraft checkout: Minecraft Username + Gift fields now appear only when the cart contains synced products; all other orders use the normal WooCommerce checkout.
Added full sanitization and escaping workflow across all admin pages to comply with WordPress Plugin Review requirements.
Added safety checks and sanitization for Cloudflare CDN & Cache settings, including improved API error handling.
Added improved handling of REST API parameters in the account-linking and delivery-sync endpoints.
Added more consistent admin UI elements and styling improvements.
Fixed all text-domain mismatches across the plugin for full localization compatibility.
Fixed missing translator comments for strings with placeholders.
Fixed unescaped output warnings in admin notices, Cloudflare settings, and Deliveries pages.
Fixed multiple nonce verification warnings for admin pages and REST/API handlers.
Fixed unsafe direct database queries by adding $wpdb->prepare(), sanitization, and escaping where required.
Fixed Deliveries manager logic: sanitized inputs, improved update/mark/unmark actions, and corrected order-completion automation.
Fixed SMTP warning notice to sanitize all GET parameters and avoid false positives in Plugin Check.
Fixed several slow or unsafe meta queries by improving parameter handling.
Fixed inconsistent checkout field behavior when gifting is enabled but the player is not logged in.
Removed unsafe fallback cache-bypass constants and replaced them with prefixed, compliant versions.
Removed outdated or redundant sanitization patterns that caused Plugin Check warnings.
Removed unused admin code blocks left over from earlier versions.