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

CommandDescriptionPermissionAccess
`/invsee `किसी खिलाड़ी की inventory खोलें और देखें/संपादित करें। Integrate होने पर वैकल्पिक PerWorldInventory argument समर्थित है।invseeplusplus.invsee.view
`/endersee `किसी खिलाड़ी की ender chest खोलें और देखें/संपादित करें। Integrate होने पर वैकल्पिक PerWorldInventory argument समर्थित है।invseeplusplus.endersee.view
/invseeplusplusreloadPlugin configuration reload करें।invseeplusplus.reloadAdmin

Add-on commands (optional add-on plugins द्वारा प्रदान किए गए):

CommandDescriptionPermissionAccess
/invgive <target> <item> [amount] [nbt]किसी खिलाड़ी की inventory में item दें (addon).invseeplusplus.give.inventoryAdmin
/endergive <target> <item> [amount] [nbt]किसी खिलाड़ी की ender chest में item दें (addon).invseeplusplus.give.enderchestAdmin
/invclear <player> [item] [amount]किसी खिलाड़ी की inventory से items हटाएँ (addon).invseeplusplus.clear.inventoryAdmin
/enderclear <player> [item] [amount]किसी खिलाड़ी की ender chest से items हटाएँ (addon).invseeplusplus.clear.enderchestAdmin
/invclone <source> [target]एक खिलाड़ी की inventory को दूसरे खिलाड़ी में clone करें (addon).(addon permission nodes)Admin

🔐 Permissions

PermissionDescriptionDefault
invseeplusplus.invsee.view/invsee तक पहुँच देता है।op
invseeplusplus.invsee.edittarget खिलाड़ी की inventory edit करने देता है।op
invseeplusplus.endersee.view/endersee तक पहुँच देता है।op
invseeplusplus.endersee.edittarget खिलाड़ी की ender chest edit करने देता है।op
invseeplusplus.exempt.invseeholder की inventory को spectate होने से रोकता है।not specified
invseeplusplus.exempt.enderseeholder की ender chest को spectate होने से रोकता है।not specified
invseeplusplus.bypass-exempt.invseetargets के लिए inventory exempt settings को अनदेखा करता है।not specified
invseeplusplus.bypass-exempt.enderseetargets के लिए ender chest exempt settings को अनदेखा करता है।not specified
invseeplusplus.tabcomplete/invsee और /endersee के लिए username tab-completion की अनुमति देता है।not specified
invseeplusplus.reloadplugin configuration reload करता है।not specified

Project द्वारा documented aggregate permissions (grouped access देते हैं):

  • invseeplusplus.view view permissions प्रदान करता है।
  • invseeplusplus.edit edit permissions प्रदान करता है।
  • invseeplusplus.exempt exempt permissions प्रदान करता है।
  • invseeplusplus.bypass-exempt bypass 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: true enabled हो, तब 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 प्रदान करता है।

InvSeePlusPlus प्लगइन वाले सर्वर

प्लगइन InvSeePlusPlus का पेज दिखाता है कि मॉनिटरिंग ने इस प्लगइन को किन सर्वरों पर पाया, किन प्लेटफ़ॉर्म और वर्ज़न के साथ यह मिलता है।

प्लगइन्स कमांड, इकॉनमी, प्रोटेक्शन, एक्सेस अधिकार, मिनी-गेम्स, इंटीग्रेशन या अन्य मैकेनिक्स जोड़ सकते हैं। InvSeePlusPlus की वास्तविक भूमिका संबंधित सर्वर की कॉन्फ़िगरेशन पर निर्भर करती है।

डेटा सर्वरों के तकनीकी जवाबों से स्वचालित रूप से बनता है। यदि कोई सर्वर प्लगइन सूची छुपाता है, तो वह इस अनुभाग में नहीं दिखेगा, भले ही InvSeePlusPlus का उपयोग करता हो।

InvSeePlusPlus वाले सर्वरों की सूची का उपयोग करके प्रोजेक्ट्स की तुलना करें, संगत वर्ज़न जांचें या सार्वजनिक सर्वरों पर प्लगइन के उपयोग के उदाहरण खोजें।