{"id":47850,"date":"2026-06-02T14:28:43","date_gmt":"2026-06-02T11:28:43","guid":{"rendered":"https:\/\/vpesports.com\/minecraft\/mods\/crafterslogin\/"},"modified":"2026-06-02T14:28:43","modified_gmt":"2026-06-02T11:28:43","slug":"crafterslogin","status":"publish","type":"mod","link":"https:\/\/vpesports.com\/minecraft\/mods\/crafterslogin\/","title":{"rendered":"CraftersLogin"},"content":{"rendered":"<p># CraftersLogin \u2014 The Ultimate Authentication System for Minecraft Networks<\/p>\n<p>**CraftersLogin** is a **professional, robust, and highly configurable** authentication system designed for Minecraft servers that require **full control** over player access. Whether you manage a **single server** or a **complex proxy network**, CraftersLogin delivers a **complete, secure, and easy-to-deploy** solution.<\/p>\n<p>&#8212;<\/p>\n<p>## \u2728 Why CraftersLogin?<\/p>\n<p>In an environment where **player security** and **server integrity** are top priorities, having a reliable authentication system makes all the difference. CraftersLogin was built around three core pillars:<\/p>\n<p>&#8211; \ud83d\udd10 **Security** \u2014 Modern hashing algorithms, brute-force protection, and advanced session control.<br \/>\n&#8211; \u26a1 **Performance** \u2014 Efficient connections via **HikariCP** and optional **Redis** support.<br \/>\n&#8211; \ud83c\udfaf **User Experience** \u2014 Intuitive interface, fully customizable messages, and seamless authentication across servers.<\/p>\n<p>&#8212;<\/p>\n<p>## \ud83d\udd10 Authentication System<\/p>\n<p>CraftersLogin provides a **complete and secure authentication flow** for all types of environments:<\/p>\n<p>&#8211; **Account registration** with double password confirmation<br \/>\n&#8211; **Login** protected with encrypted passwords<br \/>\n&#8211; **Password change** directly in-game at any time<br \/>\n&#8211; **Auto-login for premium players** \u2014 **Mojang\/Microsoft** accounts verified automatically without any player action<br \/>\n&#8211; **Offline mode support** \u2014 Full compatibility with servers running in **non-premium** or offline mode<\/p>\n<p>&#8212;<\/p>\n<p>## \ud83c\udf10 Multi-Server Proxy Support<\/p>\n<p>CraftersLogin is **fully prepared** for networks running **Velocity** or **BungeeCord** as a proxy:<\/p>\n<p>&#8211; **Persistent sessions across servers** \u2014 Players **do not need to log in again** when switching servers<br \/>\n&#8211; **Proxy \u2194 backend communication** \u2014 The proxy **automatically notifies** backend servers about each player&#8217;s authentication status<br \/>\n&#8211; **Differentiated spawn points** \u2014 Automatic teleport to the **authentication area** and to the **lobby** after a successful login<\/p>\n<p>&#8212;<\/p>\n<p>## \ud83d\udcbe Flexible Database Support<\/p>\n<p>The plugin offers **three storage options** adapted to the size and needs of your network:<\/p>\n<p>| Engine | Description | Best For |<br \/>\n|&#8212;&#8212;&#8211;|&#8212;&#8212;&#8212;&#8212;-|&#8212;&#8212;&#8212;-|<br \/>\n| **H2** | Embedded database, **no additional setup required** | Single servers |<br \/>\n| **MySQL** | External connection with **HikariCP pooling** | Multi-server networks |<br \/>\n| **Redis** *(optional)* | **Real-time synchronization** between servers | Large high-traffic networks |<\/p>\n<p>&#8212;<\/p>\n<p>## \ud83d\udd12 Advanced Security<\/p>\n<p>CraftersLogin implements **modern security standards** to protect both your players and your infrastructure:<\/p>\n<p>&#8211; **BCrypt** with configurable rounds *(recommended \u2014 **industry standard**)*<br \/>\n&#8211; **SHA-256** and **Argon2** available as alternatives<br \/>\n&#8211; **Anti-brute-force protection** \u2014 Temporary ban after multiple failed login attempts<br \/>\n&#8211; **Accounts per IP limit** \u2014 Configurable, defaults to **2 accounts per IP**<br \/>\n&#8211; **Session hijacking protection** \u2014 IP verification enforced on every session<br \/>\n&#8211; **Case spoofing prevention** \u2014 Blocks identity impersonation through username capitalization tricks<\/p>\n<p>&#8212;<\/p>\n<p>## \ud83c\udfa8 Fully Customizable User Experience<\/p>\n<p>Every visual and interactive aspect of the system is **completely customizable**:<\/p>\n<p>&#8211; **Titles and subtitles** displayed on screen during authentication<br \/>\n&#8211; **ActionBar countdown** timer while the player is waiting to authenticate<br \/>\n&#8211; **Sound effects** for actions such as login, registration, and errors<br \/>\n&#8211; **Chat clearing** on server join for better visibility<br \/>\n&#8211; **Optional blindness effect** while the player has not yet authenticated<\/p>\n<p>&#8212;<\/p>\n<p>## \ud83d\udccb Player Commands<\/p>\n<p>| Command | Description |<br \/>\n|&#8212;&#8212;&#8212;|&#8212;&#8212;&#8212;&#8212;-|<br \/>\n| `\/register <password> <confirm>` | Create a new account |<br \/>\n| `\/login <password>` | Log in to the server |<br \/>\n| `\/changepassword <old> <new> <confirm>` | Change your password |<br \/>\n| `\/unregister <password>` | Delete your account from the server |<br \/>\n| `\/premium` | Enable automatic verification with your Mojang\/Microsoft account |<br \/>\n| `\/offline` | Switch to offline authentication mode |<\/p>\n<p>&#8212;<\/p>\n<p>## \u26a1 Admin Commands (`\/crafterslogin` or `\/cl`)<\/p>\n<p>| Subcommand | Description | Required Permission |<br \/>\n|&#8212;&#8212;&#8212;&#8212;|&#8212;&#8212;&#8212;&#8212;-|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;|<br \/>\n| `\/cl reload` | Reload the plugin configuration | `crafterslogin.admin.reload` |<br \/>\n| `\/cl version` | Display the current plugin version | `crafterslogin.admin.version` |<br \/>\n| `\/cl info <player>` | View account information for a player | `crafterslogin.admin.info` |<br \/>\n| `\/cl accounts` | Show the total number of registered accounts | `crafterslogin.admin.accounts` |<br \/>\n| `\/cl forcelogin <player>` | Force a player to be logged in | `crafterslogin.admin.forcelogin` |<br \/>\n| `\/cl forcelogout <player>` | Force a player to be logged out | `crafterslogin.admin.forcelogout` |<br \/>\n| `\/cl changepass <player> <newpass>` | Change another player&#8217;s password | `crafterslogin.admin.changepass` |<br \/>\n| `\/cl unregister <player>` | Unregister a player&#8217;s account | `crafterslogin.admin.unregister` |<br \/>\n| `\/cl delete <player>` | Permanently delete a player&#8217;s account | `crafterslogin.admin.delete` |<br \/>\n| `\/cl dupeip <ip>` | View all accounts registered under an IP | `crafterslogin.admin.dupeip` |<br \/>\n| `\/cl purge <days>` | Remove accounts inactive for X days | `crafterslogin.admin.purge` |<br \/>\n| `\/cl convert <plugin>` | Migrate data from another auth plugin | `crafterslogin.admin.convert` |<br \/>\n| `\/cl spawns setspawnregistred` | Set the authentication spawn point | `crafterslogin.admin.spawns` |<br \/>\n| `\/cl spawns setspawn` | Set the lobby spawn point | `crafterslogin.admin.spawns` |<\/p>\n<p>&#8212;<\/p>\n<p>## \ud83d\udd11 Permissions<\/p>\n<p>### Administrator Permissions<br \/>\n&#8220;`<br \/>\ncrafterslogin.admin             \u2014 Full access to all \/cl commands<br \/>\n  \u251c\u2500\u2500 crafterslogin.admin.reload<br \/>\n  \u251c\u2500\u2500 crafterslogin.admin.version<br \/>\n  \u251c\u2500\u2500 crafterslogin.admin.info<br \/>\n  \u251c\u2500\u2500 crafterslogin.admin.accounts<br \/>\n  \u251c\u2500\u2500 crafterslogin.admin.forcelogin<br \/>\n  \u251c\u2500\u2500 crafterslogin.admin.forcelogout<br \/>\n  \u251c\u2500\u2500 crafterslogin.admin.changepass<br \/>\n  \u251c\u2500\u2500 crafterslogin.admin.unregister<br \/>\n  \u251c\u2500\u2500 crafterslogin.admin.delete<br \/>\n  \u251c\u2500\u2500 crafterslogin.admin.dupeip<br \/>\n  \u251c\u2500\u2500 crafterslogin.admin.purge<br \/>\n  \u251c\u2500\u2500 crafterslogin.admin.spawns<br \/>\n  \u2514\u2500\u2500 crafterslogin.admin.convert<br \/>\n&#8220;`<\/p>\n<p>### User Permissions<br \/>\n&#8220;`<br \/>\ncrafterslogin.bypass            \u2014 Bypasses all authentication (for bots or trusted mods)<br \/>\ncrafterslogin.bypass.ip-limit   \u2014 Ignores the accounts-per-IP limit<br \/>\ncrafterslogin.notify            \u2014 Receives plugin update notifications<br \/>\n&#8220;`<\/p>\n<p>&#8212;<\/p>\n<p>## \u2699\ufe0f Configuration Overview (`config.yml`)<\/p>\n<p>### Database<br \/>\n&#8220;`yaml<br \/>\ndatabase:<br \/>\n  type: &#8220;h2&#8221;  # Options: h2, mysql<br \/>\n  mysql:<br \/>\n    host: &#8220;localhost&#8221;<br \/>\n    port: 3306<br \/>\n    name: &#8220;crafterslogin&#8221;<br \/>\n    username: &#8220;root&#8221;<br \/>\n    password: &#8220;&#8221;<br \/>\n    useSSL: false<br \/>\n    pool:<br \/>\n      maximum-pool-size: 10<br \/>\n      minimum-idle: 5<br \/>\n&#8220;`<\/p>\n<p>### Passwords<br \/>\n&#8220;`yaml<br \/>\npassword:<br \/>\n  algorithm: &#8220;BCRYPT&#8221;        # BCRYPT, SHA256, ARGON2<br \/>\n  bcrypt-rounds: 10          # Higher = more secure but slower<br \/>\n  min-length: 6<br \/>\n  max-length: 32<br \/>\n  block-username-as-password: true<br \/>\n&#8220;`<\/p>\n<p>### Sessions<br \/>\n&#8220;`yaml<br \/>\nsession:<br \/>\n  duration: 10               # Duration in minutes<br \/>\n  same-ip-only: true         # Requires same IP to reuse a session<br \/>\n&#8220;`<\/p>\n<p>### Security<br \/>\n&#8220;`yaml<br \/>\nsecurity:<br \/>\n  max-accounts-per-ip: 2<br \/>\n  max-failed-attempts: 5<br \/>\n  temp-ban-duration: 10      # Minutes<br \/>\n  kick-after-seconds: 60<br \/>\n  block-ip-change-on-session: true<br \/>\n  prevent-case-spoofing: true<br \/>\n&#8220;`<\/p>\n<p>&#8212;<\/p>\n<p>## \ud83d\ude80 Installation<\/p>\n<p>### Standalone Server (No Proxy)<br \/>\n1. Download `CraftersLogin-1.0.jar`<br \/>\n2. Place it in your `plugins\/` folder<br \/>\n3. Restart the server<br \/>\n4. Configure `config.yml` as needed<br \/>\n5. Use `\/cl spawns` to set your spawn points<\/p>\n<p>### Velocity Proxy Network<br \/>\n1. **On the Velocity proxy:** Place `CraftersLogin-1.0.jar` in `plugins\/`<br \/>\n2. **On each backend server:** Place the same JAR in `plugins\/` and configure a shared **MySQL** database *(recommended)*<br \/>\n3. **Set spawn points:**<br \/>\n   &#8211; Run `\/cl spawns setspawnregistred` on your authentication server<br \/>\n   &#8211; Run `\/cl spawns setspawn` on your lobby server<\/p>\n<p>&#8212;<\/p>\n<p>## \ud83d\udce6 Compatibility<\/p>\n<p>| Category | Supported |<br \/>\n|&#8212;&#8212;&#8212;-|&#8212;&#8212;&#8212;&#8211;|<br \/>\n| **Minecraft versions** | 1.13 \u2014 1.21.x |<br \/>\n| **Server software** | Paper, Spigot, Bukkit |<br \/>\n| **Proxy software** | Velocity, BungeeCord, Waterfall |<br \/>\n| **Java** | 17 or higher |<\/p>\n<p>&#8212;<\/p>\n<p>## \ud83d\udcac Support &#038; Links<\/p>\n<p>If you encounter any issues or have suggestions, feel free to reach out through the **Issues** tab or join our community.<\/p>\n<p>> **Developed by xUnknown | Crafters Development**<br \/>\n> Compatible with Minecraft 1.13 \u2013 1.21.x<\/p>\n<p>## License &#038; Intellectual Property<br \/>\n\u00a9 2026 **Crafters Development**. All rights reserved.<\/p>\n<p>Redistribution, copying, or modification of this software is prohibited without the express permission of Crafters Development. This code is intellectual property protected by **Chilean Intellectual Property Law 17.336**.<\/p>\n<p>> [!IMPORTANT]<br \/>\n> **Redistribution Clarification:**<br \/>\n> The prohibition on redistribution applies strictly to hosting or uploading the software to **external download websites** or unauthorized third-party platforms.<br \/>\n><br \/>\n> This restriction **DOES NOT** apply to sharing information, screenshots, or official links through:<br \/>\n> *   **Messaging Apps:** Discord, WhatsApp, Telegram, etc.<br \/>\n> *   **Social Media:** Twitter (X), Facebook, etc.<br \/>\n> *   **Community Groups:** Private server chats or staff groups.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Complete authentication solution with premium auto-login, proxy support, brute-force protection, persistent sessions, and flexible database options for Minecraft servers.<\/p>\n","protected":false},"featured_media":47851,"template":"","meta":{"_minecraft_slug":"crafterslogin","_minecraft_project_id":"1ttKrKwS","_minecraft_author":"xUnknowns","_minecraft_license":"LicenseRef-All-Rights-Reserved","_minecraft_downloads":11,"_minecraft_follows":0,"_minecraft_client_side":"unsupported","_minecraft_server_side":"required","_minecraft_storage_type":"zip","_minecraft_archive_name":"crafterslogin.zip","_minecraft_size_bytes":10420102,"_minecraft_version_count":4,"_minecraft_updated_at":"2026-05-15T23:03:11.386760Z","_minecraft_date_created":"2026-05-07T22:02:38.679702Z","_minecraft_date_modified":"2026-05-01T05:02:43.367704Z","_minecraft_project_url":"https:\/\/modrinth.com\/mod\/crafterslogin","_minecraft_icon_attachment_id":47851,"_minecraft_imported_at":"2026-06-02T11:28:44+00:00","_minecraft_import_hash":"dfc9b2e735f89eaeb1414748514e96fa","_minecraft_versions":"","_minecraft_links":"","_minecraft_gallery":"","_minecraft_api_metadata":""},"mod_category":[894,126,127,129,92,985,992],"mod_loader":[895,132,134,986,993],"minecraft_version":[438,446,449,110,111,112,113,114,115,116,117,118,119,120,46,47,48,49,50,51,52,53,54,55,56,57,58,59,36,60,93,94,101,102,62,37,73,74,38,78],"class_list":["post-47850","mod","type-mod","status-publish","has-post-thumbnail","hentry","mod_category-bungeecord","mod_category-management","mod_category-paper","mod_category-spigot","mod_category-utility","mod_category-velocity","mod_category-waterfall","mod_loader-bungeecord","mod_loader-paper","mod_loader-spigot","mod_loader-velocity","mod_loader-waterfall","minecraft_version-1-13","minecraft_version-1-13-1","minecraft_version-1-13-2","minecraft_version-1-14","minecraft_version-1-14-1","minecraft_version-1-14-2","minecraft_version-1-14-3","minecraft_version-1-14-4","minecraft_version-1-15","minecraft_version-1-15-1","minecraft_version-1-15-2","minecraft_version-1-16","minecraft_version-1-16-1","minecraft_version-1-16-2","minecraft_version-1-16-3","minecraft_version-1-16-4","minecraft_version-1-16-5","minecraft_version-1-17","minecraft_version-1-17-1","minecraft_version-1-18","minecraft_version-1-18-1","minecraft_version-1-18-2","minecraft_version-1-19","minecraft_version-1-19-1","minecraft_version-1-19-2","minecraft_version-1-19-3","minecraft_version-1-19-4","minecraft_version-1-20","minecraft_version-1-20-1","minecraft_version-1-20-2","minecraft_version-1-20-3","minecraft_version-1-20-4","minecraft_version-1-20-5","minecraft_version-1-20-6","minecraft_version-1-21","minecraft_version-1-21-1","minecraft_version-1-21-2","minecraft_version-1-21-3","minecraft_version-1-21-4","minecraft_version-1-21-5"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.6 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>CraftersLogin - Minecraft<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/vpesports.com\/minecraft\/mods\/crafterslogin\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"CraftersLogin - Minecraft\" \/>\n<meta property=\"og:description\" content=\"Complete authentication solution with premium auto-login, proxy support, brute-force protection, persistent sessions, and flexible database options for Minecraft servers.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/vpesports.com\/minecraft\/mods\/crafterslogin\/\" \/>\n<meta property=\"og:site_name\" content=\"Minecraft\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"5 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/crafterslogin\\\/\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/crafterslogin\\\/\",\"name\":\"CraftersLogin - Minecraft\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/crafterslogin\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/crafterslogin\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/crafterslogin-icon-60fc2192c688bf2d2411e6310a976cd53b64fd6d_96.webp\",\"datePublished\":\"2026-06-02T11:28:43+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/crafterslogin\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/crafterslogin\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/crafterslogin\\\/#primaryimage\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/crafterslogin-icon-60fc2192c688bf2d2411e6310a976cd53b64fd6d_96.webp\",\"contentUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/crafterslogin-icon-60fc2192c688bf2d2411e6310a976cd53b64fd6d_96.webp\",\"width\":96,\"height\":96},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/crafterslogin\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Mods\",\"item\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"CraftersLogin\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/\",\"name\":\"Minecraft\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"CraftersLogin - Minecraft","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/vpesports.com\/minecraft\/mods\/crafterslogin\/","og_locale":"en_US","og_type":"article","og_title":"CraftersLogin - Minecraft","og_description":"Complete authentication solution with premium auto-login, proxy support, brute-force protection, persistent sessions, and flexible database options for Minecraft servers.","og_url":"https:\/\/vpesports.com\/minecraft\/mods\/crafterslogin\/","og_site_name":"Minecraft","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"5 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/vpesports.com\/minecraft\/mods\/crafterslogin\/","url":"https:\/\/vpesports.com\/minecraft\/mods\/crafterslogin\/","name":"CraftersLogin - Minecraft","isPartOf":{"@id":"https:\/\/vpesports.com\/minecraft\/#website"},"primaryImageOfPage":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/crafterslogin\/#primaryimage"},"image":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/crafterslogin\/#primaryimage"},"thumbnailUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/crafterslogin-icon-60fc2192c688bf2d2411e6310a976cd53b64fd6d_96.webp","datePublished":"2026-06-02T11:28:43+00:00","breadcrumb":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/crafterslogin\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/vpesports.com\/minecraft\/mods\/crafterslogin\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/vpesports.com\/minecraft\/mods\/crafterslogin\/#primaryimage","url":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/crafterslogin-icon-60fc2192c688bf2d2411e6310a976cd53b64fd6d_96.webp","contentUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/crafterslogin-icon-60fc2192c688bf2d2411e6310a976cd53b64fd6d_96.webp","width":96,"height":96},{"@type":"BreadcrumbList","@id":"https:\/\/vpesports.com\/minecraft\/mods\/crafterslogin\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/vpesports.com\/minecraft\/"},{"@type":"ListItem","position":2,"name":"Mods","item":"https:\/\/vpesports.com\/minecraft\/mods\/"},{"@type":"ListItem","position":3,"name":"CraftersLogin"}]},{"@type":"WebSite","@id":"https:\/\/vpesports.com\/minecraft\/#website","url":"https:\/\/vpesports.com\/minecraft\/","name":"Minecraft","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/vpesports.com\/minecraft\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"}]}},"_links":{"self":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod\/47850","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod"}],"about":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/types\/mod"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media\/47851"}],"wp:attachment":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media?parent=47850"}],"wp:term":[{"taxonomy":"mod_category","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_category?post=47850"},{"taxonomy":"mod_loader","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_loader?post=47850"},{"taxonomy":"minecraft_version","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/minecraft_version?post=47850"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}