RelishAuth

โญ โ€” (5 endorsements) ๐Ÿ“ฅ 399 downloads ๐Ÿ“Œ v1.1.2 ๐Ÿ“… 1/31/2026
๐ŸŸก Updated this year

By iM5LB1 ยท management

โฌ‡ Download Mod Source: Modrinth โ†— ๐Ÿ“… Updated: 8/6/2026 ๐Ÿ“… Created: 1/31/2026

๐Ÿ” Analysis

  • ๐Ÿ† #144 of 171 management mods in this game by downloads

๐Ÿ“‹ About This Mod

**Advanced Authentication System for Velocity Proxy Servers ๐Ÿ”** <div align="center"> !(https://cdn.modrinth.com/data/cached_images/fc12d02a41dd8c2bb482e33b024ea2ecee029f1d_0.webp) *Secure your Velocity network with advanced authentication, Discord integration, and premium account support* </div> ## ๐ŸŒŸ Features ### ๐Ÿ” **Multi-Method Authentication** - **Password Authentication**: Traditional secure password system with Argon2 hashing - **Discord Integration**: Link Discord accounts for seamless authentication - **Premium Auto-Login**: Automatic authentication for premium Minecraft accounts - **Hybrid Mode**: Combine password + Discord for maximum security ### ๐Ÿ›ก๏ธ **Advanced Security** - **Session Management**: Configurable session durations (0-1 hour) - **IP Validation**: Optional IP-based session validation - **Rate Limiting**: Protection against brute force attacks - **Premium Verification**: Real-time Mojang API validation - **Bedrock Support**: Compatible with Floodgate for cross-platform play ### ๐Ÿค– **Discord Bot Integration** - **Real-time Verification**: Instant Discord DM verification - **Join Notifications**: Security alerts when someone joins with your account - **Account Management**: Change passwords, manage sessions via Discord - **Admin Commands**: Full server management through Discord slash commands - **Rich Embeds**: Beautiful, informative Discord messages ### ๐ŸŒ **Multi-Language Support** - **English** and **Arabic** language packs included - **Customizable Messages**: Full message customization support ### ๐Ÿ’พ **Flexible Database Support** - **SQLite**: Zero-configuration local database (default) - **MySQL/MariaDB**: Network database support for multi-server setups - **PostgreSQL**: Enterprise-grade database with advanced features - **Connection Pooling**: High-performance HikariCP integration --- ## ๐Ÿ“ธ Screenshots ### Discord Integration !(https://cdn.modrinth.com/data/8BqplnPe/images/675ea2b97cc4779f296b18a9a99b53ef0873f498.png) *Seamless Discord verification with interactive buttons* ### Admin Dashboard !(https://cdn.modrinth.com/data/8BqplnPe/images/b5c48e8bfb565f8249bdf5f7899b9053dee89437_350.webp) *Powerful admin tools accessible through Discord slash commands* ### Security Notifications !(https://cdn.modrinth.com/data/8BqplnPe/images/a72bcd22b40d6872158b43b3944323d25bee506c_350.webp) *Real-time security notifications keep your account safe* ### Optimized Limbo world !(https://cdn.modrinth.com/data/8BqplnPe/images/7256b19ae90fd624265c0c7b315913d905027b65_350.webp) --- ## ๐Ÿš€ Installation ### Prerequisites - **Velocity Proxy** 3.4.0 or higher - **Java** 21 or higher - **LimboAPI** plugin (required dependency) - **Discord Bot** (optional, for Discord features) ### Step 1: Download and Install 1. Download plugin JAR file 2. Place the JAR file in your Velocity `plugins/` folder 3. Install (https://github.com/Elytrium/LimboAPI) Place it in the same folder 4. Restart your Velocity proxy ### Step 2: Initial Configuration 1. Navigate to `plugins/relishauth/` 2. Edit `config.yml` to configure your authentication method 3. Set up your database connection 4. Configure Discord bot (optional but recommended) ### Step 3: Discord Bot Setup (Optional) 1. Create a Discord application at (https://discord.com/developers/applications) 2. Create a bot and copy the token 3. Add the token to your `config.yml` 4. Invite the bot to your Discord server with appropriate permissions --- ## โš™๏ธ Configuration ### Basic Configuration ```yaml # Choose your authentication method authentication: method: "password" # Options: password, discord premium-auto-login: true allow-bedrock-players: true # Session management session: duration: "5m" # Options: 0, 1m, 5m, 15m, 30m, 1h allow-different-locations: true # Database setup database: type: "sqlite" # Options: sqlite, mysql, mariadb, postgresql sqlite: path: "data.db" ``` ### Authentication Methods #### ๐Ÿ”‘ Password Authentication Perfect for traditional servers wanting secure password-based auth: ```yaml authentication: method: "password" password: min-length: 6 max-length: 32 hashing: "argon2" # Secure password hashing ``` **How it works:** 1. New players create a password when first joining 2. Returning players enter their password to authenticate 3. Sessions are saved based on configured duration 4. Optional Discord linking for additional features !(https://cdn.modrinth.com/data/8BqplnPe/images/482f84bec2457504c15d6740797fb288cca91ba3_350.webp) #### ๐Ÿ’ฌ Discord Authentication Ideal for Discord-centric communities: ```yaml authentication: method: "discord" discord: bot-token: "YOUR_BOT_TOKEN" # You can set a single guild ID: # server-id: "YOUR_DISCORD_SERVER_ID" # Or multiple guild IDs: # server-id: server-id:

Advanced Authentication System for Velocity Proxy Servers ๐Ÿ”

!(https://cdn.modrinth.com/data/cached_images/fc12d02a41dd8c2bb482e33b024ea2ecee029f1d_0.webp)

Secure your Velocity network with advanced authentication, Discord integration, and premium account support

## ๐ŸŒŸ Features

### ๐Ÿ” Multi-Method Authentication - Password Authentication: Traditional secure password system with Argon2 hashing - Discord Integration: Link Discord accounts for seamless authentication - Premium Auto-Login: Automatic authentication for premium Minecraft accounts - Hybrid Mode: Combine password + Discord for maximum security

### ๐Ÿ›ก๏ธ Advanced Security - Session Management: Configurable session durations (0-1 hour) - IP Validation: Optional IP-based session validation - Rate Limiting: Protection against brute force attacks - Premium Verification: Real-time Mojang API validation - Bedrock Support: Compatible with Floodgate for cross-platform play

### ๐Ÿค– Discord Bot Integration - Real-time Verification: Instant Discord DM verification - Join Notifications: Security alerts when someone joins with your account - Account Management: Change passwords, manage sessions via Discord - Admin Commands: Full server management through Discord slash commands - Rich Embeds: Beautiful, informative Discord messages

### ๐ŸŒ Multi-Language Support - English and Arabic language packs included - Customizable Messages: Full message customization support

### ๐Ÿ’พ Flexible Database Support - SQLite: Zero-configuration local database (default) - MySQL/MariaDB: Network database support for multi-server setups - PostgreSQL: Enterprise-grade database with advanced features - Connection Pooling: High-performance HikariCP integration

## ๐Ÿ“ธ Screenshots ### Discord Integration !(https://cdn.modrinth.com/data/8BqplnPe/images/675ea2b97cc4779f296b18a9a99b53ef0873f498.png)

Seamless Discord verification with interactive buttons

### Admin Dashboard !(https://cdn.modrinth.com/data/8BqplnPe/images/b5c48e8bfb565f8249bdf5f7899b9053dee89437_350.webp)

Powerful admin tools accessible through Discord slash commands

### Security Notifications !(https://cdn.modrinth.com/data/8BqplnPe/images/a72bcd22b40d6872158b43b3944323d25bee506c_350.webp)

Real-time security notifications keep your account safe

### Optimized Limbo world !(https://cdn.modrinth.com/data/8BqplnPe/images/7256b19ae90fd624265c0c7b315913d905027b65_350.webp)

## ๐Ÿš€ Installation

### Prerequisites - Velocity Proxy 3. 4. 0 or higher - Java 21 or higher - LimboAPI plugin (required dependency) - Discord Bot (optional, for Discord features)

### Step 1: Download and Install 1. Download plugin JAR file 2. Place the JAR file in your Velocity `plugins/` folder 3. Install (https://github.com/Elytrium/LimboAPI) Place it in the same folder 4. Restart your Velocity proxy

### Step 2: Initial Configuration 1. Navigate to `plugins/relishauth/` 2. Edit `config.yml` to configure your authentication method 3. Set up your database connection 4. Configure Discord bot (optional but recommended)

### Step 3: Discord Bot Setup (Optional) 1. Create a Discord application at (https://discord.com/developers/applications) 2. Create a bot and copy the token 3. Add the token to your `config.yml` 4. Invite the bot to your Discord server with appropriate permissions

## โš™๏ธ Configuration

### Basic Configuration

```yaml # Choose your authentication method authentication: method: "password" # Options: password, discord premium-auto-login: true allow-bedrock-players: true

# Session management session: duration: "5m" # Options: 0, 1m, 5m, 15m, 30m, 1h allow-different-locations: true

# Database setup database: type: "sqlite" # Options: sqlite, mysql, mariadb, postgresql sqlite: path: "data.db" ```

### Authentication Methods

#### ๐Ÿ”‘ Password Authentication Perfect for traditional servers wanting secure password-based auth:

```yaml authentication: method: "password" password: min-length: 6 max-length: 32 hashing: "argon2" # Secure password hashing ```

How it works: 1. New players create a password when first joining 2. Returning players enter their password to authenticate 3. Sessions are saved based on configured duration 4. Optional Discord linking for additional features

!(https://cdn.modrinth.com/data/8BqplnPe/images/482f84bec2457504c15d6740797fb288cca91ba3_350.webp)

#### ๐Ÿ’ฌ Discord Authentication Ideal for Discord-centric communities:

```yaml authentication: method: "discord" discord: bot-token: "YOUR_BOT_TOKEN" # You can set a single guild ID: # server-id: "YOUR_DISCORD_SERVER_ID" # Or multiple guild IDs: # server-id: ["GUILD_ID_1", "GUILD_ID_2"] server-id:

๐Ÿค– AI-enhanced โ€” based on mod data

๐Ÿ“Š Mod Details

Game
Minecraft Plugins
Author
iM5LB1
Version
1.1.2
Downloads
399
Endorsements
5
Category
management
Created
1/31/2026
Updated
8/6/2026
Game Versions
1.8, 1.8.1, 1.8.2, 1.8.3, 1.8.4
Tags
management, technology, utility

๐Ÿ”ง How to Install Minecraft Plugins Mods

Download from Modrinth. Use Prism Launcher or drop into your mods folder.

๐Ÿ“– Full step-by-step install guide for Minecraft Plugins โ†’

Visit the official mod page for specific installation instructions for this mod.

๐ŸŽฎ Need cheat codes or console commands? Check ur gaming wiki for Minecraft Plugins commands, item IDs, and more.

โ“ Frequently Asked Questions

Which Minecraft Plugins versions does RelishAuth support?

The author lists 1.8, 1.8.1, 1.8.2, 1.8.3, 1.8.4, 1.8.5. Other versions may work but are untested by the author.

What is the latest version of RelishAuth?

Version 1.1.2, published 2026-08-06 with 399 downloads recorded at the source.

Keep browsing โ€” more Minecraft Plugins mods await

๐Ÿ“‹ All Minecraft Plugins Mods ๐Ÿ† Top 25 ๐Ÿ“‚ More management ๐Ÿ‘ค More by iM5LB1 ๐Ÿ”Ž Similar Mods ๐ŸŒ Best management (All Games) ๐Ÿ”€ Check Compatibility โš–๏ธ Compare Mods ๐Ÿ†• New Mods