For the complete documentation index, see llms.txt. This page is also available as Markdown.

Minecraft Templates

Ready-made Discord embed templates for Minecraft stores, ready to copy and paste.

Copy-paste embed templates for Minecraft stores. Paste one into Discord Embed Template on a webhook subscribed to the matching event. Each template belongs to one event, so pasting an Order Completed template onto a webhook subscribed to refunds produces blank fields.

Running Rust or another Steam title? Use Steam Templates. The templates are otherwise identical but use {customer.steam.*} instead of {customer.minecraft.*}.

Running both? Swap {customer.minecraft.name} / {customer.minecraft.id} for {customer.profile.name} / {customer.profile.id} and one template covers both platforms. See Discord Placeholders.

General

Order Completed

An order has been completed.

**Customer Info**
**Player** ➜ {customer.minecraft.name}
**UUID** ➜ {customer.minecraft.id}
**Customer ID** ➜ {customer.id}

**Product Info**
**Products** ➜ {product_names}
**Server** ➜ {product_tags}
**Subscription ID** ➜ {subscription_id}

**Price** ➜ {total_amount}

**Links**
PayNow - [Click Here](https://dashboard.paynow.gg/customers/{customer.id})

Refund Completed

Chargeback Created

Delivery

Delivery Item Added

Delivery Item Activated

Delivery Item Used

Delivery Item Revoked

Subscriptions

Subscription Activated

Subscription Renewed

Subscription Canceled

Discord Linked to Order

The subscription templates above include {billing_email}. That's fine for a private staff channel and not fine for a public one. Remove the Email line before pointing any of these at a channel your community can read.

Last updated