Help with a plugin.

Status
This thread has been locked.

LauGLau

Banned
Feedback score
0
Posts
132
Reactions
12
Resources
0
Hello guys i need this plugin and i dont know the name .
Dont tell me : Use Essentials , because i dont use essentials .
e5a9115c0d6df4cdb7c4e0305b1bf3d0.png

 
PebbleHost
High performance, consistent uptime and fast support. Minecraft hosting that just works.

j0navor

Feedback score
0
Posts
147
Reactions
46
Resources
0
@EventHandler
public void onJoin(PlayerJoinEvent e)
Player p = e.getPlayer();
event.setJoinMessage("");
p.sendMessage(ChatColor.RED + ChatColor.BOLD + "------------------------------------------------------------------------------------");
p.sendMessage(ChatColor.YELLOW + "Hey " + ChatColor.RED + p + ChatColor.YELLOW + " Welcome to the" + ChatColor.GOLD + "ParaNetwork");
p.sendMessage(ChatColor.BLUE + "Reddit:" + ChatColor.AQUA + "reddit link");
 
Status
This thread has been locked.
Top