CoinsDiscordEngine

⭐ — (0 endorsements) 📥 160 downloads 📌 vv1.2.1 📅 1/13/2026
🟡 Updated this year

By pmakin · economy

⬇ Download Mod Source: Modrinth ↗ 📅 Updated: 3/1/2026 📅 Created: 1/13/2026

🔍 Analysis

  • 🏆 #7 of 109 economy mods in this game by downloads

📋 About This Mod

<div align="center"> # CoinsDiscordEngine (https://img.shields.io/badge/Java-21-orange?style=flat-square)](https://adoptium.net/) (https://img.shields.io/badge/Minecraft-1.21+-green?style=flat-square)](https://papermc.io/) (https://img.shields.io/badge/License-MIT-blue?style=flat-square)](LICENSE) **Seamlessly integrate CoinsEngine economy with Discord via DiscordSRV.** <br> A simple and efficient bridge for transaction logging and notification management. </div> --- ## 💎 Description **CoinsDiscordEngine (CDE)** is an addon that connects the (https://www.spigotmc.org/resources/coinsengine.84121/) economy plugin with (https://www.spigotmc.org/resources/discordsrv.18494/). The main goal of this plugin is to send notifications to a specified Discord channel whenever financial operations occur on your server. This is perfect for public transaction logs or economy administration auditing. ### ✨ Key Features * **Transaction Logs:** Logs `/pay` commands (player -> player) directly to Discord. * **Admin Monitoring:** Notifications when administrators give (`add`) or take (`remove`) currency. * **Reason Support:** Displays the reason for the transfer or balance change if one was provided. * **Flexible Configuration:** Fully customizable messages and command aliases. * **Modern Core:** Written in Kotlin, supports Paper and it's forks. --- ## 🛠 Requirements To run this plugin, ensure you have the following components: | Component | Requirement | | :--- |:-----------------------------| | **Java** | Version **21** or higher | | **Server Core** | Paper, Purpur, Folia (1.21+) | | **CoinsEngine** | Version 2.6.0 | | **DiscordSRV** | Version 1.30.3+ | --- ## 🚀 Installation 1. Install and configure **CoinsEngine** and **DiscordSRV**. Ensure they are working correctly. 2. Download the **CoinsDiscordEngine** `.jar` file. 3. Place it into your server's `/plugins/` folder. 4. Restart the server. 5. Open `plugins/CoinsDiscordEngine/config.conf` and set the Discord Channel ID (`channelId`). 6. Run `/cde reload` or restart the server. --- ## 💻 Commands & Permissions The plugin uses its own command system that wraps CoinsEngine functionality to trigger notifications. > ℹ️ **Note:** The main command is `/cde` (or your custom prefix defined in the config). | Command | Aliases (Configurable) | Description | Permission Required | | :--- | :--- | :--- |:-----------------------------| | `/cde pay <player> <amount> ` | `pay`, `send` | Transfer currency to a player | None | | `/cde add <player> <amount> ` | `add`, `deposit` | Give currency to a player | `coinsengine.command.give` | | `/cde remove <player> <amount> ` | `remove`, `withdraw` | Take currency from a player | `coinsengine.command.take` | | `/cde reload` | `reload` | Reload configuration | `coinsengine.command.reload` | --- ## ⚙️ Configuration ### `config.conf` Main plugin settings. Define your channel ID, currency, and command aliases here. <details> <summary>📄 Show config.conf</summary> ```hocon # Prefix for custom commands prefix=mycustomprefix # Whether to enable prefixed commands (e.g. /mycustomprefix pay) prefixed-commands=false # Whether to enable non-prefixed commands (e.g. /pay, /add, etc.) non-prefixed-commands=true # Currency ID from CoinsEngine (default is 'coins') currency-id=coins # Discord Text Channel ID where logs will be sent (CHANGE THIS!) channel-id=0 # Command aliases alias { pay= add= remove= } # Since CoinsEngine 2.6.0 I need to log operations myself, so these are options log { log-pay-to-file=true # 'operations.log' near config file log-pay-to-console=false } # Toggle notifications for specific actions notification { pay=true add=true remove=true } ``` </details> ### `language.conf` Message configuration. You can use placeholders like `{from}`, `{to}`, `{target}`, `{amount}`, `{reason}`, and `{purpose}`. <details> <summary>📄 Show language.conf (Default English)</summary> ```hocon something-went-wrong="Something went wrong, transaction cancelled" # Player-to-player transaction messages # Placeholders: {from}, {to}, {amount}, {currency}, {purpose} transaction-message="`{from}` sent `{to}` {amount} {currency}" transaction-message-purpose="`{from}` sent `{to}` {amount} {currency}. Purpose: {purpose}" # Admin 'add' messages # Placeholders: {source}, {target}, {amount}, {currency}, {reason} add-message="`{target}` account was replenished with {amount} {currency}" add-message-reason="`{target}` account was replenished with {amount} {currency}. Reason: {reason}" # Admin 'remove' messages # Placeholders: {source}, {target}, {amount}, {currency}, {reason} remove-message="{amount} {currency} were withdrawn from `{target}`'s account" remove-message

# CoinsDiscordEngine

