WARNING: TO USE PLACEHOLDERS WITHIN THIS RECOURCE, YOU NEED THIS ADDON. https://www.spigotmc.org/resources/ersatz.49433 AND THIS PLUGIN: https://dev.bukkit.org/projects/skript
View attachment 719002
Join Messages is a simple Skript that announces when someone joins your server if they have a certain permission. This may be useful if you want ranked players to have an announcement when they join but people with no ranks to not be announced. To get started, type /skript reload join.sk. Then, make sure each rank has the announcejoin.send permission to true. This addon also works with all permission plugins! You can type /aj to see more information about this addon.
Editing:
You may want to customize your join message!
Code (Text):
on join:
set {_prefix} to placeholder "luckperms_prefix"
player has permission "announcejoin.send"
send "&a>&c>&b> &r%{_prefix}%%player% &6has joined the lobby! &a<&c<&b<" to all players in world "hub"
First, change "luckperms_prefix" to your permission plugin placeholder. Then, you can customize the send command. You may also do execute as console "/help" function to add commands when a player joins.
DO NOT DELETE %{_prefix}%!!! YOUR PLACEHOLDER WILL NOT WORK!!!
That is how you customize this!