
Display the ASCII characters of the player's avatar when logging in
PictureLogin is a Spigot/Bukkit plugin that displays player skin ASCII art in the chat when players log into the server, along with customizable welcome messages.
Original Author: Nathan Glover (NathanG/ItsNathanG)
Fork Author: Lythrilla
plugins folderplugins/PictureLogin/config.yml| Permission | Description |
|---|---|
picturelogin.use |
Allows using PictureLogin commands |
picturelogin.show |
Allows players to see login messages |
picturelogin.reload |
Allows reloading plugin configuration |
picturelogin.language |
Allows changing plugin language |
picturelogin.debug |
Allows using debug commands |
picturelogin.group.vip |
Custom message permission for VIP players |
picturelogin.group.admin |
Custom message permission for admins |
| Command | Description |
|---|---|
/picturelogin reload |
Reload configuration |
/picturelogin language [lang] |
View or change language |
/picturelogin version |
Display version information |
/picturelogin help |
Display help information |
/picturelogin debug <login|leave|firstjoin|all> [global|user|perm] [name] |
Debug different message types |
Aliases: /piclogin, /plogin, /pl
The plugin supports multiple languages, with English (en_US.yml) and Chinese (zh_CN.yml) included by default. You can create your own translations by copying these files.
This plugin supports multiple text formatting methods, including MiniMessage format and traditional color codes.
The configuration file is located at plugins/PictureLogin/config.yml, where you can customize message formats, avatar appearance, permission group messages, and more.
This project is licensed under the MIT License - see the LICENSE file for details.
Special thanks to Nathan Glover for creating the original plugin.