Minecraft प्लगइन nLogin

nLogin और उन सर्वरों की जानकारी जहां यह मिला

🔌 nLogin के बारे में

nLogin एक Minecraft प्लगइन है जो रजिस्टर्ड और ऑफ़लाइन (cracked) खातों के लिए server-side authentication system प्रदान करता है। यह व्यावहारिक account management, proxy/network compatibility, और two-factor authentication तथा अन्य auth plugins से migration जैसी integrations पर केंद्रित है। प्रोजेक्ट को NickUC project pages से maintain किया जाता है और standard plugin catalogs के ज़रिए वितरित किया जाता है।

🎯 उद्देश्य

nLogin का मुख्य उद्देश्य server operators को एक on-server account system देना है: खिलाड़ियों को register और authenticate करना, second-factor checks लागू करना (Discord/email integration), proxy networks के across काम करना, और अन्य authentication plugins से मौजूदा account data migrate करना।

⚙️ सुविधाएँ

  • Account registration और password-based login.
  • Two-factor options (Discord और email integration) with per-account linking features.
  • Proxy/network support (Velocity, BungeeCord/Waterfall और backend Spigot/Paper servers वाले setups में उपयोग होता है).
  • Migration tools to convert accounts from other auth plugins that implement the AuthMe API.
  • Administrative commands for account management (change password, delete/unregister, force login, verify info, duplicate-IP listing).
  • Cross-server coordination के लिए optional Redis messaging configuration और documented MySQL backend support.
  • उन plugins के लिए compatibility layer जो AuthMe API का उपयोग करते हैं.

🧩 यह किसके लिए है

nLogin उन server owners और administrators के लिए है जो public या private networks चलाते हैं और जिन्हें on-server account system, network-aware authentication, और optional 2FA integration की ज़रूरत होती है। इसका उपयोग proxy-backed networks और single-server setups में किया जाता है जिन्हें local account management चाहिए।

🏗️ उदाहरण उपयोग

  • एक proxy network को ऐसा centralized authentication flow चाहिए जो Velocity या Bungee-backed proxies और Paper/Purpur backends के across काम करे.
  • किसी दूसरे auth plugin से migrate करने वाला server nLogin के converter tools का उपयोग accounts import करने और player access बनाए रखने के लिए करता है.
  • एक SMP server, अधिक account security के लिए, Discord-based second-factor authentication सक्षम करता है.

⌨️ कमांड्स

कमांडविवरणअनुमतिएक्सेस
/nlogin supportsupport contacts की सूची दिखाता है.not specifiedAdmin
/nlogin versionplugin version information दिखाता है.not specifiedAdmin
/nlogin changepass <player> <new password>एक खिलाड़ी का password बदलता है.nlogin.command.nlogin.changepassAdmin
/nlogin delete <player>एक खिलाड़ी का account हटाता है.nlogin.command.nlogin.deleteAdmin
/nlogin dupeip <player/ip>समान IP address वाले accounts की सूची दिखाता है.not specifiedAdmin
/nlogin forcelogin <player>account login को force करता है.not specifiedAdmin
/nlogin unregister <player>account का password हटाता है.nlogin.command.nlogin.unregisterAdmin
/nlogin verify <player>account information दिखाता है.nlogin.command.nlogin.verifyAdmin
/nlogin reloadplugin settings reloaded करता है.not specifiedAdmin
/nlogin updateplugin update settings को नियंत्रित करता है.not specifiedAdmin
/nlogin spawn <action> <type>login के बाद teleportation behavior को नियंत्रित करता है.not specifiedAdmin
/changepassword <current> <new>आपका registered password बदलता है.not specifiedPlayer
/discordकिसी account के लिए Discord को 2FA के रूप में configure करता है.nlogin.command.discordPlayer
/emailकिसी account के लिए email को 2FA के रूप में configure करता है.nlogin.command.emailPlayer
/login <password>registered player को authenticate करता है.not specifiedPlayer
/register <password>password के साथ account register करता है.not specifiedPlayer
/unregisterआपका account unregister करता है (default से disabled).nlogin.command.nlogin.unregisterPlayer
/offlineaccount को offline/cracked के रूप में mark करता है.not specifiedAdmin/Player
/premiumaccount को premium के रूप में mark/unmark करता है (console toggle कर सकती है).not specifiedAdmin/Console

नोट: कुछ commands या subcommands को project द्वारा premium features के रूप में चिह्नित किया गया है; premium-only commands की उपलब्धता installed edition पर निर्भर करती है।

🔐 अनुमतियाँ

अनुमतिविवरणडिफ़ॉल्ट
nlogin.adminadministrator-level notifications और administrative commands तक पहुँच देता है.not specified
nlogin.bypass.discordजब यह विकल्प enabled हो, Discord link करने की आवश्यकता को bypass करता है.not specified
nlogin.bypass.emailजब यह विकल्प enabled हो, email link करने की आवश्यकता को bypass करता है.not specified
nlogin.force.discordIP बदला न होने पर भी Discord 2FA force करता है.not specified
nlogin.force.emailIP बदला न होने पर भी email 2FA force करता है.not specified
nlogin.command.nlogin.changepass/nlogin changepass के लिए अनुमति.not specified
nlogin.command.nlogin.changeuuid/nlogin changeuuid के लिए अनुमति.not specified
nlogin.command.nlogin.delete/nlogin delete के लिए अनुमति.not specified
nlogin.command.nlogin.register/nlogin register के लिए अनुमति.not specified
nlogin.command.nlogin.unregister/nlogin unregister के लिए अनुमति.not specified
nlogin.command.nlogin.verify/nlogin verify के लिए अनुमति.not specified
nlogin.command.discord/discord 2FA command के लिए अनुमति.not specified
nlogin.command.email/email 2FA command के लिए अनुमति.not specified

⚙️ स्थापना

📥 सेटअप

  • अपने server platform के लिए आधिकारिक plugin JAR डाउनलोड करें और उसे server की plugins/ directory में रखें.
  • सर्वर restart करें और console logs में plugin के load होने की पुष्टि करें.

📦 निर्भरताएँ

  • AuthMe API का उपयोग करने वाले plugins के साथ compatibility उपलब्ध है; उन integrations के लिए एक compatibility layer मौजूद है.

🧾 कॉन्फ़िगरेशन

  • nLogin configuration files बनाता और उपयोग करता है (एक config template और संबंधित files project द्वारा documented हैं).
  • Project persistent storage के लिए MySQL setup का documentation देता है और proxy/network setups में उपयोग होने वाली optional Redis messaging settings शामिल करता है.

🧠 तकनीकी नोट्स

  • समर्थित platforms (project documentation के अनुसार) में Velocity, BungeeCord/Waterfall proxies और Spigot/Paper backend servers शामिल हैं; Folia को भी project द्वारा supported बताया गया है.
  • Project अन्य plugins के integration के लिए API और Javadocs प्रदान करता है.
  • कुछ advanced features (2FA management, कुछ admin actions) आधिकारिक project documentation में premium के रूप में सूचीबद्ध हैं.

🤝 यह प्लगइन कब उपयोगी है

nLogin का उपयोग तब करें जब आपको एक network-aware, configurable server-side authentication system चाहिए, जिसमें migration tools और proxy-backed Minecraft deployment के लिए optional two-factor integrations हों।

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

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

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

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

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