Skip to content

Commands & Permissions

realpeyaj edited this page Jul 8, 2026 · 3 revisions

Commands & Permissions

This page lists all commands and permission nodes available in peyajAuth.

Player Commands

These permissions are assigned to all players by default so they can register and authenticate on join.

/register <password> <confirm>

  • Alias: /reg
  • Description: Creates a new user profile using a password or numeric PIN.
  • Permission: peyajauth.register (Default: true)

/login <password>

  • Alias: /l
  • Description: Logs a player into their account.
  • Permission: peyajauth.login (Default: true)

/logout

  • Description: Logs a player out, locking their active session.
  • Permission: peyajauth.logout (Default: true)

/changepassword <old> <new>

  • Description: Modifies a player's credentials.
  • Permission: peyajauth.changepassword (Default: true)

Administrative Commands

These permissions are restricted to Server Operators (OPs) by default.

/auth reload

  • Description: Reloads configuration files and localization values.
  • Permission: peyajauth.reload (Default: op)

/auth force <player>

  • Description: Forced administrative session overrides.
  • Permission: peyajauth.force (Default: op)

/auth unregister <player>

  • Description: Deletes a player profile from the database.
  • Permission: peyajauth.unregister (Default: op)

/auth premium <player>

  • Description: Changes a player's registration authentication mode to premium (online-mode UUID bypass).
  • Permission: peyajauth.force (Default: op)

/auth cracked <player>

  • Description: Changes a player's registration authentication mode to cracked (offline-mode password entry).
  • Permission: peyajauth.force (Default: op)

/auth info <player>

  • Description: Displays metadata (UUID, registration date, IP address, and Premium mode status) for a player account.
  • Permission: peyajauth.info (Default: op)

/auth gui

  • Description: Opens the interactive, multi-page chest GUI for administrative management of all registered server accounts.
  • Permission: peyajauth.admin (Default: op)

Clone this wiki locally