{"id":119688,"date":"2026-06-07T04:02:20","date_gmt":"2026-06-07T01:02:20","guid":{"rendered":"https:\/\/vpesports.com\/minecraft\/mods\/passwords\/"},"modified":"2026-06-07T04:02:20","modified_gmt":"2026-06-07T01:02:20","slug":"passwords","status":"publish","type":"mod","link":"https:\/\/vpesports.com\/minecraft\/mods\/passwords\/","title":{"rendered":"Passwords"},"content":{"rendered":"<p>### Passwords<\/p>\n<p>**Secure your server with Passords!**<br \/>\nPasswords an easy to use and simple plugin to secure your minecraft server from strangers. If you dont want to use a whitlis you can simply give your friends the password and thats it.<\/p>\n<p><img decoding=\"async\" src=\"https:\/\/www.codefactor.io\/repository\/github\/hamburgbigj\/passwords\/badge\" alt=\"CodeFactor\" \/><\/p>\n<p>![Hud](https:\/\/cdn.modrinth.com\/data\/L0CNo68R\/images\/93026e3489b32f8d560d691769c0fc1193b62642.png)<\/p>\n<p>&#8212;<\/p>\n<p>### **Features**  <\/p>\n<p>&#8211; **Custom Passwords for Each Player**<br \/>\n  Allow players to create unique passwords, ensuring personalized and secure access to their accounts.<\/p>\n<p>&#8211; **Admin Password Options**<br \/>\n  Admins can set a master password for full permissions and Op status.<\/p>\n<p>&#8211; **Seamless Integration**<br \/>\n  Works effortlessly with any Minecraft server without requiring complex setup.<\/p>\n<p>&#8212;<\/p>\n<p>### **Sample Config.yml**  <\/p>\n<p>Below is an example configuration file to get you started:  <\/p>\n<details>\n<summary><strong>Click to view config.yml<\/strong><\/summary>\n<p>&#8220;`yaml<br \/>\nversion: &#8220;2.6.2&#8221;<br \/>\ndebug: false<br \/>\n# Password dose not supports PlaceholderAPI in messages.<br \/>\n# Supported placeholders are: &#038;player&#038; -> Player Name<br \/>\n# Placeholders are only supported in messages<\/p>\n<p>settings:<br \/>\n  # check-type: server : One password for the entire server.<br \/>\n  # check-type: player : A unique password for each player. (Works only on the first join. To reset, delete player data or use the \/setpassword command)<br \/>\n  # check-type: none   : No password check.<br \/>\n  # check-type: pattern : The player must enter a pattern like &#8220;o x o&#8221;<br \/>\n  #                                                            &#8220;x x x&#8221;<br \/>\n  #                                                            &#8220;x x x&#8221;<br \/>\n  check-type: server<br \/>\n  # GUI Name<br \/>\n  gui-name: Enter Passwords<br \/>\n  # Set password name<br \/>\n  set-password-name: Set Password<br \/>\n  # Message that will be displayed as the kick reason.<br \/>\n  fail-message: The password is incorrect!<br \/>\n  # When the UI is closed without a password<br \/>\n  close-ui-message: You need to enter a password!<br \/>\n  # Enable welcome message.<br \/>\n  welcome-message-enabled: true<br \/>\n  # Welcome message after login.<br \/>\n  welcome-message: Welcome to ExampleServer<br \/>\n  # Welcome message second line (Only for title)<br \/>\n  welcome-message-second: Passwords<br \/>\n  # Display type for the welcome message: message; actionbar; title<br \/>\n  welcome-message-display-type: message<br \/>\n  # Enable login gamemode.<br \/>\n  login-gamemode-enabled: true<br \/>\n  # Gamemode every player will have upon login: survival, creative, adventure, spectator<br \/>\n  login-gamemode: survival<br \/>\n  # Player password length (for the check-type: player)<br \/>\n  player-password-length: 4<br \/>\n  # Blocked passwords ( only for the check-type: player &#038; server )<br \/>\n  blocked-passwords:<br \/>\n    &#8211; 1111<br \/>\n  # Saves the player inventory on logout and restores it on login. ( !!!!! Waring: When the data folder or the player data in the passwords folder is deleted, the player inventory will be lost !!!!! )<br \/>\n  save-player-inventory: false<br \/>\n  # Saves the player inventory automatically<br \/>\n  enable-auto-save: true<br \/>\n  # Saves the player inventory every 5 minutes (if save-player-inventory is true)<br \/>\n  save-player-inventory-intervall: 10 # in minutes ( min 3 )<br \/>\n  # Invulnerable on login (note: this will prevent fall damage when exploited)<br \/>\n  invulnerable-on-login: true<\/p>\n<p>server:<br \/>\n  # Server password (the password can be any length | for the check-type: server)<br \/>\n  password: 1234<br \/>\n  # Staff password (the password can be any length | for the check-type: server)<br \/>\n  staff-password: 8181<br \/>\n  # Staff permissions (will be given to the player after login)<br \/>\n  staff-permissions:<br \/>\n    &#8211; passwords.*<br \/>\n  # Remove staff permissions on logout<br \/>\n  remove-staff-permissions-on-logout: true<br \/>\n  # Password pattern (for the check-type: pattern)<br \/>\n  pattern:<br \/>\n    &#8211; oxo<br \/>\n    &#8211; xxx<br \/>\n    &#8211; xxx<br \/>\n&#8220;`  <\/p>\n<\/details>\n<p>&#8212;<\/p>\n<p>### **Commands**  <\/p>\n<details>\n<summary><strong>Click to view commands<\/strong><\/summary>\n<p>&#8211; `\/setpassword <Password>` \u2192 Set your password.<br \/>\n&#8211; `\/setplayerpassword <Player> <Password>` \u2192 Ser a Player&#8217;s password.<br \/>\n&#8211; `\/logout <Player>` \u2192 Logout player.<\/p>\n<\/details>\n<p>&#8212;<\/p>\n<p>### **For Developers: Maven\/Gradle Setup**  <\/p>\n<details>\n<summary><strong>Click to view Maven\/Gradle setup<\/strong><\/summary>\n<p>**Maven**:<br \/>\n&#8220;`xml<br \/>\n<dependency><br \/>\n    <groupId>cho.info<\/groupId><br \/>\n    <artifactId>passwords<\/artifactId><br \/>\n    <version>(Plugin version)<\/version><br \/>\n<\/dependency><\/p>\n<p><repositories><br \/>\n    <repository><br \/>\n        <id>local-repo<\/id><br \/>\n        <url>file:\/path\/to\/my-local-repo<\/url><br \/>\n    <\/repository><br \/>\n<\/repositories><br \/>\n&#8220;`  <\/p>\n<p>**Gradle**:<br \/>\n&#8220;`gradle<br \/>\nimplementation files(&#8220;$projectDir\/lib\/passwords-(Plugin version).jar&#8221;)<br \/>\n&#8220;`  <\/p>\n<\/details>\n","protected":false},"excerpt":{"rendered":"<p>A simple Server Pasword \/ Login Plugin<\/p>\n","protected":false},"featured_media":119689,"template":"","meta":{"_minecraft_slug":"passwords","_minecraft_project_id":"L0CNo68R","_minecraft_author":"HamburgBigJ","_minecraft_license":"MIT","_minecraft_downloads":4271,"_minecraft_follows":7,"_minecraft_client_side":"unsupported","_minecraft_server_side":"required","_minecraft_storage_type":"zip","_minecraft_archive_name":"passwords.zip","_minecraft_size_bytes":17391809,"_minecraft_version_count":14,"_minecraft_updated_at":"2026-05-16T04:06:30.453845Z","_minecraft_date_created":"2024-11-02T22:43:12.540850Z","_minecraft_date_modified":"2025-12-25T18:25:43.664929Z","_minecraft_project_url":"https:\/\/modrinth.com\/mod\/passwords","_minecraft_icon_attachment_id":119689,"_minecraft_imported_at":"2026-06-07T01:02:20+00:00","_minecraft_import_hash":"26178aa6959c2761b689a38ed63153fc","_minecraft_versions":"","_minecraft_links":"","_minecraft_gallery":"","_minecraft_api_metadata":""},"mod_category":[124,126,127,128,867,129,92],"mod_loader":[130,132,133,134],"minecraft_version":[62,37,40,41,73,74,38,78,79,80,81,82],"class_list":["post-119688","mod","type-mod","status-publish","has-post-thumbnail","hentry","mod_category-bukkit","mod_category-management","mod_category-paper","mod_category-purpur","mod_category-social","mod_category-spigot","mod_category-utility","mod_loader-bukkit","mod_loader-paper","mod_loader-purpur","mod_loader-spigot","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"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.6 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Passwords - 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\/passwords\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Passwords - Minecraft\" \/>\n<meta property=\"og:description\" content=\"A simple Server Pasword \/ Login Plugin\" \/>\n<meta property=\"og:url\" content=\"https:\/\/vpesports.com\/minecraft\/mods\/passwords\/\" \/>\n<meta property=\"og:site_name\" content=\"Minecraft\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.codefactor.io\/repository\/github\/hamburgbigj\/passwords\/badge\" \/>\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\\\/passwords\\\/\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/passwords\\\/\",\"name\":\"Passwords - Minecraft\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/passwords\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/passwords\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/passwords-icon-42a58853968fbd0f6bebf553b2768466948e9aab_96.webp\",\"datePublished\":\"2026-06-07T01:02:20+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/passwords\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/passwords\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/passwords\\\/#primaryimage\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/passwords-icon-42a58853968fbd0f6bebf553b2768466948e9aab_96.webp\",\"contentUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/passwords-icon-42a58853968fbd0f6bebf553b2768466948e9aab_96.webp\",\"width\":96,\"height\":96},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/passwords\\\/#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\":\"Passwords\"}]},{\"@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":"Passwords - 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\/passwords\/","og_locale":"en_US","og_type":"article","og_title":"Passwords - Minecraft","og_description":"A simple Server Pasword \/ Login Plugin","og_url":"https:\/\/vpesports.com\/minecraft\/mods\/passwords\/","og_site_name":"Minecraft","og_image":[{"url":"https:\/\/www.codefactor.io\/repository\/github\/hamburgbigj\/passwords\/badge","type":"","width":"","height":""}],"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\/passwords\/","url":"https:\/\/vpesports.com\/minecraft\/mods\/passwords\/","name":"Passwords - Minecraft","isPartOf":{"@id":"https:\/\/vpesports.com\/minecraft\/#website"},"primaryImageOfPage":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/passwords\/#primaryimage"},"image":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/passwords\/#primaryimage"},"thumbnailUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/passwords-icon-42a58853968fbd0f6bebf553b2768466948e9aab_96.webp","datePublished":"2026-06-07T01:02:20+00:00","breadcrumb":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/passwords\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/vpesports.com\/minecraft\/mods\/passwords\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/vpesports.com\/minecraft\/mods\/passwords\/#primaryimage","url":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/passwords-icon-42a58853968fbd0f6bebf553b2768466948e9aab_96.webp","contentUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/passwords-icon-42a58853968fbd0f6bebf553b2768466948e9aab_96.webp","width":96,"height":96},{"@type":"BreadcrumbList","@id":"https:\/\/vpesports.com\/minecraft\/mods\/passwords\/#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":"Passwords"}]},{"@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\/119688","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\/119689"}],"wp:attachment":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media?parent=119688"}],"wp:term":[{"taxonomy":"mod_category","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_category?post=119688"},{"taxonomy":"mod_loader","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_loader?post=119688"},{"taxonomy":"minecraft_version","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/minecraft_version?post=119688"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}