Deskripsi
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.
Instalasi
- 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.
Tanya Jawab
-
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.
Ulasan
Belum ada ulasan untuk plugin ini.
Kontributor & Pengembang
“StoreLink for Minecraft by MrDino” adalah perangkat lunak open source. Berikut ini mereka yang sudah berkontribusi pada plugin ini.
Kontributor“StoreLink for Minecraft by MrDino” telah diterjemahkan dalam 1 bahasa. Terima kasih kepada para penerjemah untuk kontribusi-nya.
Terjemahkan “StoreLink for Minecraft by MrDino” dalam bahasa Anda.
Tertarik mengembangkan?
Lihat kode, periksa repositori SVN , atau mendaftar ke log pengembangan melalui RSS.
Log Perubahan
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
.