Logo
MINECRAFTBIBLE
Items
Items

All game items

Blocks
Blocks

Building blocks

Mobs
Mobs

Creatures & monsters

Biomes
Biomes

World biomes

Structures
Structures

Generated structures

Recipes
Recipes

Crafting guides

Advancements
Advancements

Achievements

Loot Tables
Loot Tables

Drop rates

Tags
Tags

Item groupings

All Versions
View all data →
Capes
Cape ArchiveNEW

Browse rare Minecon capes, OptiFine capes, and custom capes from players worldwide

Browse

Player Database
Player DatabasePopular

Search any player

Skin Browser
Skin Browser

Browse & download skins

Cape Gallery
Cape GalleryNEW

Minecon & OptiFine capes

Seed Vault
Seed Vault

Curated seeds

Learn

Guides
GuidesNew

Tutorials & tips

Blog
Blog

News & updates

Community

Community Hub
Community HubHub

Posts, discussions & more

All Versions
View community →
Seed Analyzer
Seed Analyzer

World seed analysis

Loot Explorer
Loot Explorer

Drop rates

Crafting Calculator
Crafting Calculator

Material planning

Enchant Calculator
Enchant Calculator

Probability math

Redstone Lab
Redstone Lab

Signal timing

Trading Profit
Trading Profit

Villager ROI

All Versions
View all tools →
Mods
Mods

Browse all mods

Plugins
Plugins

Server plugins

Resource Packs
Resource Packs

Textures & sounds

Shaders
Shaders

Visual enhancements

Datapacks
Datapacks

World logic

Scanner
Mod Intelligence

Scan & analyze any mod

All Versions
View all mods →
Loading...
IntroductionIntroductionVersion HistoryVersion HistoryGuidesGuidesBlog & NewsBlog & News
ItemsItemsBlocksBlocksMobsMobsRecipesRecipesBiomesBiomesStructuresStructuresAdvancementsAdvancementsLoot TablesLoot TablesTagsTags
ModsModsPluginsPluginsResource PacksResource PacksShadersShadersDatapacksDatapacks

MinecraftBible

The Ultimate Wiki

Logo
MINECRAFTBIBLE

The ultimate Minecraft reference. Every item, block, mob, and recipe documented with precision.

Community

  • Skin Browser
  • Cape Gallery
  • Seed Vault
  • Blog
  • Guides

Database

  • Items
  • Blocks
  • Mobs
  • Recipes
  • Biomes
  • Structures

Tools

  • Seed Analyzer
  • Mod Intelligence
  • Crafting Calculator
  • Enchant Calculator

Mods & Packs

  • Mods
  • Plugins
  • Resource Packs
  • Shaders
  • Datapacks

Site & Legal

  • About
  • Authors
  • Editorial Policy
  • Corrections
  • Contact
  • Privacy Policy
  • Terms of Service
  • DMCA
  • Sitemap

© 2026 MinecraftBible. Not affiliated with Mojang or Microsoft.

PrivacyTermsContact
logAuth
PluginApache-2.0

logAuth

Make your server safe with logAuth - the innovative authentication plugin!

116
Downloads
0
Followers
10 months ago
Updated
📦
2
Versions
game-mechanicsmanagementutilitybukkitpaperspigot
Download Latestv2.5.6View on Modrinth

📖About logAuth

Welcome to my renewed version of logAuth!

logAuth now has a better design, faster performance and new features! All information can be found down below in the thread.

So what is logAuth now?
logAuth is, like the name says, a authentication plugin.
If you join you have to log in/register yourself with a password or you can't play at the server.

Commands are important to manage the plugin ingame without changing the config files. Here is a list of all commands and their permissions:

(All permissions are editable in the config.yml file)
[code]- /backupcode - Sends you your BackupCode

  • /logadmin - Opens the logAdmin GUI - Permission: logAuth.logAdmin
  • /login - Log in yourself with your password.
  • /register - Register yourself with your password.
  • /reset - Reset your password with your backupcode.
  • /adminreset - Reset the password of a target player - Permission: logAuth.logAdmin
  • /setnotloggedinspawn - Set the NotLoggedInSpawn location where every player gets teleport to if the option is enabled in the config. - Permission: logAuth.logAdmin[/code]

Now comes the configuration file wich is very important to change the plugin settings as you wish. Down below are the default configuration files.

