Compatibility
Minecraft: Java Edition
1.21.x
1.20.x
1.19.x
1.18.x
1.17.x
1.16.x
1.15.x
1.14.x
1.13.x
1.12.x
1.11.x
Platforms
75% of ad revenue goes to creators
Support creators and Modrinth ad-free with Modrinth+Creators
Details
Light Chat Welcomer
Simple Spigot/Bukkit plugin to display custom join messages
you can specify colorful message on first or latter joins for player in config
Configuration Example
# plugins/LightChatWelcomer/config.yml
first-join-message: "&red&Welcome to the server! %player%, look to [&blue&Hello](https://example.com Click here)"
welcome-back-message: "&yellow&Welcome back to the server! You were last seen on %lastseen%"
Variables
%player%
variable to get user name%lastseen%
to get formatted date of user last login (only avaliable inwelcome-back-message
)
Colors
You can specify text color in few ways:
&6Text # gold color
or by color name
&gold&Text
- Full color list: https://minecraft.fandom.com/wiki/Formatting_codes
Links
You can add clickable links like:
[Text](blue https://example.com Hover message)
or run commands on text click
[To get help - click here](/help)
- For advanced formatting take a look at https://github.com/Phoenix616/MineDown