Player Join Message V1.2

Description

This Plugin Changes players join and quit messages to a few different messages because who really likes thoes boring messages.

Config support is now implemented!

Join Messages

  1. has joined the server!
  2. has arrived!
  3. has appeared.
  4. has morphed into existence.
  5. has been spotted!

Quit Messages

  1. has left the server!
  2. has vanished!
  3. has quit.
  4. has vaporized.
  5. has been lost!

updated and added permissions so now vip’s have special messages

playerjoin.vip
playerquit.vip

Download

Github Releases

Github Releases

Github Releases

Donate

If you like what I do, Please consider giving a donation, every little helps! paypal

1 Like

Hello, when can you improve this plugin, I really like this plugin

I am in the works now of making an update for this that includes a config file so you can add your own join and leave messages.

I have just released V. 1.1 which has config support

Will you be able to add permissions to get the specified join information?

Editing the config, in several ways, doesn’t change anything and leaves a blank join message for me.

If this plugin doesn’t work as intended and/or doesn’t receive any updates I can recommend the plugin KtSkript.

There is an example script for when a player joins the server: Here. Related topic: Here

If you want to change the join message directly, try this script:

onPlayerJoin {
  setMessage("${player.name} joined this &2wonderful server!".t)
}

Update is coming soon. That will fix this

update was made.