Spoiler
#########################################################################
# ___                          ______               __        __            #
#/\_ \                       /\  _  \             /\ \__   /\ \         #
#\//\ \      ___      __     \ \ \L\ \    __  __  \ \ ,_\  \ \ \___     #
#  \ \ \    / __`\  /'_ `\    \ \  __ \  /\ \/\ \  \ \ \/   \ \  _ `\   #
#   \_\ \_ /\ \L\ \/\ \L\ \    \ \ \/\ \ \ \ \_\ \  \ \ \_   \ \ \ \ \  #
#   /\____\\ \____/\ \____ \    \ \_\ \_\ \ \____/   \ \__\   \ \_\ \_\ #
#   \/____/ \/___/  \/___L\ \    \/_/\/_/  \/___/     \/__/    \/_/\/_/ #
#                     /\____/                                           #
#                     \_/__/                                            #
#                                                                        #
#########################################################################

#Important information:
#All saved passwords and backupcodes are encrypted!
logAuth:
  #Prefix wooho!
  Prefix: '&7[&clog&4Auth&7] '
 
  #Permissions are essential. You can edit them as you wish.
  Permissions:
    #Permission for the logAdmin GUI and command
    logAdmin: logAuth.logAdmin

  #Password min and max lenght
  #Allows you to force the max or min lenght
  #for a password
  MinLenght: 6
  MaxLenght: 12

  #Some options
  Options:
    #You can use the language what ever you want. The default language is en-EN.
    #You can create your own language or edit all messages in the messages.yml file.
    Language: en-EN

    #If this is true, logauth will log all actions in a file
    LogLogAuthActions: true

    #If this is true, logAuth will teleport a joined player to a specific
    #NotLoggedInSpawn location.
    TeleportNotLoggedInPlayers: false

    #Change to use the min and max password lenght
    #true for use, false for not use
    UseMinPasswordLenght: true
    UseMaxPasswordLenght: true

#Do NOT change this!
Version: 1.0
Spoiler
en-EN:
  Messages:
    ResetCommandUsage: '&cUsage: /reset <BackupCode>'
    PasswordReset: '&7You reset your &epassword&7!'
    ResetKickMessage: '&7You reset your &epassword&7! Please &erejoin&7!'
    BackupCodeIncorrect: '&cThe &eBackup-Code &cyou''ve entered is &4incorrect&c!'
    RegisterCommandUsage: '&cUsage: /register <Password>'
    AlreadyRegistered: '&cYou are alrady registered!'
    PasswordToSmall: '&cThe password you''ve entered is to &4small&c!'
    PasswordToLong: '&cThe password you''ve entered is to &4long&c!'
    LoginUsage: '&cUsage: /login <Password>'
    NotRegistered: '&cYou are not registererd!'
    PasswordIsCorrect: '&7You''ve entered the &acorrect &epassword&7!'
    PasswordIsIncorrect: '&cThe password you''ve entered is &4incorrect&c!'
    BackupCodeCommandUsage: '&cUsage: /backupcode'
    LoginReminder: '&cYou have to login &eyourself &cby using &e/login <Password>&c.
      You have &e30 Seconds &cto do this!'
    RegisterReminder: '&cYou have to register &eyourself &cby using &e/register <Password>&c.
      You have &e30 Seconds &cto do this!'
    AdminresetUsage: '&cUsage: /adminreset <Player>'
    UserReset: '&7You &asuccessfully &7reset the &epassword&7!'
    UserNotRegistered: '&cThis user is &4not &cregistered!'
    NoPermission: '&cYou have no permissions to perform this command!'
    AllReset: '&7You reset &call &epasswords&7!'
    OpenMenu: '&7You opened the &elogAdmin-Menu&7!'
    KickMessage: '&7You got kicked because you take too much time!'
    SetNotLoggedInSpawnCommandUsage: '&cUsage: /setnotloggedinspawn'
    NotLoggedInSpawnNotSet: '&cThe &eNotLoggedInSpawn &clocation was &4not &cfound!
      Please contact the server administrator to solve this problem!'

Here is a full list of all features the plugin contain at the moment:

Encryption of backupcodes and passwords
Editable messages (About 85%)
Ingame managing GUI
Register and log in system
NotLoggedInSpawn system wich teleports a player who hasn't logged in to a specific location and after he logged in to his last location.
A log that saves all important actions
A filter for all logAuth messages in console to provide more security
1.20+ support
Plugin compatibility check
Fancy way to show errors in console

(The plugin icon and the icon in the titles was made by Smashicons from Flaticon.com)

👥 Team & Contributors

FreshMcNugget
FreshMcNuggetOwner

⚙️ Compatibility

Environment
🖥️ Server-side
Loaders
bukkitpaperspigot
Minecraft Versions
1.161.16.11.16.21.16.31.16.41.16.51.171.17.1+23 more

🔗 Links

Modrinth Page