AuthX icon

AuthX -----

Advanced, maintained and customisable auth system. Planning on adding SMTP.



Configuration File
The config is designed to be easy and straight-forward. Here's the default config.

Code (YAML):

# Made by Robert.
# https://villagerboy.xyz

# Check out SodiumNodes for some cheap servers!
# https://sodiumnodes.org
# https://en.sodiumnodes.org
#
# Configuration
settings
:
  provider
: yaml # This can be YAML or MySQL. Can be uppercase or lowercase.
  verification
:
    enabled
: true
  language
: en # Currently available translations: en (British English), it (Italian)
  messages
:
    send-message-on-move
: true # If this option is enabled, every time the player tries to move, it'll show the authentication messages.
  limit-attempts
: # Limit the number of attempts the player has before getting kicked?
    enabled
: true # Set if it's enabled
    max-attempts
: 3 # Sets the maximum number of failed attempts in typing the password.
  database
: # Database details. Only useful if your provider is MySQL.
    host
: "127.0.0.1"
    username
: root
    password
: "QWERTYUIOp13"
    database
: "test"
    port
: 3306
  login-timeout
: # In seconds, how much time does the player have to log in?
    enabled
: true #...DUH!
    timeout
: 30 # in seconds
 
Resource Information
Author:
----------
Total Downloads: 54
First Release: Aug 15, 2025
Last Update: Aug 20, 2025
Category: ---------------
All-Time Rating:
0 ratings
Version -----
Released: --------------------
Downloads: ------
Version Rating:
----------------------
-- ratings