Discord Webhook
NTebexMessage can send store purchase notifications directly to Discord using webhooks.
This allows your community to see live store activity without being in-game.
Configuration file:
discord.ymlEnable Webhook
Section titled “Enable Webhook”webhook: enabled: truetrue→ webhook activefalse→ disabled
Webhook URL
Section titled “Webhook URL”url: "INSERT-WEBHOOK-URL"Paste your Discord webhook URL here.
Webhook Identity
Section titled “Webhook Identity”username: "Store Notification"avatar-url: "https://i.imgur.com/ip1xV13.png"username→ name of the webhook botavatar-url→ icon displayed in Discord
Multiple Package Symbol
Section titled “Multiple Package Symbol”When a purchase contains multiple packages.
Example purchase:
VIP;MVP;ASTROConfiguration:
symbol: "•"Result:
VIP • MVP • ASTROWord Filter
Section titled “Word Filter”Removes unwanted words from package names.
Example:
Kit ASTROBecomes:
ASTROConfiguration:
word-does-appear:- kit- rank- packageFiltering is case-insensitive.
Word Replace
Section titled “Word Replace”Replaces words with custom names.
Example:
vip → VIPmvp → MVPConfiguration:
word-replace: vip: "VIP" mvp: "MVP" astro: "ASTRO"Simple Message Content
Section titled “Simple Message Content”Basic Discord message format.
content: "Player **{player}** purchased **{package}**"Supported placeholders:
{player}{package}{price}Embed Message
Section titled “Embed Message”Embeds provide a richer message format.
embed: enabled: trueEmbed Title
Section titled “Embed Title”title: "🛒 New Purchase"Embed Color
Section titled “Embed Color”color: "#00FFAA"Accepts HEX color values.
Embed Description
Section titled “Embed Description”description:- "Player **{player}** purchased **{package}**"Embed Fields
Section titled “Embed Fields”Fields display structured purchase information.
fields:
- name: "Player" value: "{player}" inline: true
- name: "Package" value: "{package}" inline: true
- name: "Price" value: "{price}" inline: trueEmbed Author
Section titled “Embed Author”author: name: "Server Store" url: "" icon: ""Embed Footer
Section titled “Embed Footer”footer: text: "Powered by Nautic Studios" icon: ""Embed Image
Section titled “Embed Image”image: "https://i.imgur.com/ip1xV13.png"Displays a large image at the bottom of the embed.
Player Thumbnail
Section titled “Player Thumbnail”thumbnail: "https://mc-heads.net/avatar/{player}"Displays the player’s Minecraft head.