Minecraft प्लगइन InvSeePlusPlus
InvSeePlusPlus और उन सर्वरों की जानकारी जहां यह मिला
🔌 InvSee++ के बारे में
InvSee++ एक Minecraft प्लगइन है जो सर्वर स्टाफ को अन्य खिलाड़ियों की inventories और ender chests देखने और संपादित करने देता है। यह armor, off-hand, crafting/workbench और कई अन्य container प्रकारों की जाँच का समर्थन करता है, offline player data के साथ काम करता है, और एक API उपलब्ध कराता है जिसका उपयोग optional add-ons करते हैं।
🎯 उद्देश्य
सर्वर प्रशासकों और moderators को inventory inspection और manipulation के लिए एक भरोसेमंद टूल देना, जो online और offline दोनों खिलाड़ियों के लिए काम करे, inventory-based plugins के साथ integrate हो, और logging तथा custom layouts को सपोर्ट करे।
⚙️ विशेषताएँ
- अन्य खिलाड़ियों की inventories और ender chests देखें और संपादित करें (armor और off-hand सहित)।
- crafting/workbench, anvil, smithing table, stonecutter, grindstone, loom, enchanting table, merchant inventories और cursor-held item की जाँच करें।
- offline खिलाड़ियों के लिए काम करता है, जिन खिलाड़ियों ने server पर कभी join भी नहीं किया हो।
- जब खिलाड़ी दोबारा log in करें तो spectator inventories अपने आप reload करता है।
- Customisable inventory layouts और titles.
- Inventory changes का configurable logging.
- Addons और integrations के लिए simple application programming interface (API).
- Optional add-ons inventories और ender chests के लिए give, clear और clone commands प्रदान करते हैं।
🧩 यह किनके लिए है
- Server owners और administrators जिन्हें player inventories inspect या manage करनी हों।
- Moderation teams जिन्हें investigations के लिए offline inspection चाहिए।
- SMP, survival और छोटे से मध्यम public servers जो inventory management tools चाहते हैं।
🏗️ उपयोग के उदाहरण
- एक moderator suspect cheater की inventory जाँचता है जबकि खिलाड़ी offline है।
- एक admin recovery के लिए offline खिलाड़ी को item देने हेतु add-on command का उपयोग करता है।
- एक server PerWorldInventory को integrate करता है ताकि खिलाड़ी की world-specific inventory स्थिति की जाँच की जा सके।
⌨️ Commands
| Command | Description | Permission | Access |
|---|---|---|---|
| `/invsee | किसी खिलाड़ी की inventory खोलें और देखें/संपादित करें। Integrate होने पर वैकल्पिक PerWorldInventory argument समर्थित है। | invseeplusplus.invsee.view | |
| `/endersee | किसी खिलाड़ी की ender chest खोलें और देखें/संपादित करें। Integrate होने पर वैकल्पिक PerWorldInventory argument समर्थित है। | invseeplusplus.endersee.view | |
/invseeplusplusreload | Plugin configuration reload करें। | invseeplusplus.reload | Admin |
Add-on commands (optional add-on plugins द्वारा प्रदान किए गए):
| Command | Description | Permission | Access |
|---|---|---|---|
/invgive <target> <item> [amount] [nbt] | किसी खिलाड़ी की inventory में item दें (addon). | invseeplusplus.give.inventory | Admin |
/endergive <target> <item> [amount] [nbt] | किसी खिलाड़ी की ender chest में item दें (addon). | invseeplusplus.give.enderchest | Admin |
/invclear <player> [item] [amount] | किसी खिलाड़ी की inventory से items हटाएँ (addon). | invseeplusplus.clear.inventory | Admin |
/enderclear <player> [item] [amount] | किसी खिलाड़ी की ender chest से items हटाएँ (addon). | invseeplusplus.clear.enderchest | Admin |
/invclone <source> [target] | एक खिलाड़ी की inventory को दूसरे खिलाड़ी में clone करें (addon). | (addon permission nodes) | Admin |
🔐 Permissions
| Permission | Description | Default |
|---|---|---|
invseeplusplus.invsee.view | /invsee तक पहुँच देता है। | op |
invseeplusplus.invsee.edit | target खिलाड़ी की inventory edit करने देता है। | op |
invseeplusplus.endersee.view | /endersee तक पहुँच देता है। | op |
invseeplusplus.endersee.edit | target खिलाड़ी की ender chest edit करने देता है। | op |
invseeplusplus.exempt.invsee | holder की inventory को spectate होने से रोकता है। | not specified |
invseeplusplus.exempt.endersee | holder की ender chest को spectate होने से रोकता है। | not specified |
invseeplusplus.bypass-exempt.invsee | targets के लिए inventory exempt settings को अनदेखा करता है। | not specified |
invseeplusplus.bypass-exempt.endersee | targets के लिए ender chest exempt settings को अनदेखा करता है। | not specified |
invseeplusplus.tabcomplete | /invsee और /endersee के लिए username tab-completion की अनुमति देता है। | not specified |
invseeplusplus.reload | plugin configuration reload करता है। | not specified |
Project द्वारा documented aggregate permissions (grouped access देते हैं):
invseeplusplus.viewview permissions प्रदान करता है।invseeplusplus.editedit permissions प्रदान करता है।invseeplusplus.exemptexempt permissions प्रदान करता है।invseeplusplus.bypass-exemptbypass permissions प्रदान करता है।invseeplusplus.*सभी base और addon permissions प्रदान करता है।
⚙️ Installation
📥 Setup
- Plugin JAR डाउनलोड करें और उसे अपने server के
plugins/folder में रखें। - Server restart करें और console logs जाँचें ताकि पुष्टि हो सके कि plugin load हो गया है।
📦 Dependencies
- वैकल्पिक: PerWorldInventory — जब PerWorldInventory की config में
load-data-on-join: trueenabled हो, तब InvSee++ integration support करता है। - वैकल्पिक: Vault — यदि आपको offline खिलाड़ियों के लिए permission checks चाहिए तो आवश्यक है।
- give/clear/clone functionality के लिए add-ons अलग से वितरित किए जाते हैं।
🧠 Technical Notes
- Project द्वारा बताई गई native major MC version 1.16 है; project कई tested Minecraft versions को एक विस्तृत range में सूचीबद्ध करता है।
- CraftBukkit-based server software और Spigot, Paper, तथा Purpur जैसे forks पर काम करता है। Folia support वर्तमान में author द्वारा disabled है।
- Plugin एक छोटा API expose करता है जिसका उपयोग addon modules give/clear/clone functionality के लिए करते हैं।
- Project public repository पर source code और issues प्रकाशित करता है और release artifacts बनाए रखता है।
🤝 यह प्लगइन कब उपयोगी है
जब आपको moderation, recovery, या administration के लिए भरोसेमंद inventory inspection और manipulation चाहिए — जिसमें offline खिलाड़ियों की जाँच और per-world inventory systems के साथ integration शामिल है — तब InvSee++ एक focused toolset और extensible addons प्रदान करता है।
- Froggie
एक दोस्ताना survival SMP, जिसमें protected claims, player shops और auctions वाली economy, multi-version support, और casual builders व communities के लिए Java–Bedrock cross-play है।
951.86 - EthelMC
कम्युनिटी सर्वाइवल: अर्थव्यवस्था, जमीन क्लेम, एरीना और Java/Bedrock क्रॉसप्ले। रैंक व प्लेयर शॉप्स।
445.1 - Minetown
निडरलैंड्स स्टाइल Minetopia सर्वाइवल सर्वर — अर्थव्यवस्था, कस्टम प्लगिन और मिलनसार समुदाय के साथ। अभी अपनी साहसिक यात्रा शुरू करें!
242.48 - Verre de Lait
कमीюнिटी‑फोकस्ड 100% वेनिला (Survival & Freebuild) सर्वर, वॉइस चैट, साफ नियम और Skyland वर्ल्ड — शांत, सहयोगी अनुभव।
339.62 - GenuineMC
कम्युनिटी-केंद्रित semi-vanilla survival SMP, जिसमें land protection, player shops, vote rewards, cosmetics, और संभवतः Bedrock-to-Java crossplay है।
036.85 - AnarchyLegionRPG026.26
- GalaxyCraft025.45
- AetherCraft
लैंड प्रोटेक्शन, खिलाड़ियों द्वारा संचालित अर्थव्यवस्था, कस्टम आइटम और मॉब्स, कई दुनियाएँ, और Bedrock/Java क्रॉसप्ले सपोर्ट के साथ Semi-custom Survival SMP.
024.77 - Prizma023.23
- &41| In onderhoud |1021.75
- A Minecraft Server021.68
प्लगइन InvSeePlusPlus का पेज दिखाता है कि मॉनिटरिंग ने इस प्लगइन को किन सर्वरों पर पाया, किन प्लेटफ़ॉर्म और वर्ज़न के साथ यह मिलता है।
प्लगइन्स कमांड, इकॉनमी, प्रोटेक्शन, एक्सेस अधिकार, मिनी-गेम्स, इंटीग्रेशन या अन्य मैकेनिक्स जोड़ सकते हैं। InvSeePlusPlus की वास्तविक भूमिका संबंधित सर्वर की कॉन्फ़िगरेशन पर निर्भर करती है।
डेटा सर्वरों के तकनीकी जवाबों से स्वचालित रूप से बनता है। यदि कोई सर्वर प्लगइन सूची छुपाता है, तो वह इस अनुभाग में नहीं दिखेगा, भले ही InvSeePlusPlus का उपयोग करता हो।
InvSeePlusPlus वाले सर्वरों की सूची का उपयोग करके प्रोजेक्ट्स की तुलना करें, संगत वर्ज़न जांचें या सार्वजनिक सर्वरों पर प्लगइन के उपयोग के उदाहरण खोजें।