- Join/leave message is randomly chosen every time a player joins/leaves
- Up to unlimited custom (first)join/leave messages
- Custom title on join
- Custom randomly chosen join message when a player joins for the first time ever
- A custom personal Clickable and Hoverable join message
- A silentmode that allows you to join and leave without sending a join/leave message to the other players
- 1.12, 1.13 and 1.14 support
- Use colorcodes in your messages
- You can enable/disable all types of messages so it's perfect for your server.
You can also use this plugin on a 1.8, 1.9. 1.10 and 1.11 server, but not every feature is working at the moment. As long as you change, add and delete all messages in the config.yml and not using the commands the plugin will work fine. The only thing that you won't get is the join title.
# Made by Kboutr
# Version: 1.1
# Use %player% to get the name of the player who has joined/left the server.
# You can use colorcodes (&) in your messages!!
# Don't forget to use a ' on both sides of your messages.
# A new config.yml is available at the plugin download page.
# You can have unlimited messages!! (except for the title, subtitle and noperms message)
# -
# !!IMPORTANT!! You can change the messages here, but if you want to be sure everything works properly after you have changed something, I recommend using the commands!!
# Use /help joinmessage for all the commands!
# -
# Change the message that is sent when a player joins the server for the first time ever!
First_Join:
- '&7Welcome &b&l%player% &7on this server!'
- '&b&l%player% &7joined the server for the first time!'
#
# Choose whether the First_Join message is enabled or not.
First_Join_Message:
enabled: true
# -
# Change the message that is sent when a player joins the server!
Join:
- '&b&l%player% &7entered the server!'
- '&b&l%player% &7joined the server!'
# -
# Change the message that is sent when a player leaves the server!
Leave:
- '&b&l%player% &7left te server'
- '&b&l%player% &7quit!'
# -
# Change the message that is only sent to the player who joined.
# Add a new - for a new line.
# Use %command% /<command> %command%, %website% https://website.com/ %website%,
# %hovertitle% title %hovertitle% and %hoverdescription% description %hoverdescription
Personal_Message:
- '%hovertitle% &aWelcome %player% %hovertitle% &a&lWelcome on this server!'
- '%command% /rules %command% &aUse /rules to see the rules'
- '&aHave fun!'
- '%command% /personaljoin %command% %hovertitle% &l/personaljoin %hovertitle% %hoverdescription% click on this message to execute /personaljoin %hoverdescription% &c&lYou can disable and change this in the config or by using /personaljoin!!!'
# -
# Choose whether the personal join message will be send or not.
Personal_Join_Message:
enabled: true
# -
# Change the title that is shown when you join the server.
# !!IMPORTANT!! You can only have 1 title and 1 subtitle message!!
Title: '&6&lWelcome %player% on the server!'
# Change the subtitle to '' to only send a title!
Subtitle: '&aUse /title to change this message!'
# -
# Choose whether a the title message is enabled or not.
Join_Title:
enabled: true
# -
# Change the players that have enabled silent mode.
Silent_Players:
- 'Kboutr'
# -
# Choose whether a join/leave message is sent when a player uses '/silent' or not.
Realistic_Silent:
enabled: true
# -
# Choose whether operators still get join/leave messages from players in silentmode or not.
Silent_Message_Ops:
enabled: true
# -
# Change the message that is sent to a player when they use a command without the right permissions.
# !!IMPORTANT!! If you want to use a ' in your message (like in don't) write it as '' (so don''t)!!
NoPerms: '&4You don''t have the right permission to use this command!'