
DialoguesEconomy Plugin
RPG Dialogue & Economy Plugin ระบบบทสนทนา + เศรษฐกิจสำหรับ Minecraft RPG 🇬🇧 English Description DialoguesEconomy is a powerful system designed for…
⬇ Download on Modrinth
RPG Dialogue & Economy Plugin
ระบบบทสนทนา + เศรษฐกิจสำหรับ Minecraft RPG
🇬🇧 English Description
DialoguesEconomy is a powerful system designed for Minecraft 1.21+ servers.
Whether you're creating an RPG world or just want interactive NPCs, this plugin manages text, choices, items, and money seamlessly.
✨ Key Features
- Interactive Dialogues: Chat, ActionBar, and Title support.
- Smart Choices: Clickable options with HoverEvents (supports multi-line).
- Economy Integration: Check, give, or take money using Vault.
- Item Management: Give or remove items during conversations.
- Fully Customizable: Supports PlaceholderAPI (e.g.,
%player_name%). - Command Actions: Run console commands based on player choices.
📦 Dependencies
- Java: 21+
- Vault: 1.7.6+
- PlaceholderAPI: 2.11.5+
🇹🇭 คำอธิบายภาษาไทย
DialoguesEconomy คือระบบ Dialogue สำหรับ Minecraft 1.21+ ที่ผสานระบบ Economy (Vault) ได้อย่างสมบูรณ์แบบ
เหมาะทั้งเซิร์ฟเวอร์ RPG และ NPC แบบเลือกตอบ
✨ คุณสมบัติเด่น
- แสดงบทสนทนาได้หลายรูปแบบ: Chat, ActionBar, Title
- ตัวเลือกคลิกได้ พร้อม Hover ข้อความ
- เชื่อมต่อ Vault: ตรวจสอบ/ให้/ยึดเงิน
- จัดการไอเทมระหว่างคุย
- รองรับ PlaceholderAPI
- รันคำสั่ง Console ตามตัวเลือก
🛠️ Installation / การติดตั้ง
- Put the
.jarin yourpluginsfolder - Install Vault และ PlaceholderAPI
- Restart server
- Done!
💻 Commands / คำสั่ง
| Command | Description (EN) | คำอธิบาย (TH) |
|---|---|---|
/dia start <player> <file> |
Start a dialogue | เริ่มบทสนทนา |
/dia click <player> <file> <section> |
Internal click event | ใช้ภายใน |
/dia stop <player> |
Stop dialogue | หยุดบทสนทนา |
/dia reload |
Reload configs | รีโหลดการตั้งค่า |
/dia create <file> |
Create dialogue file | สร้างไฟล์ Dialogue |
Aliases:
/dialogue,/dia
📝 Example Configuration
📄 Click to view example (ตัวอย่างไฟล์)# first_encounter.yml
start:
lines:
- type: text
line: "[&aJenriur&f] : &fHello! My name is Jenriur."
delay: 60
goto: "introduction"
introduction:
lines:
- type: text
line: "[&aJenriur&f] : &fYou must be &a%player_name%&f, right?"
delay: 60
- type: text
line: "[&aJenriur&f] : &fWelcome to &eNonKungSMP&f!"
delay: 70
goto: "sword_offer"
sword_offer:
lines:
- type: text
line: "Take this sword, you’ll need it."
delay: 60
- type: choice
line: "&6Choose an option:"
choices:
- "1. Accept | receive_sword"
- "2. Reject | reject_sword"
receive_sword:
lines:
- type: text
line: "&aJenriur &f gives you a wooden sword."
delay: 60
- type: give_item
item: WOODEN_SWORD
amount: 1
- type: text
line: "Good luck!"
delay: 60
goto: "warp_player"
warp_player:
lines:
- type: console_command
command: "mvtp %player_name% worlds"
- type: end
centertails>
</details>
---
- Edition: Minecraft Java
- File type: .jar
- Minecraft versions listed: 1.21.1, 1.21.2, 1.21.3
- How to install: Install the matching mod loader (Forge, Fabric or NeoForge) for your Minecraft version. → Download the .jar. → Put it in the .minecraft/mods folder and launch that loader profile.
- Where to get it: Opens on Modrinth — not every file is mirrored on our own servers.
Install steps are the general flow for this file type — How to install Minecraft Java mods & modpacks walks through it step by step.
- Ships as DialoguesEconomy-1.0.13.jar — drop this file into the mods folder
- Download size: 27 KB
- Download link checked 22 Aug 2026 — working
These come from our own check of the pack file, not from the source page.