Compatibility
Minecraft: Java Edition
Platforms
75% of ad revenue goes to creators
Support creators and Modrinth ad-free with Modrinth+Creators
Details
Passwords - Your Personal Password Plugin for Minecraft
Secure your server with Passords!
Passwords is an innovative, easy-to-use plugin that empowers players and admins to set personal passwords for enhanced server security. With its user-friendly GUI, Passwords ensures a seamless and secure login experience for every player.
Alsow try Beyond the End
🌟 Features
-
🔐 Custom Passwords for Each Player
Allow players to create unique passwords, ensuring personalized and secure access to their accounts. -
📏 Adjustable Password Lengths
Customize the password length for the perfect balance between security and convenience. -
🔑 Admin Password Options
Admins can set a master password for full permissions and Op status. -
⚙️ Seamless Integration
Works effortlessly with any Minecraft server without requiring complex setup.
🚀 Upcoming Features
- 🎨 Enhanced Customization: Upcoming versions will bring even more options for tailoring the plugin to your needs.
Dependencies
- SoftDepend: DiscordSrv for Discord integration.
🛠 Sample Config.yml
Below is an example configuration file to get you started:
Click to view config.yml
enable: true
version: "2.3-fix"
debug: false
settings:
# check-type: server : One password for the entire server.
# 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)
check-type: server
# Gui Name
gui-name: Passwords
# Set password name
set-password-name: Set Password
# Message that will be displayed as the kick reason.
fail-message: The password is incorrect!
# When the UI is closed without a password
close-ui-message: You need to enter a Password!
# Enable welcome message.
welcome-message-enabled: true
# Welcome message after login.
welcome-message: Welcome to ExampleServer
# Welcomemassage second line (Only for title)
welcome-message-second: Passwords
# Display type for the welcome message: message; actionbar; title
welcome-message-display-type: message
# Enable login gamemode.
login-gamemode-enabled: true
# Gamemode every player will have upon login: survival, creative, adventure, spectator
login-gamemode: survival
# Player password length ( for the check-type: player )
player-password-length: 4
discord:
# DiscordSRV Liked players do not need a Password on login ( Experimental )
useDiscordLogin: false
server:
# Server password ( the password can be any length | for the check-type: server )
password: 1234
🛠 Commands
Click to view commands
/setpassword <Player> <Password>
→ Set a player’s password.
🎯 Why Choose Passwords?
- Server Security: Protect your server from unauthorized access.
- Personalized Experience: Offer players the ability to secure their accounts while enhancing their gameplay experience.
📥 Download Passwords for free and get started today!
🛠 For Developers: Maven/Gradle Setup
Click to view Maven/Gradle setup
Maven:
<dependency>
<groupId>cho.info</groupId>
<artifactId>passwords</artifactId>
<version>(Plugin version)</version>
</dependency>
<repositories>
<repository>
<id>local-repo</id>
<url>file:/path/to/my-local-repo</url>
</repository>
</repositories>
Gradle:
implementation files("$projectDir/lib/passwords-(Plugin version).jar")
Protect your Minecraft server and enhance your players’ experience with Passwords!