YLLogin is a customizable and lightweight plugin that provides an advanced login and registration system for your Minecraft server. It is designed to protect your users' accounts and make your server more secure.
/register <password> command./signin <password> command.| Command | Description |
|---|---|
/register <password> |
Creates an account |
/signin <password> |
Signs you into your account |
/yllback |
Returns to your previous location after login |
| Command | Description |
|---|---|
/yllogin help |
Shows the help menu |
/yllogin version |
Shows the plugin version |
/yllogin reload |
Reloads the configuration |
/yllogin encrypt |
Enables password encryption |
/yllogin plaintext |
Disables password encryption (not recommended) |
/yllogin resetplayer <player> |
Resets a player's registration data |
| Command | Description |
|---|---|
/ylloginadmin help |
Shows the admin help menu |
/ylloginadmin setstarting |
Sets the login area to your current location |
/ylloginadmin togglestarting |
Toggles the login area system on/off |
/ylloginadmin listusers |
Lists all registered players |
/ylloginadmin deleteuser <player> |
Deletes a player's login data |
| Permission | Description |
|---|---|
yllogin.register |
Permission to use the /register command |
yllogin.signin |
Permission to use the /signin command |
yllogin.back |
Permission to use the /yllback command |
yllogin.admin |
Permission to use all admin commands |
plugins folder./reload command.yllogin.register permission to register.The plugin configuration file is located at plugins/YLLogin/config.yml:
# Whether to encrypt passwords in storage
encrypt_passwords: true
# Language setting (available languages: en, tr)
language: "en"
# Starting area configuration
# If enabled, players will be kept at this location until they log in
starting-area:
enabled: true
world: "world"
x: 0
y: 65
z: 0
The plugin uses language files located in the plugins/YLLogin/lang/ folder. By default, English (en.yml) and Turkish (tr.yml) files are available. You can customize messages by editing these files or adding new language files.
For any issues or suggestions, you can reach us at:
This plugin is distributed under the MIT License. For more details, see the LICENSE file.