[!(https://img.shields.io/badge/Java-21-orange?style=flat-square)](https://adoptium.net/) [!(https://img.shields.io/badge/Minecraft-1. 21+-green?style=flat-square)](https://papermc.io/) [!(https://img.shields.io/badge/License-MIT-blue?style=flat-square)](LICENSE)

Seamlessly integrate CoinsEngine economy with Discord via DiscordSRV.

A simple and efficient bridge for transaction logging and notification management.

## 💎 Description CoinsDiscordEngine (CDE) is an addon that connects the (https://www.spigotmc.org/resources/coinsengine. 84121/) economy plugin with (https://www.spigotmc.org/resources/discordsrv. 18494/).

The main goal of this plugin is to send notifications to a specified Discord channel whenever financial operations occur on your server. This is perfect for public transaction logs or economy administration auditing.

### ✨ Key Features Transaction Logs: Logs `/pay` commands (player -> player) directly to Discord. Admin Monitoring: Notifications when administrators give (`add`) or take (`remove`) currency. Reason Support: Displays the reason for the transfer or balance change if one was provided. Flexible Configuration: Fully customizable messages and command aliases. * Modern Core: Written in Kotlin, supports Paper and it's forks.

## 🛠 Requirements To run this plugin, ensure you have the following components:

| Component | Requirement | | :--- |:-----------------------------| | Java | Version 21 or higher | | Server Core | Paper, Purpur, Folia (1. 21+) | | CoinsEngine | Version 2. 6. 0 | | DiscordSRV | Version 1. 30. 3+ |

## 🚀 Installation 1. Install and configure CoinsEngine and DiscordSRV. Ensure they are working correctly. 2. Download the CoinsDiscordEngine `.jar` file. 3. Place it into your server's `/plugins/` folder. 4. Restart the server. 5. Open `plugins/CoinsDiscordEngine/config.conf` and set the Discord Channel ID (`channelId`). 6. Run `/cde reload` or restart the server.

## 💻 Commands & Permissions The plugin uses its own command system that wraps CoinsEngine functionality to trigger notifications.

> ℹ️ Note: The main command is `/cde` (or your custom prefix defined in the config).

| Command | Aliases (Configurable) | Description | Permission Required | | :--- | :--- | :--- |:-----------------------------| | `/cde pay ` | `pay`, `send` | Transfer currency to a player | None | | `/cde add ` | `add`, `deposit` | Give currency to a player | `coinsengine.command.give` | | `/cde remove ` | `remove`, `withdraw` | Take currency from a player | `coinsengine.command.take` | | `/cde reload` | `reload` | Reload configuration | `coinsengine.command.reload` |

## ⚙️ Configuration

### `config.conf` Main plugin settings. Define your channel ID, currency, and command aliases here.

📄 Show config.conf

```hocon # Prefix for custom commands prefix=mycustomprefix

# Whether to enable prefixed commands (e.g. /mycustomprefix pay) prefixed-commands=false

# Whether to enable non-prefixed commands (e.g. /pay, /add, etc.) non-prefixed-commands=true

# Currency ID from CoinsEngine (default is 'coins') currency-id=coins

# Discord Text Channel ID where logs will be sent (CHANGE THIS!) channel-id=0

# Command aliases alias { pay=[ pay, send ] add=[ add, deposit ] remove=[ remove, withdraw ] }

# Since CoinsEngine 2. 6. 0 I need to log operations myself, so these are options log { log-pay-to-file=true # 'operations.log' near config file log-pay-to-console=false }

# Toggle notifications for specific actions notification { pay=true add=true remove=true } ```

### `language.conf`

Message configuration. You can use placeholders like `{from}`, `{to}`, `{target}`, `{amount}`, `{reason}`, and `{purpose}`.

📄 Show language.conf (Default English)

```hocon something-went-wrong="Something went wrong, transaction cancelled"

# Player-to-player transaction messages # Placeholders: {from}, {to}, {amount}, {currency}, {purpose} transaction-message="`{from}` sent `{to}` {amount} {currency}" transaction-message-purpose="`{from}` sent `{to}` {amount} {currency}. Purpose: {purpose}"

# Admin 'add' messages # Placeholders: {source}, {target}, {amount}, {currency}, {reason} add-message="`{target}` account was replenished with {amount} {currency}" add-message-reason="`{target}` account was replenished with {amount} {currency}. Reason: {reason}"

# Admin 'remove' messages # Placeholders: {source}, {target}, {amount}, {currency}, {reason} remove-message="{amount} {currency} were withdrawn from `{target}`'s account" remove-message

🤖 AI-enhanced — based on mod data

📊 Mod Details

Game
Minecraft Plugins
Author
pmakin
Version
v1.2.1
Downloads
160
Endorsements
0
Category
economy
Created
1/13/2026
Updated
3/1/2026
Game Versions
1.21.8, 1.21.9, 1.21.10, 1.21.11
Tags
economy, social, utility

🔧 How to Install Minecraft Plugins Mods

Download from Modrinth. Use Prism Launcher or drop into your mods folder.

📖 Full step-by-step install guide for Minecraft Plugins →

Visit the official mod page for specific installation instructions for this mod.

🎮 Need cheat codes or console commands? Check ur gaming wiki for Minecraft Plugins commands, item IDs, and more.

❓ Frequently Asked Questions

Which Minecraft Plugins versions does CoinsDiscordEngine support?

The author lists 1.21.8, 1.21.9, 1.21.10, 1.21.11. Other versions may work but are untested by the author.

What is the latest version of CoinsDiscordEngine?

Version v1.2.1, published 2026-03-01 with 160 downloads recorded at the source.

Keep browsing — more Minecraft Plugins mods await

📋 All Minecraft Plugins Mods 🏆 Top 25 📂 More economy 👤 More by pmakin 🔎 Similar Mods 🌐 Best economy (All Games) 🔀 Check Compatibility ⚖️ Compare Mods 🆕 New Mods