Minecraft प्लगइन DiscordSRV
DiscordSRV और उन सर्वरों की जानकारी जहां यह मिला
🔌 DiscordSRV के बारे में
DiscordSRV एक Minecraft प्लगइन है जो एक Minecraft server और एक Discord server को जोड़ता है। यह in-game chat को Discord पर भेजता है (और Discord messages को game में), Minecraft और Discord accounts के बीच account linking सपोर्ट करता है, और roles/groups तथा कई server events के लिए synchronization hooks प्रदान करता है।
🎯 उद्देश्य
DiscordSRV का मुख्य उद्देश्य Minecraft server और Discord के बीच एक reliable, configurable bridge देना है, ताकि communities दोनों platforms पर communicate कर सकें, staff को जानकारी मिलती रहे, और configuration होने पर membership/role information sync की जा सके।
⚙️ फीचर्स
- Minecraft और Discord channels के बीच two-way chat synchronization (per-channel configurable).
- Players के लिए Minecraft <-> Discord account linking.
- Role/group synchronization hooks (LuckPerms जैसे permission plugins के लिए integration points).
- Minecraft से Discord में broadcast और staff messaging.
- Linking, link status checking, और administrative actions (reload, resync, debug) के लिए commands.
- Channel mapping, language/messages, synchronization, और voice features के लिए कई configuration files.
- Public issue tracker और releases के साथ open-source code.
🧩 यह किसके लिए है
- Server owners और admins जो Minecraft और Discord के बीच community chat को unify करना चाहते हैं.
- Moderation teams जिन्हें Discord में server events की visibility चाहिए.
- ऐसे networks जो permission plugins इस्तेमाल करते हैं और Discord के साथ role या group synchronization चाहते हैं.
🏗️ उपयोग के उदाहरण
- Global या per-channel Minecraft chat को specific Discord channels में forward करना, ताकि server के बाहर के users conversations follow कर सकें.
- Player accounts को Discord IDs से link करना ताकि Discord roles दिए जा सकें या platforms के बीच users verify किए जा सकें.
- Server join/leave/console logs को Discord moderation channel में भेजना.
⌨️ Commands
| Command | Description | Permission | Access |
|---|---|---|---|
/discord /discordsrv | Configured DiscordSRV message दिखाता है (messages.yml के अनुसार). | discordsrv.discord | Admin |
Player subcommands:
| Command | Description | Permission | Access |
|---|---|---|---|
help / ? | User के लिए उपलब्ध options की सूची दिखाता है. | discordsrv.help | Player |
linked | दिखाता है कि आपका Minecraft account किसी Discord account से linked है या नहीं. | discordsrv.linked | Player |
link | आपका Minecraft account Discord account से link करने के निर्देश भेजता है. | discordsrv.link | Player |
unlink / clearlinked | आपका Discord account, Minecraft account से unlink करता है. | discordsrv.unlink | Player |
Staff commands:
| Command | Arguments | Description | Permission | Access |
|---|---|---|---|---|
broadcast / bcast | <#ChannelID/#ChannelName> <Message> | एक configured Discord channel में message broadcast करता है. | discordsrv.bcast | Admin |
linked | <Name/UUID/DiscordID/DiscordTag> | किसी अन्य user के लिए link status check करता है. | discordsrv.linked.others | Admin |
link | <Name/UUID> <DiscordID/DiscordTag> | किसी अन्य user के लिए linking instructions भेजता है. | discordsrv.link.others | Admin |
unlink / clearlinked | <Name/UUID/DiscordID/DiscordTag> | किसी अन्य user का Discord account unlink करता है. | discordsrv.unlink.others | Admin |
resync | group synchronization ट्रिगर करता है (synchronization config आवश्यक है). | discordsrv.resync | Admin | |
reload | plugin configuration reload करता है. | discordsrv.reload | Admin | |
language / lang | <Language> [-confirm] | plugin language बदलता है. | discordsrv.language | Admin |
debugger | <start [categories...]/stop/upload> | debug info dump करता है और वैकल्पिक रूप से debug trace upload करता है. | discordsrv.debug | Admin |
(पुरानी subscription system से जुड़े deprecated commands history में documented हैं, लेकिन current operation से हटा दिए गए हैं.)
🔐 Permissions
| Permission | Description | Default |
|---|---|---|
discordsrv.discord | /discord और /discordsrv के उपयोग की अनुमति देता है. | true |
discordsrv.help | help subcommand तक पहुँच. | निर्दिष्ट नहीं |
discordsrv.link | linking subcommand का उपयोग. | निर्दिष्ट नहीं |
discordsrv.unlink | unlinking subcommand का उपयोग. | निर्दिष्ट नहीं |
discordsrv.linked | व्यक्तिगत linked status की जाँच. | निर्दिष्ट नहीं |
discordsrv.bcast | Discord channels को broadcast messages भेजना. | निर्दिष्ट नहीं |
discordsrv.linked.others | अन्य players की linked status देखना. | निर्दिष्ट नहीं |
discordsrv.link.others | अन्य players के लिए link instructions भेजना. | निर्दिष्ट नहीं |
discordsrv.unlink.others | अन्य players को unlink करना. | निर्दिष्ट नहीं |
discordsrv.resync | groups/roles synchronization ट्रिगर करना. | निर्दिष्ट नहीं |
discordsrv.reload | plugin को reload करना. | निर्दिष्ट नहीं |
discordsrv.language | plugin language बदलना. | निर्दिष्ट नहीं |
discordsrv.debug | debugger चलाना/debug traces upload करना. | निर्दिष्ट नहीं |
⚙️ Installation
📥 Setup
- Official distribution (project page / catalog / releases) से official DiscordSRV
.jarडाउनलोड करें. - Bukkit/Spigot-compatible server के लिए jar को अपने server के
plugins/folder में रखें. - Server restart करें और console logs देखें ताकि DiscordSRV के loaded होने की पुष्टि हो सके.
- Generated configuration files का उपयोग करके initial configuration पूरी करें (bot token, channel mappings, linking options).
📦 Configuration files
DiscordSRV कई configuration files का उपयोग करता है; confirmed filenames में शामिल हैं:
config.ymlmessages.ymllinking.ymlsynchronization.ymlvoice.ymlalerts.yml
Discord bot token, channel mappings, और synchronization settings set करने के लिए उपयुक्त files edit करें. कुछ features (role/group sync, voice integration) के लिए अतिरिक्त configuration चाहिए.
🧠 Technical Notes
- Source code और releases public repository में maintained हैं.
- Project GPL-3.0 के तहत प्रकाशित है.
- Confirmed optional integrations में LuckPerms (contexts/group sync) और PlaceholderAPI (placeholders) शामिल हैं.
- Commands और permissions official documentation में documented हैं; resync और reload जैसे administrative operations मौजूद हैं और operator privileges की आवश्यकता हो सकती है.
🤝 यह प्लगइन कब उपयोगी है
यदि आपको Minecraft server और Discord community के बीच consistent, configurable two-way chat और account linking चाहिए, तो DiscordSRV वह bridge, integration hooks, और configuration files प्रदान करता है जिनसे ये features common server plugins के साथ काम कर सकें.
- FoxyCraft3060.05
- Rooted Realm
Whitelist किए गए Java Survival SMP: निर्धारित वाइप नहीं, खिलाड़ियों द्वारा चलित अर्थव्यवस्था, साप्ताहिक इवेंट और वैकल्पिक PvP। मैत्रीपूर्ण वयस्क समुदाय।
1156.57 - Froggie
एक दोस्ताना survival SMP, जिसमें protected claims, player shops और auctions वाली economy, multi-version support, और casual builders व communities के लिए Java–Bedrock cross-play है।
955.96 - Minecart Rapid Transit
समुदाय-केंद्रित शहर-निर्माण और परिवहन सर्वर, जिसमें चलने वाली ट्रेनें, बड़े ट्रांज़िट नेटवर्क, सुरक्षित बिल्ड, खिलाड़ियों द्वारा संचालित अर्थव्यवस्था और व्यवस्थित PvP एरिनाएँ शामिल हैं।
1155.82 - Smithtainment
कम्युनिटी‑केंद्रित सर्वाइवल SMP, कस्टम प्लगइन्स, इकॉनमी, mcMMO और मिनी‑गेम्स — दोस्ताना खिलाड़ी और सक्रिय फोरम।
654.95 - YugtoSMP554.52
- Racsu Planet
स्किल्स, क्वेस्ट, कस्टम डंगन्स और एक इन-गेम इकॉनमी के साथ क्रॉस-प्ले Survival MMORPG (Java + Bedrock), जिसे एक आधिकारिक स्टोर और कम्युनिटी हब का समर्थन प्राप्त है।
354.16 - minecity.pl453.88
- A Fallout Roleplaying Server553.43
- LinkCraft
रैंकअप, पार्कूर कोर्स, भूलभुलैया और चुनौतियों पर केंद्रित समुदाय Minecraft सर्वर — कैज़ुअल मिनी‑गेम और प्रगति।
2153.31 - All the Mods 10 To The Sky153.14
- Verre de Lait
कमीюнिटी‑फोकस्ड 100% वेनिला (Survival & Freebuild) सर्वर, वॉइस चैट, साफ नियम और Skyland वर्ल्ड — शांत, सहयोगी अनुभव।
351.91 - FragPixel
Survival, SkyBlock, BedWars और Duels के साथ एक मल्टी-मोड Java नेटवर्क, जिसमें सर्वर के अंदर की अर्थव्यवस्था, खिलाड़ी की दुकानें, नीलामियाँ और जमीन दावा सुरक्षा शामिल है।
851.43 - Netherlite is loading...551.38
- GospelCraft
क्रिश्चियन‑थीम Towny सर्वाइवल — कस्टम मॉब्स, mcMMO और Jobs; खेल के माध्यम से शास्त्र परिचय।
350.99
प्लगइन DiscordSRV का पेज दिखाता है कि मॉनिटरिंग ने इस प्लगइन को किन सर्वरों पर पाया, किन प्लेटफ़ॉर्म और वर्ज़न के साथ यह मिलता है।
प्लगइन्स कमांड, इकॉनमी, प्रोटेक्शन, एक्सेस अधिकार, मिनी-गेम्स, इंटीग्रेशन या अन्य मैकेनिक्स जोड़ सकते हैं। DiscordSRV की वास्तविक भूमिका संबंधित सर्वर की कॉन्फ़िगरेशन पर निर्भर करती है।
डेटा सर्वरों के तकनीकी जवाबों से स्वचालित रूप से बनता है। यदि कोई सर्वर प्लगइन सूची छुपाता है, तो वह इस अनुभाग में नहीं दिखेगा, भले ही DiscordSRV का उपयोग करता हो।
DiscordSRV वाले सर्वरों की सूची का उपयोग करके प्रोजेक्ट्स की तुलना करें, संगत वर्ज़न जांचें या सार्वजनिक सर्वरों पर प्लगइन के उपयोग के उदाहरण खोजें।