Documentation
[HR][/HR]
Installation
- Stop your Velocity proxy.
- Place the INXTRA Velocity plugin JAR inside your
folder.
- Start the proxy once to generate configuration files.
- Stop the proxy again.
- Edit the generated
Code (Text):
config.properties
file.
- Start the proxy.
- Install the INXTRA Fabric Mod from:
https://inxtra.in/softwares
[HR][/HR]
⚙️ Basic Configuration
Example configuration:
Code (Text):
# Authentication
auth.enabled=true
# Cheat Detection
cheat.detection.enabled=true
# Bypass Users
bypass.igns=Admin,Owner
# Globally Allowed Mods
globally.allowed.mods=sodium,iris
# Per Player Exceptions
ign.mod.exceptions.Admin=meteor-client
[HR][/HR]
Authentication System
INXTRA uses secure session-based authentication.
When an offline player joins:
- The plugin verifies the player's INXTRA session.
- Device authorization is validated.
- Session tokens are checked.
- Identity verification is performed.
- The player is authenticated automatically.
Unlike traditional systems, players never need:
- /login
- /register
- Password commands
- Authentication lobbies
[HR][/HR]
Premium Profile Injection
After successful authentication, INXTRA can provide:
- Stable player UUIDs
- Custom skins
- Profile synchronization
- Premium-like identity handling
This helps maintain a consistent player identity across the network.
[HR][/HR]
⚔️ Cheat Detection Configuration
Enable or Disable Detection
Code (Text):
cheat.detection.enabled=true
Setting this to
disables all mod enforcement.
[HR][/HR]
Global IGN Bypass
Allow trusted staff members to bypass all mod checks.
Code (Text):
bypass.igns=Owner,Admin,Developer
Usernames are matched case-insensitively.
[HR][/HR]
Global Mod Whitelist
Allow specific mods for every player.
Code (Text):
globally.allowed.mods=sodium,iris,optifabric
Useful for performance and quality-of-life mods.
[HR][/HR]
Per-Player Mod Exceptions
Allow specific mods for specific users.
Code (Text):
ign.mod.exceptions.Owner=meteor-client
ign.mod.exceptions.Admin=wurst
Only the listed player receives the exception.
[HR][/HR]
Mod Validation Priority
When a player connects, checks occur in the following order:
- Is cheat detection disabled?
- Is the player in the bypass list?
- Is the mod globally allowed?
- Is the mod allowed for this specific player?
- Is the mod banned?
If the answer to the final check is yes, the player is denied access.
[HR][/HR]
Common Configuration Examples
Disable Mod Detection Completely
Code (Text):
cheat.detection.enabled=false
Allow Sodium for Everyone
Code (Text):
globally.allowed.mods=sodium
Allow Meteor Client for Staff Only
Code (Text):
ign.mod.exceptions.Staff=meteor-client
Completely Bypass Administrators
Code (Text):
bypass.igns=Owner,Admin
[HR][/HR]
❓ Frequently Asked Questions
Do premium players need the INXTRA mod?
No. Premium players can join normally.
Do offline players need the INXTRA mod?
Yes. Offline authentication requires the INXTRA client.
Does INXTRA replace AuthMe?
Yes. INXTRA is designed to eliminate the need for AuthMe-style password authentication.
Can I disable cheat detection?
Yes, using:
Code (Text):
cheat.detection.enabled=false
Can I whitelist specific mods?
Yes, using:
Code (Text):
globally.allowed.mods=
or
Code (Text):
ign.mod.exceptions.
Is every login verified?
Yes. Authentication and mod validation are performed on every connection attempt.
[HR][/HR]
Support
Website:
[https://inxtra.in(
https://inxtra.in[/URL)]
Downloads:
https://inxtra.in/softwares
Discord:
https://discord.com/invite/UUaNzfZyc6
Need help?
Open a support ticket in our Discord server and our team will assist you.