Minecraft प्लगइन DeluxeTags
DeluxeTags और उन सर्वरों की जानकारी जहां यह मिला
🔌 DeluxeTags के बारे में
DeluxeTags एक Minecraft Spigot प्लगइन है जो permission-based extra tags (prefixes) देता है, जिन्हें खिलाड़ी in-game GUI या commands के जरिए unlock करके switch कर सकते हैं। Tags को एक "extra prefix" माना जाता है और placeholders के माध्यम से chat, tab और अन्य chat integrations में दिखाया जा सकता है।
🎯 उद्देश्य
DeluxeTags खिलाड़ियों को optional, unlockable cosmetic tags देने की समस्या का समाधान करता है, जो rank/group prefixes से अलग होते हैं। यह उन servers के लिए उपयोगी है जो ऐसे tags देना चाहते हैं जिन्हें खरीदा, unlock किया या reward के रूप में दिया जा सके, और जिन्हें खिलाड़ी अपनी main group या rank बदले बिना enable या disable कर सकें।
⚙️ विशेषताएँ
- Permission-based tags:
deluxetags.tag.<identifier>से access दें (config में exampledeluxetags.tag.exampleके रूप में दिखाया गया है)। - उपलब्ध tags देखने और चुनने के लिए player GUI.
- tags को list, select और manage करने के लिए commands (player और admin commands project द्वारा documented हैं)।
- PlaceholderAPI support और placeholders, जिनसे active tag, identifier, description और count को chat formats में डाला जा सकता है।
- Config snippet में दिखाए गए अनुसार configurable GUI items, names और pagination settings.
- join पर player का tag load करने, chat formatting integration, और update checks के विकल्प.
🧩 यह किसके लिए है
- Survival / SMP servers जो rank prefixes से अलग cosmetic, unlockable chat tags चाहते हैं।
- वे servers जो cosmetic rewards देने के लिए permission plugins का उपयोग करते हैं (जैसे LuckPerms के जरिए)।
- ऐसे admins जो खिलाड़ियों के लिए एक simple GUI-based tag selector चाहते हैं।
🏗️ उदाहरण उपयोग
- किसी player को VIP tag permission एक purchasable cosmetic के रूप में दें और उन्हें tags GUI से इसे toggle करने दें।
- किसी event reward से एक specific tag permission मिले ताकि winners अपने उपलब्ध tags में से नया tag चुन सकें।
- Administrators commands के जरिए custom tags बनाते हैं और permissions से तय करते हैं कि कौन से खिलाड़ी उनका उपयोग कर सकते हैं।
⌨️ Commands
| Command | Description | Permission | Access |
|---|---|---|---|
/tags | tags GUI खोलता है। | not specified | Player |
/tags list | आपके उपलब्ध tags दिखाता है। | not specified | Player |
/tags list all | सभी loaded tags दिखाता है। | not specified | Admin |
/tags list <player> | निर्दिष्ट player के उपलब्ध tags दिखाता है। | not specified | Admin |
/tags select <TagID> | निर्दिष्ट tag चुनता है (players के पास tag permission होना चाहिए)। | not specified | Player |
/tags set <player> <TagID> | निर्दिष्ट player के लिए निर्दिष्ट tag सेट करता है। | not specified | Admin |
/tags clear <player> | player का tag साफ करता है। | not specified | Admin |
/tags create <TagID> <Tag> | नया tag बनाता है। | not specified | Admin |
/tags delete <TagID> | निर्दिष्ट tag हटाता है। | not specified | Admin |
/tags setorder <TagID> <Order> | tag का order सेट करता है। | not specified | Admin |
/tags setdisplay <TagID> <Display> | tag का display text सेट करता है। | not specified | Admin |
/tags setdesc <TagID> <Desc> | tag का description सेट करता है। | not specified | Admin |
/tags reload | plugin configuration फिर से लोड करता है। | not specified | Admin |
/tags version | plugin version और author info दिखाता है। | not specified | Admin |
/tags help | उपलब्ध commands के लिए help दिखाता है। | not specified | Player |
नोट: project documentation इन commands की पुष्टि करती है; विशिष्ट command permission nodes (per-tag node pattern के अलावा) primary source में सूचीबद्ध नहीं हैं।
🔐 Permissions
| Permission | Description | Default |
|---|---|---|
deluxetags.tag.<identifier> | किसी खिलाड़ी को <identifier> से पहचाने जाने वाले किसी specific tag का उपयोग करने की अनुमति देता है। उदाहरण: config में दिखाया गया deluxetags.tag.example. | not specified |
यह plugin per-tag basis पर permission nodes का उपयोग करता है; अन्य command-specific nodes main available project files में स्पष्ट रूप से documented नहीं हैं।
⚙️ स्थापना
📥 Setup
- प्रोजेक्ट के Spigot resource या official build artifacts से plugin JAR डाउनलोड करें।
- JAR को अपने server के
plugins/folder में रखें। - Server शुरू करें या restart करें और console जांचें ताकि पुष्टि हो सके कि plugin लोड हो गया है।
📦 Dependencies
- PlaceholderAPI — supported (plugin में placeholders और
papi_chatoption शामिल है), configuration और placeholder examples में listed.
🧾 Configuration
- DeluxeTags YAML configuration का उपयोग करता है जो tags, GUI settings और messages define करता है। configuration में tag entries, GUI item settings, placeholders और chat format options के उदाहरण शामिल हैं। config में आम keys:
deluxetags:,gui:,format_chat,papi_chat,load_tag_on_join.
🧠 Technical Notes
- project source एक public GitHub repository में उपलब्ध है।
- Spigot project में tested Minecraft versions 1.8 से 1.21 तक listed हैं, और tested versions list में 1.20.6 का specific entry भी है।
- Development builds और CI artifacts project के CI server द्वारा provided हैं।
- repository में source host पर published releases नहीं दिखते; CI artifacts अलग से उपलब्ध हैं।
🤝 यह प्लगइन कब उपयोगी है
यदि आप चाहते हैं कि खिलाड़ियों के पास optional, permission-based cosmetic tags हों जिन्हें वे GUI या commands से enable कर सकें, बिना अपनी rank groups बदले, तो DeluxeTags एक सीधा, configurable solution देता है, साथ ही chat display के लिए PlaceholderAPI integration भी।
- &aUma Nova &f&lRede &d&lGalaxy!2155.14
- EthelMC
कम्युनिटी सर्वाइवल: अर्थव्यवस्था, जमीन क्लेम, एरीना और Java/Bedrock क्रॉसप्ले। रैंक व प्लेयर शॉप्स।
048.45 - No MOTD provided043.35
- A Minecraft Server043.17
- &41| In onderhoud |1042.95
- A Minecraft Server07.3
- A Minecraft Server05.82
- Prison 2.005.14
- Simply MC!05.06
प्लगइन DeluxeTags का पेज दिखाता है कि मॉनिटरिंग ने इस प्लगइन को किन सर्वरों पर पाया, किन प्लेटफ़ॉर्म और वर्ज़न के साथ यह मिलता है।
प्लगइन्स कमांड, इकॉनमी, प्रोटेक्शन, एक्सेस अधिकार, मिनी-गेम्स, इंटीग्रेशन या अन्य मैकेनिक्स जोड़ सकते हैं। DeluxeTags की वास्तविक भूमिका संबंधित सर्वर की कॉन्फ़िगरेशन पर निर्भर करती है।
डेटा सर्वरों के तकनीकी जवाबों से स्वचालित रूप से बनता है। यदि कोई सर्वर प्लगइन सूची छुपाता है, तो वह इस अनुभाग में नहीं दिखेगा, भले ही DeluxeTags का उपयोग करता हो।
DeluxeTags वाले सर्वरों की सूची का उपयोग करके प्रोजेक्ट्स की तुलना करें, संगत वर्ज़न जांचें या सार्वजनिक सर्वरों पर प्लगइन के उपयोग के उदाहरण खोजें।