{"id":139855,"date":"2026-06-08T10:01:15","date_gmt":"2026-06-08T07:01:15","guid":{"rendered":"https:\/\/vpesports.com\/minecraft\/mods\/simple-auth\/"},"modified":"2026-06-08T10:01:15","modified_gmt":"2026-06-08T07:01:15","slug":"simple-auth","status":"publish","type":"mod","link":"https:\/\/vpesports.com\/minecraft\/mods\/simple-auth\/","title":{"rendered":"SimpleAuth"},"content":{"rendered":"<div align=\"center\">\n<p># \ud83d\udd10 SimpleAuth \ud83d\udd10<\/p>\n<p>**Minimal Authentication System for Paper 26.1 and 1.21+**<\/p>\n<p>![Paper 1.21+](https:\/\/papermc.io\/)<br \/>\n![Paper 26.1+](https:\/\/papermc.io\/)<br \/>\n![Java 21+](https:\/\/www.oracle.com\/java\/)<\/p>\n<p>*Basic login\/register system designed for small servers*<\/p>\n<p>&#8212;<\/p>\n<p><iframe loading=\"lazy\" width=\"560\" height=\"315\" src=\"https:\/\/www.youtube-nocookie.com\/embed\/19RrbVzIM4I\" title=\"YouTube video player\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" allowfullscreen><\/iframe><\/p>\n<p>&#8212;<\/p>\n<\/div>\n<p>## \u2728 Features<\/p>\n<p>### \ud83d\udeaa **Simple Authentication**<br \/>\n&#8211; **Registration**: Players register on first join with `\/register <password> <repeat>`<br \/>\n&#8211; **Login**: Required on every join &#8211; no IP sessions<br \/>\n&#8211; **Password Management**: Change password with `\/changepassword`<br \/>\n&#8211; **Plain Text Storage**: YAML-based data storage for simplicity<\/p>\n<p>### \ud83c\udfaf **Player Restrictions (Pre-Auth)**<br \/>\n&#8211; **Frozen Movement**: Players cannot move until authenticated<br \/>\n&#8211; **Blindness Effect**: Cannot see while unauthenticated<br \/>\n&#8211; **Blocked Interactions**: No blocks, entities, items, or commands<br \/>\n&#8211; **Chat Disabled**: Cannot write in chat<br \/>\n&#8211; **Applies to All**: Even OPs must authenticate<\/p>\n<p>### \u23f1\ufe0f **Auto-Kick System**<br \/>\n&#8211; **Configurable Delay**: Set timeout in seconds<br \/>\n&#8211; **Enable\/Disable**: Toggle auto-kick on\/off<br \/>\n&#8211; **Custom Message**: Personalize the kick message<br \/>\n&#8211; **Default**: 60 seconds before removal<\/p>\n<p>### \ud83d\udcac **Smart Reminders**<br \/>\n&#8211; **Periodic Messages**: Regular chat reminders<br \/>\n&#8211; **Context-Aware**: Different messages for registered vs unregistered<br \/>\n&#8211; **Customizable Interval**: Set reminder frequency in config<br \/>\n&#8211; **Auto-Cancel**: Stops after successful authentication<\/p>\n<p>### \ud83d\udc51 **Admin Features**<br \/>\n&#8211; **One-Time Bypass**: `\/sa onetimeforce <player>` for special cases<br \/>\n&#8211; **Permission System**: `simpleauth.admin` permission<br \/>\n&#8211; **OP Enforcement**: OPs are NOT exempt from authentication<br \/>\n&#8211; **Help Command**: `\/sa help` for documentation<\/p>\n<p>### \u2699\ufe0f **Fully Configurable**<br \/>\n&#8211; **All Messages**: Every message customizable with color codes<br \/>\n&#8211; **Password Rules**:<br \/>\n  &#8211; Minimum\/maximum length<br \/>\n  &#8211; Forbidden password list<br \/>\n  &#8211; Custom validation<br \/>\n&#8211; **Command Control**: Enable\/disable specific commands<br \/>\n&#8211; **Whitelist**: Players who bypass authentication<br \/>\n&#8211; **Color Codes**: Full support for `&#038;` color formatting<\/p>\n<p>&#8212;<\/p>\n<p>## \ud83d\udce6 Installation<\/p>\n<p>1. **Download** the latest `SimpleAuth.jar`<br \/>\n2. **Place** in your server&#8217;s `plugins\/` folder<br \/>\n3. **Start** your server (generates default config)<br \/>\n4. **(Optional) Customize** `plugins\/SimpleAuth\/config.yml`<br \/>\n5. **Restart** or use `\/reload confirm`<\/p>\n<p>&#8212;<\/p>\n<p>## \ud83c\udfae Usage<\/p>\n<p>### Player Commands<\/p>\n<p>&#8220;`<br \/>\n\/register <password> <repeat_password><br \/>\n  \u2514\u2500 Create your account (first join)<\/p>\n<p>\/login <password>\n  \u2514\u2500 Authenticate (every subsequent join)<\/p>\n<p>\/changepassword <old_password> <new_password> <repeat><br \/>\n  \u2514\u2500 Change your password when logged in<br \/>\n&#8220;`<\/p>\n<p>### Admin Commands<\/p>\n<p>&#8220;`<br \/>\n\/sa onetimeforce <player_name>\n  \u2514\u2500 Allow a player to join once without authentication<br \/>\n  \u2514\u2500 Requires: simpleauth.admin permission<\/p>\n<p>\/sa help<br \/>\n  \u2514\u2500 Show admin help menu<br \/>\n&#8220;`<\/p>\n<p>### Tab Completion<br \/>\n\u2705 Full tab completion on all commands<\/p>\n<p>&#8212;<\/p>\n<p>## \u26a0\ufe0f Important Notice<\/p>\n<p>**This plugin stores passwords in PLAIN TEXT by design.** It intentionally does NOT encrypt or hash passwords. This is for simplicity only and is suitable for:<\/p>\n<p>\u2705 Private servers with trusted friends<\/p>\n<p>\u2705 Development and testing<\/p>\n<p>\u2705 Small community servers with trusted admins<\/p>\n<p>\u274c **The plugin creator is not responsible for any data leaks**<\/p>\n<p>&#8212;<\/p>\n<p>## \ud83d\udd12 How It Works<\/p>\n<p>### Data Storage<\/p>\n<p>Passwords stored in `plugins\/SimpleAuth\/passwords.yml`:<\/p>\n<p>&#8220;`yaml<br \/>\n550e8400-e29b-41d4-a716-446655440000:<br \/>\n  uuid: &#8220;550e8400-e29b-41d4-a716-446655440000&#8221;<br \/>\n  nickname: &#8220;Steve&#8221;<br \/>\n  password: &#8220;MyPassword123&#8221;<br \/>\n&#8220;`<\/p>\n<p>&#8212;<\/p>\n<p>## \ud83d\udccb Configuration<\/p>\n<p>### Password Requirements<\/p>\n<p>&#8220;`yaml<br \/>\npassword:<br \/>\n  min-length: 4              # Minimum 4 characters<br \/>\n  max-length: 32             # Maximum 32 characters<br \/>\n  forbidden-passwords:<br \/>\n    &#8211; &#8220;123&#8221;<br \/>\n    &#8211; &#8220;password&#8221;<br \/>\n    &#8211; &#8220;qwerty&#8221;<br \/>\n    &#8211; &#8220;admin&#8221;<br \/>\n&#8220;`<\/p>\n<p>### Auto-Kick Settings<\/p>\n<p>&#8220;`yaml<br \/>\nauto-kick:<br \/>\n  enabled: true              # Enable auto-kick<br \/>\n  delay: 60                  # Seconds before kick<br \/>\n  message: &#8220;&#038;cToo slow!&#8221;<br \/>\n&#8220;`<\/p>\n<p>### Reminders<\/p>\n<p>&#8220;`yaml<br \/>\nreminders:<br \/>\n  interval: 10               # Seconds between reminders<br \/>\n  not-registered: &#8220;&#038;eRegister with \/register!&#8221;<br \/>\n  not-logged-in: &#8220;&#038;eLogin with \/login!&#8221;<br \/>\n&#8220;`<\/p>\n<p>&#8212;<\/p>\n<p>## \ud83c\udfa8 Color Code Support<\/p>\n<p>**Standard Colors:**<br \/>\n&#8211; `&#038;0` &#8211; Black<br \/>\n&#8211; `&#038;c` &#8211; Red<br \/>\n&#8211; `&#038;a` &#8211; Green<br \/>\n&#8211; `&#038;6` &#8211; Gold<br \/>\n&#8211; `&#038;e` &#8211; Yellow<\/p>\n<p>**Effects:**<br \/>\n&#8211; `&#038;l` &#8211; Bold<br \/>\n&#8211; `&#038;m` &#8211; Strikethrough<br \/>\n&#8211; `&#038;n` &#8211; Underline<br \/>\n&#8211; `&#038;o` &#8211; Italic<br \/>\n&#8211; `&#038;r` &#8211; Reset<\/p>\n<p>**Example:**<br \/>\n&#8220;`yaml<br \/>\nprefix: &#8220;&#038;8[&#038;6SimpleAuth&#038;8]&#038;r&#8221;<br \/>\nmessage: &#8220;&#038;aWelcome &#038;l&#038;e%player%&#038;r&#038;a!&#8221;<br \/>\n&#8220;`<\/p>\n<p>&#8212;<\/p>\n<p>## \ud83d\udcca Version Compatibility<\/p>\n<p>| Version | Status |<br \/>\n|&#8212;&#8212;&#8212;|&#8212;&#8212;&#8211;|<br \/>\n| 26.1+ | \u2705 Compatible |<br \/>\n| 1.21+ | \u2705 Compatible |<br \/>\n| 1.20+ | \u2705 Likely Compatible |<br \/>\n| 1.19 and below | \u26a0\ufe0f You need to test|<\/p>\n<p>&#8212;<\/p>\n<p>## \u2699\ufe0f Permissions<\/p>\n<p>| Permission | Description | Default |<br \/>\n|&#8212;&#8212;&#8212;&#8212;|&#8212;&#8212;&#8212;&#8212;-|&#8212;&#8212;&#8212;|<br \/>\n| `simpleauth.admin` | Admin commands | op |<\/p>\n<p>&#8212;<\/p>\n<p>## Support<\/p>\n<p>&#8211;  contact me on discord nickname: **we_rt**, only with important bug related things<\/p>\n<p>&#8212;<\/p>\n<p>## \ud83c\udf1f License<\/p>\n<p>The source code is not publicly available, but if you want to edit something in the plugin for your own needs, update the plugin to a new version or anything else, contact me on discord nickname: we_rt and we will definitely come to an agreement<\/p>\n<p>&#8212;<\/p>\n<div align=\"center\">\n<p>**Made with \u2764\ufe0f for the Minecraft community**<\/p>\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>SimpleAuth is a minimal authentication plugin that provides basic login\/register functionality. Players must authenticate on every join with plain text passwords stored in YAML files.<\/p>\n","protected":false},"featured_media":139856,"template":"","meta":{"_minecraft_slug":"simple-auth","_minecraft_project_id":"1agwkeY1","_minecraft_author":"wertPL","_minecraft_license":"LicenseRef-All-Rights-Reserved","_minecraft_downloads":288,"_minecraft_follows":1,"_minecraft_client_side":"unsupported","_minecraft_server_side":"required","_minecraft_storage_type":"zip","_minecraft_archive_name":"simple-auth.zip","_minecraft_size_bytes":96342,"_minecraft_version_count":2,"_minecraft_updated_at":"2026-05-16T11:49:30.791699Z","_minecraft_date_created":"2026-02-16T22:29:53.503492Z","_minecraft_date_modified":"2026-04-16T13:03:17.288901Z","_minecraft_project_url":"https:\/\/modrinth.com\/mod\/simple-auth","_minecraft_icon_attachment_id":139856,"_minecraft_imported_at":"2026-06-08T07:01:15+00:00","_minecraft_import_hash":"799fad71c74a8bfd7fbe40405b28c75f","_minecraft_versions":"","_minecraft_links":"","_minecraft_gallery":"","_minecraft_api_metadata":""},"mod_category":[124,89,126,90,127,128,867,129,91,123,92],"mod_loader":[130,132,133,134],"minecraft_version":[59,36,60,93,94,101,102,62,37,40,41,73,74,38,78,79,80,81,82,83,167,163],"class_list":["post-139855","mod","type-mod","status-publish","has-post-thumbnail","hentry","mod_category-bukkit","mod_category-game-mechanics","mod_category-management","mod_category-optimization","mod_category-paper","mod_category-purpur","mod_category-social","mod_category-spigot","mod_category-storage","mod_category-technology","mod_category-utility","mod_loader-bukkit","mod_loader-paper","mod_loader-purpur","mod_loader-spigot","minecraft_version-1-20","minecraft_version-1-20-1","minecraft_version-1-20-2","minecraft_version-1-20-3","minecraft_version-1-20-4","minecraft_version-1-20-5","minecraft_version-1-20-6","minecraft_version-1-21","minecraft_version-1-21-1","minecraft_version-1-21-10","minecraft_version-1-21-11","minecraft_version-1-21-2","minecraft_version-1-21-3","minecraft_version-1-21-4","minecraft_version-1-21-5","minecraft_version-1-21-6","minecraft_version-1-21-7","minecraft_version-1-21-8","minecraft_version-1-21-9","minecraft_version-26-1","minecraft_version-26-1-1","minecraft_version-26-1-2"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.6 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>SimpleAuth - Minecraft<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/vpesports.com\/minecraft\/mods\/simple-auth\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"SimpleAuth - Minecraft\" \/>\n<meta property=\"og:description\" content=\"SimpleAuth is a minimal authentication plugin that provides basic login\/register functionality. Players must authenticate on every join with plain text passwords stored in YAML files.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/vpesports.com\/minecraft\/mods\/simple-auth\/\" \/>\n<meta property=\"og:site_name\" content=\"Minecraft\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/simple-auth\\\/\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/simple-auth\\\/\",\"name\":\"SimpleAuth - Minecraft\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/simple-auth\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/simple-auth\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/simple-auth-icon-2726883680c174a1071eab74d2ecb957236f120b_96.webp\",\"datePublished\":\"2026-06-08T07:01:15+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/simple-auth\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/simple-auth\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/simple-auth\\\/#primaryimage\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/simple-auth-icon-2726883680c174a1071eab74d2ecb957236f120b_96.webp\",\"contentUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/simple-auth-icon-2726883680c174a1071eab74d2ecb957236f120b_96.webp\",\"width\":96,\"height\":96},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/simple-auth\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Mods\",\"item\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"SimpleAuth\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/\",\"name\":\"Minecraft\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"SimpleAuth - Minecraft","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/vpesports.com\/minecraft\/mods\/simple-auth\/","og_locale":"en_US","og_type":"article","og_title":"SimpleAuth - Minecraft","og_description":"SimpleAuth is a minimal authentication plugin that provides basic login\/register functionality. Players must authenticate on every join with plain text passwords stored in YAML files.","og_url":"https:\/\/vpesports.com\/minecraft\/mods\/simple-auth\/","og_site_name":"Minecraft","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/vpesports.com\/minecraft\/mods\/simple-auth\/","url":"https:\/\/vpesports.com\/minecraft\/mods\/simple-auth\/","name":"SimpleAuth - Minecraft","isPartOf":{"@id":"https:\/\/vpesports.com\/minecraft\/#website"},"primaryImageOfPage":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/simple-auth\/#primaryimage"},"image":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/simple-auth\/#primaryimage"},"thumbnailUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/simple-auth-icon-2726883680c174a1071eab74d2ecb957236f120b_96.webp","datePublished":"2026-06-08T07:01:15+00:00","breadcrumb":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/simple-auth\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/vpesports.com\/minecraft\/mods\/simple-auth\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/vpesports.com\/minecraft\/mods\/simple-auth\/#primaryimage","url":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/simple-auth-icon-2726883680c174a1071eab74d2ecb957236f120b_96.webp","contentUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/simple-auth-icon-2726883680c174a1071eab74d2ecb957236f120b_96.webp","width":96,"height":96},{"@type":"BreadcrumbList","@id":"https:\/\/vpesports.com\/minecraft\/mods\/simple-auth\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/vpesports.com\/minecraft\/"},{"@type":"ListItem","position":2,"name":"Mods","item":"https:\/\/vpesports.com\/minecraft\/mods\/"},{"@type":"ListItem","position":3,"name":"SimpleAuth"}]},{"@type":"WebSite","@id":"https:\/\/vpesports.com\/minecraft\/#website","url":"https:\/\/vpesports.com\/minecraft\/","name":"Minecraft","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/vpesports.com\/minecraft\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"}]}},"_links":{"self":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod\/139855","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod"}],"about":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/types\/mod"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media\/139856"}],"wp:attachment":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media?parent=139855"}],"wp:term":[{"taxonomy":"mod_category","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_category?post=139855"},{"taxonomy":"mod_loader","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_loader?post=139855"},{"taxonomy":"minecraft_version","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/minecraft_version?post=139855"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}