{"id":131713,"date":"2026-06-07T21:25:30","date_gmt":"2026-06-07T18:25:30","guid":{"rendered":"https:\/\/vpesports.com\/minecraft\/mods\/relishauth\/"},"modified":"2026-06-07T21:25:30","modified_gmt":"2026-06-07T18:25:30","slug":"relishauth","status":"publish","type":"mod","link":"https:\/\/vpesports.com\/minecraft\/mods\/relishauth\/","title":{"rendered":"RelishAuth"},"content":{"rendered":"<p># RelishAuth<br \/>\n**Advanced Authentication System for Velocity Proxy Servers \ud83d\udd10**<\/p>\n<div align=\"center\">\n<p>![RelishAuthBanner](https:\/\/cdn.modrinth.com\/data\/cached_images\/fc12d02a41dd8c2bb482e33b024ea2ecee029f1d_0.webp)<\/p>\n<p>*Secure your Velocity network with advanced authentication, Discord integration, and premium account support*<\/p>\n<\/div>\n<p>## \ud83c\udf1f Features<\/p>\n<p>### \ud83d\udd10 **Multi-Method Authentication**<br \/>\n&#8211; **Password Authentication**: Traditional secure password system with Argon2 hashing<br \/>\n&#8211; **Discord Integration**: Link Discord accounts for seamless authentication<br \/>\n&#8211; **Premium Auto-Login**: Automatic authentication for premium Minecraft accounts<br \/>\n&#8211; **Hybrid Mode**: Combine password + Discord for maximum security<\/p>\n<p>### \ud83d\udee1\ufe0f **Advanced Security**<br \/>\n&#8211; **Session Management**: Configurable session durations (0-1 hour)<br \/>\n&#8211; **IP Validation**: Optional IP-based session validation<br \/>\n&#8211; **Rate Limiting**: Protection against brute force attacks<br \/>\n&#8211; **Premium Verification**: Real-time Mojang API validation<br \/>\n&#8211; **Bedrock Support**: Compatible with Floodgate for cross-platform play<\/p>\n<p>### \ud83e\udd16 **Discord Bot Integration**<br \/>\n&#8211; **Real-time Verification**: Instant Discord DM verification<br \/>\n&#8211; **Join Notifications**: Security alerts when someone joins with your account<br \/>\n&#8211; **Account Management**: Change passwords, manage sessions via Discord<br \/>\n&#8211; **Admin Commands**: Full server management through Discord slash commands<br \/>\n&#8211; **Rich Embeds**: Beautiful, informative Discord messages<\/p>\n<p>### \ud83c\udf10 **Multi-Language Support**<br \/>\n&#8211; **English** and **Arabic** language packs included<br \/>\n&#8211; **Customizable Messages**: Full message customization support<\/p>\n<p>### \ud83d\udcbe **Flexible Database Support**<br \/>\n&#8211; **SQLite**: Zero-configuration local database (default)<br \/>\n&#8211; **MySQL\/MariaDB**: Network database support for multi-server setups<br \/>\n&#8211; **PostgreSQL**: Enterprise-grade database with advanced features<br \/>\n&#8211; **Connection Pooling**: High-performance HikariCP integration<\/p>\n<p>&#8212;<\/p>\n<p>## \ud83d\udcf8 Screenshots<br \/>\n### Discord Integration<br \/>\n![Discord Verification](https:\/\/cdn.modrinth.com\/data\/8BqplnPe\/images\/675ea2b97cc4779f296b18a9a99b53ef0873f498.png)<\/p>\n<p>*Seamless Discord verification with interactive buttons*<\/p>\n<p>### Admin Dashboard<br \/>\n![Admin Commands](https:\/\/cdn.modrinth.com\/data\/8BqplnPe\/images\/b5c48e8bfb565f8249bdf5f7899b9053dee89437_350.webp)<\/p>\n<p>*Powerful admin tools accessible through Discord slash commands*<\/p>\n<p>### Security Notifications<br \/>\n![Security Alerts](https:\/\/cdn.modrinth.com\/data\/8BqplnPe\/images\/a72bcd22b40d6872158b43b3944323d25bee506c_350.webp)<\/p>\n<p>*Real-time security notifications keep your account safe*<\/p>\n<p>### Optimized Limbo world<br \/>\n![Limbo world](https:\/\/cdn.modrinth.com\/data\/8BqplnPe\/images\/7256b19ae90fd624265c0c7b315913d905027b65_350.webp)<\/p>\n<p>&#8212;<\/p>\n<p>## \ud83d\ude80 Installation<\/p>\n<p>### Prerequisites<br \/>\n&#8211; **Velocity Proxy** 3.4.0 or higher<br \/>\n&#8211; **Java** 21 or higher<br \/>\n&#8211; **LimboAPI** plugin (required dependency)<br \/>\n&#8211; **Discord Bot** (optional, for Discord features)<\/p>\n<p>### Step 1: Download and Install<br \/>\n1. Download plugin JAR file<br \/>\n2. Place the JAR file in your Velocity `plugins\/` folder<br \/>\n3. Install LimboAPI Place it in the same folder<br \/>\n4. Restart your Velocity proxy<\/p>\n<p>### Step 2: Initial Configuration<br \/>\n1. Navigate to `plugins\/relishauth\/`<br \/>\n2. Edit `config.yml` to configure your authentication method<br \/>\n3. Set up your database connection<br \/>\n4. Configure Discord bot (optional but recommended)<\/p>\n<p>### Step 3: Discord Bot Setup (Optional)<br \/>\n1. Create a Discord application at Discord Developer Portal<br \/>\n2. Create a bot and copy the token<br \/>\n3. Add the token to your `config.yml`<br \/>\n4. Invite the bot to your Discord server with appropriate permissions<\/p>\n<p>&#8212;<\/p>\n<p>## \u2699\ufe0f Configuration<\/p>\n<p>### Basic Configuration<\/p>\n<p>&#8220;`yaml<br \/>\n# Choose your authentication method<br \/>\nauthentication:<br \/>\n  method: &#8220;password&#8221;  # Options: password, discord<br \/>\n  premium-auto-login: true<br \/>\n  allow-bedrock-players: true<\/p>\n<p># Session management<br \/>\nsession:<br \/>\n  duration: &#8220;5m&#8221;  # Options: 0, 1m, 5m, 15m, 30m, 1h<br \/>\n  allow-different-locations: true<\/p>\n<p># Database setup<br \/>\ndatabase:<br \/>\n  type: &#8220;sqlite&#8221;  # Options: sqlite, mysql, mariadb, postgresql<br \/>\n  sqlite:<br \/>\n    path: &#8220;data.db&#8221;<br \/>\n&#8220;`<\/p>\n<p>### Authentication Methods<\/p>\n<p>#### \ud83d\udd11 Password Authentication<br \/>\nPerfect for traditional servers wanting secure password-based auth:<\/p>\n<p>&#8220;`yaml<br \/>\nauthentication:<br \/>\n  method: &#8220;password&#8221;<br \/>\n  password:<br \/>\n    min-length: 6<br \/>\n    max-length: 32<br \/>\n    hashing: &#8220;argon2&#8221;  # Secure password hashing<br \/>\n&#8220;`<\/p>\n<p>**How it works:**<br \/>\n1. New players create a password when first joining<br \/>\n2. Returning players enter their password to authenticate<br \/>\n3. Sessions are saved based on configured duration<br \/>\n4. Optional Discord linking for additional features<\/p>\n<p>![Password Authentication](https:\/\/cdn.modrinth.com\/data\/8BqplnPe\/images\/482f84bec2457504c15d6740797fb288cca91ba3_350.webp)<\/p>\n<p>#### \ud83d\udcac Discord Authentication<br \/>\nIdeal for Discord-centric communities:<\/p>\n<p>&#8220;`yaml<br \/>\nauthentication:<br \/>\n  method: &#8220;discord&#8221;<br \/>\ndiscord:<br \/>\n  bot-token: &#8220;YOUR_BOT_TOKEN&#8221;<br \/>\n  server-id: &#8220;YOUR_DISCORD_SERVER_ID&#8221;<br \/>\n&#8220;`<\/p>\n<p>**How it works:**<br \/>\n1. Players enter their Discord username in-game<br \/>\n2. Bot sends verification DM with interactive buttons<br \/>\n3. Players click &#8220;Verify&#8221; to authenticate<br \/>\n4. Account is permanently linked to Discord<\/p>\n<p>![Discord Authentication](https:\/\/cdn.modrinth.com\/data\/8BqplnPe\/images\/7256b19ae90fd624265c0c7b315913d905027b65_350.webp)<br \/>\n![DM Verify Message](https:\/\/cdn.modrinth.com\/data\/8BqplnPe\/images\/675ea2b97cc4779f296b18a9a99b53ef0873f498.png)<\/p>\n<p>#### \ud83c\udfc6 Premium Auto-Login<br \/>\nStreamlined experience for premium players:<\/p>\n<p>&#8220;`yaml<br \/>\nauthentication:<br \/>\n  premium-auto-login: true<br \/>\n  allow-premium-username-impersonation: false  # Security: prevent impersonation<br \/>\n&#8220;`<\/p>\n<p>**How it works:**<br \/>\n1. Premium accounts are automatically verified via Mojang API<br \/>\n2. No password or Discord verification required<br \/>\n3. Instant server access for legitimate premium players<br \/>\n4. Cracked clients cannot impersonate premium accounts<\/p>\n<p>![Premium Auto-Login](https:\/\/cdn.modrinth.com\/data\/8BqplnPe\/images\/84f7afdd2df2b2fe607e3b457fe10e1c78f91beb.gif)<\/p>\n<p>### Security Configuration<\/p>\n<p>&#8220;`yaml<br \/>\nsecurity:<br \/>\n  authentication-timeout: 300  # 5 minutes to authenticate<br \/>\n  password-attempts:<br \/>\n    max-attempts: 3<br \/>\n    lock-duration: 15  # Minutes<br \/>\n  premium:<br \/>\n    verification-timeout: 5<br \/>\n    api-url: &#8220;https:\/\/api.mojang.com\/users\/profiles\/minecraft\/&#8221;<br \/>\n&#8220;`<\/p>\n<p>### Limbo World Customization<\/p>\n<p>&#8220;`yaml<br \/>\ncustomization:<br \/>\n  limbo:<br \/>\n    dimension: &#8220;THE_END&#8221;  # OVERWORLD, NETHER, THE_END<br \/>\n    gamemode: &#8220;SPECTATOR&#8221;<br \/>\n    spawn:<br \/>\n      x: 0<br \/>\n      y: 64<br \/>\n      z: 0<br \/>\n    block-movement: true<br \/>\n&#8220;`<\/p>\n<p>## \ud83c\udfae Commands<\/p>\n<p>### Player Commands<\/p>\n<p>| Command | Description | Usage |<br \/>\n|&#8212;&#8212;&#8212;|&#8212;&#8212;&#8212;&#8212;-|&#8212;&#8212;-|<br \/>\n| `\/ra password <pass> <confirm>` | Set\/change password | `\/ra password mypass123 mypass123` |<br \/>\n| `\/ra discord <username>` | Link Discord account | `\/ra discord john_doe` |<br \/>\n| `\/ra logout` | Clear all sessions | `\/ra logout` |<br \/>\n| `\/ra session [duration]` | Set session duration | `\/ra session 30m` |<br \/>\n| `\/ra notify <on\/off>` | Toggle join notifications | `\/ra notify on` |<br \/>\n| `\/ra unlink` | Unlink Discord account | `\/ra unlink` |<br \/>\n| `\/ra info` | View account information | `\/ra info` |<\/p>\n<p>### Admin Commands<\/p>\n<p>| Command | Description | Usage |<br \/>\n|&#8212;&#8212;&#8212;|&#8212;&#8212;&#8212;&#8212;-|&#8212;&#8212;-|<br \/>\n| `\/ra reload` | Reload configuration | `\/ra reload` |<br \/>\n| `\/ra info <player>` | View player information | `\/ra info PlayerName` |<br \/>\n| `\/ra unlink <player>` | Unlink player&#8217;s Discord | `\/ra unlink PlayerName` |<br \/>\n| `\/ra block <username> <ip>` | Block username from IP | `\/ra block Griefer 192.168.1.1` |<br \/>\n| `\/ra unblock <username> <from>` | Unblock username from IP | `\/ra unblock Griefer 192.168.1.1` |<br \/>\n| `\/ra clearblocks <username>` | Clear all stored blocks for username | `\/ra clearblocks Griefer` |<br \/>\n| `\/ra setpassword <player> <new> <confirm>` | Admin set a player&#8217;s password | `\/ra setpassword PlayerName NewPass NewPass` |<br \/>\n| `\/ra resetpassword <player> [length]` | Admin reset password (temp password) | `\/ra resetpassword PlayerName 16` |<br \/>\n&#8212;<\/p>\n<p>## \ud83e\udd16 Discord Bot Integration<\/p>\n<p>### Setup Process<\/p>\n<p>1. **Create Discord Application**<br \/>\n   &#8211; Go to Discord Developer Portal<br \/>\n   &#8211; Click &#8220;New Application&#8221; and give it a name<br \/>\n   &#8211; Navigate to &#8220;Bot&#8221; section and create a bot<\/p>\n<p>2. **Configure Bot Permissions**<br \/>\n   Required permissions:<br \/>\n   &#8211; Send Messages<br \/>\n   &#8211; Use Slash Commands<br \/>\n   &#8211; Manage Roles (for linked role)<br \/>\n   &#8211; Read Message History<\/p>\n<p>3. **Invite Bot to Server**<br \/>\n   &#8220;`<br \/>\n   https:\/\/discord.com\/api\/oauth2\/authorize?client_id=YOUR_BOT_ID&#038;permissions=268435456&#038;scope=bot%20applications.commands<br \/>\n   &#8220;`<\/p>\n<p>4. **Configure in RelishAuth**<br \/>\n   &#8220;`yaml<br \/>\n   discord:<br \/>\n     bot-token: &#8220;YOUR_BOT_TOKEN&#8221;<br \/>\n     server-id: &#8220;YOUR_DISCORD_SERVER_ID&#8221;<br \/>\n     linked-role-id: &#8220;ROLE_ID_FOR_LINKED_USERS&#8221;<br \/>\n   &#8220;`<\/p>\n<p>### Discord Slash Commands<\/p>\n<p>| Command | Description | Permission |<br \/>\n|&#8212;&#8212;&#8212;|&#8212;&#8212;&#8212;&#8212;-|&#8212;&#8212;&#8212;&#8212;|<br \/>\n| `\/link` | Instructions for linking account | Everyone |<br \/>\n| `\/session [duration]` | Set session duration | Linked users |<br \/>\n| `\/notifications [toggle]` | Toggle join notifications | Linked users |<br \/>\n| `\/info [player]` | View account information | Admin |<br \/>\n| `\/kick <player>` | Kick player from server | Admin |<br \/>\n| `\/unlink <player>` | Unlink player&#8217;s account | Admin |<br \/>\n| `\/block <username> <ip>` | Block username from IP | Admin |<br \/>\n| `\/unblock <username> <from>` | Unblock username from IP | Admin |<br \/>\n| `\/clearblocks <username>` | Clear all stored blocks for username | Admin |<br \/>\n| `\/setpassword <player> <new> <confirm>` | Admin set a player&#8217;s password | Admin |<br \/>\n| `\/resetpassword <player> [length]` | Admin reset password (temp password) | Admin |<br \/>\n| `\/reload` | Reload plugin configuration | Admin |<\/p>\n<p>&#8212;<br \/>\n## \ud83d\udcde **Support &#038; Links**<\/p>\n<div align=\"center\">\n<p>![Discord](https:\/\/discord.gg\/jDr2KZcGXk)<br \/>\n![Issues](https:\/\/github.com\/iM5LB\/relishauth\/issues)<br \/>\n![GitHub](https:\/\/github.com\/im5lb\/relishauth)\n<\/p><\/div>\n<p>&#8212;<\/p>\n<div align=\"center\">\n<p>**Made with \u2764\ufe0f by M5LB**<\/p>\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>[Update: Player Skin Support + Full Premium UUID Support] \ud83d\udd10 Advanced Authentication System for Velocity Proxy Servers<\/p>\n","protected":false},"featured_media":131714,"template":"","meta":{"_minecraft_slug":"relishauth","_minecraft_project_id":"8BqplnPe","_minecraft_author":"iM5LB1","_minecraft_license":"MIT","_minecraft_downloads":159,"_minecraft_follows":3,"_minecraft_client_side":"unsupported","_minecraft_server_side":"required","_minecraft_storage_type":"zip","_minecraft_archive_name":"relishauth.zip","_minecraft_size_bytes":129764870,"_minecraft_version_count":7,"_minecraft_updated_at":"2026-05-16T13:18:21.465722Z","_minecraft_date_created":"2026-01-31T20:52:26.654457Z","_minecraft_date_modified":"2026-05-13T17:57:30.494524Z","_minecraft_project_url":"https:\/\/modrinth.com\/mod\/relishauth","_minecraft_icon_attachment_id":131714,"_minecraft_imported_at":"2026-06-07T18:25:31+00:00","_minecraft_import_hash":"09dc0e69bdb841d46f2d427d25b78095","_minecraft_versions":"","_minecraft_links":"","_minecraft_gallery":"","_minecraft_api_metadata":""},"mod_category":[126,867,123,92,985],"mod_loader":[986],"minecraft_version":[339,340,341,357,359,360,379,382,385,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,40,41,73,74,38,78,79,80,81,82,852,853,854,855,856,857,858,859,166,10,11,12,21,13,14,15,16,17,18,19,20,22,23,24,25,26,27,28,29,30,31,860,861,862,863,864,83,167,163],"class_list":["post-131713","mod","type-mod","status-publish","has-post-thumbnail","hentry","mod_category-management","mod_category-social","mod_category-technology","mod_category-utility","mod_category-velocity","mod_loader-velocity","minecraft_version-1-10","minecraft_version-1-10-1","minecraft_version-1-10-2","minecraft_version-1-11","minecraft_version-1-11-1","minecraft_version-1-11-2","minecraft_version-1-12","minecraft_version-1-12-1","minecraft_version-1-12-2","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-10","minecraft_version-1-21-11","minecraft_version-1-21-2","minecraft_version-1-21-3","minecraft_version-1-21-4","minecraft_version-1-21-5","minecraft_version-1-21-6","minecraft_version-1-21-7","minecraft_version-1-21-8","minecraft_version-1-21-9","minecraft_version-1-3-1","minecraft_version-1-3-2","minecraft_version-1-4-2","minecraft_version-1-4-4","minecraft_version-1-4-5","minecraft_version-1-4-6","minecraft_version-1-4-7","minecraft_version-1-5-1","minecraft_version-1-5-2","minecraft_version-1-6-1","minecraft_version-1-6-2","minecraft_version-1-6-4","minecraft_version-1-7-10","minecraft_version-1-7-2","minecraft_version-1-7-3","minecraft_version-1-7-4","minecraft_version-1-7-5","minecraft_version-1-7-6","minecraft_version-1-7-7","minecraft_version-1-7-8","minecraft_version-1-7-9","minecraft_version-1-8","minecraft_version-1-8-1","minecraft_version-1-8-2","minecraft_version-1-8-3","minecraft_version-1-8-4","minecraft_version-1-8-5","minecraft_version-1-8-6","minecraft_version-1-8-7","minecraft_version-1-8-8","minecraft_version-1-8-9","minecraft_version-1-9","minecraft_version-1-9-1","minecraft_version-1-9-2","minecraft_version-1-9-3","minecraft_version-1-9-4","minecraft_version-26-1","minecraft_version-26-1-1","minecraft_version-26-1-2"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.6 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>RelishAuth - 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\/relishauth\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"RelishAuth - Minecraft\" \/>\n<meta property=\"og:description\" content=\"[Update: Player Skin Support + Full Premium UUID Support] \ud83d\udd10 Advanced Authentication System for Velocity Proxy Servers\" \/>\n<meta property=\"og:url\" content=\"https:\/\/vpesports.com\/minecraft\/mods\/relishauth\/\" \/>\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=\"6 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/relishauth\\\/\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/relishauth\\\/\",\"name\":\"RelishAuth - Minecraft\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/relishauth\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/relishauth\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/relishauth-icon-b38327bc7a63dafcbd11b21c9a71d68727c883ff_96.webp\",\"datePublished\":\"2026-06-07T18:25:30+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/relishauth\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/relishauth\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/relishauth\\\/#primaryimage\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/relishauth-icon-b38327bc7a63dafcbd11b21c9a71d68727c883ff_96.webp\",\"contentUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/relishauth-icon-b38327bc7a63dafcbd11b21c9a71d68727c883ff_96.webp\",\"width\":96,\"height\":90},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/relishauth\\\/#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\":\"RelishAuth\"}]},{\"@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":"RelishAuth - 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\/relishauth\/","og_locale":"en_US","og_type":"article","og_title":"RelishAuth - Minecraft","og_description":"[Update: Player Skin Support + Full Premium UUID Support] \ud83d\udd10 Advanced Authentication System for Velocity Proxy Servers","og_url":"https:\/\/vpesports.com\/minecraft\/mods\/relishauth\/","og_site_name":"Minecraft","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"6 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/vpesports.com\/minecraft\/mods\/relishauth\/","url":"https:\/\/vpesports.com\/minecraft\/mods\/relishauth\/","name":"RelishAuth - Minecraft","isPartOf":{"@id":"https:\/\/vpesports.com\/minecraft\/#website"},"primaryImageOfPage":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/relishauth\/#primaryimage"},"image":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/relishauth\/#primaryimage"},"thumbnailUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/relishauth-icon-b38327bc7a63dafcbd11b21c9a71d68727c883ff_96.webp","datePublished":"2026-06-07T18:25:30+00:00","breadcrumb":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/relishauth\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/vpesports.com\/minecraft\/mods\/relishauth\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/vpesports.com\/minecraft\/mods\/relishauth\/#primaryimage","url":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/relishauth-icon-b38327bc7a63dafcbd11b21c9a71d68727c883ff_96.webp","contentUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/relishauth-icon-b38327bc7a63dafcbd11b21c9a71d68727c883ff_96.webp","width":96,"height":90},{"@type":"BreadcrumbList","@id":"https:\/\/vpesports.com\/minecraft\/mods\/relishauth\/#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":"RelishAuth"}]},{"@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\/131713","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\/131714"}],"wp:attachment":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media?parent=131713"}],"wp:term":[{"taxonomy":"mod_category","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_category?post=131713"},{"taxonomy":"mod_loader","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_loader?post=131713"},{"taxonomy":"minecraft_version","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/minecraft_version?post=131713"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}