Broadcast a message everytime a user with specific permissions joins or leaves the server
You can check this and other plugins of my own in my own server I am currently bulding, MPskyblock.ddns.net I will probably be there too, it is not open 24/7 yet but it is opened from time to time, for more information join my discord server, talk to you there!
- Infinite different messages with different permissions
- A special Join/leave message when a OP player joins/leaves
- Ability to play a sound when someone joins the server
- Ability to play a sound when someone leaves the server
- Ability to change the plugin's prefix in the chat
- Ability to change the prefix for each join/leave message
- %player% placeholder
- Ability to replace the default join/leave messages
- Lightning effect available for each different message(2 modes)
- Cooldowns! (prevent spam)
- First join alerts!
- Check for vanished players!
- RGB support! (1.16.1+)
- Enable/disable the plugin itself in-game with a command
Commands:
-/JoinAlert help - Displays a list of available commands
-/JoinAlert reload - reloads the plugin and its files
-/JoinAlert version - Checks the plugin's current version
Permissions:
-JoinAlert.OP - Broadcasts the OP message when the player joins/leaves
-JoinAlert.(number) - Broadcasts the number of message when the player joins/leaves if a message with that number exists and messages count option is higher than or equal to that number
-JoinAlert.version - Allows you to do /JoinAlert version
-JoinAlert.reload - Allows you to do /JoinAlert reload
-JoinAlert.enable - Allows you to enable/disable the plugin in-game
Spoiler: config.yml
# # # # # # # # # # # # # # # # #
# JoinAlert #
# By lelesape #
# # # # # # # # # # # # # # # # #
# prefix-for-cmds: the prefix the plugin should have when sending messages on chat
# enabled: should the plugin modify join/leave alerts
# first join: settings for users that join for the first time. If enabled will override the other messages.
# cooldown: amount of seconds needed for a player to display a new join/leave message
# message: message sent to a player when the player is on cooldown for join/leave alerts
# alerts: join/leave messages sent to everyone when a player on cooldown
# title: Play a title for every player online when a user joins
# -enabled: should the title be enabled?
# -title: what should the title display? (%player% is accepted, leave blank for no title)
# -subtitle: what should the subtitle display? (%player% is accepted, leave blank for no title)
# lightning: should the lightning effect OnJoin be enabled?
# lightning mode: if enabled, which mode should the effect have
# (true = a single lightning on the player; false = 8 lightings surrounding the player)
# replace join/leave message: should the default join/leave messages be replace? (player joined/left the server)
# message enabled: should the OnJoin message be enabled?
# message: the message to be displayed
# sound enabled: should the plugin play a sound when someones joins the server?
# Sound list in case you need it https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/Sound.html
# Self: Options for the player that joins
# NEW! (As of: MC 1.16.1, plugin version 1.8.0) Hex colors! (https://www.color-hex.com/)
# In order to use hex colors you only need to add the color code and a hash to the string, followed by
# the color code. ie: &#fffb00Hello there. Will print in yellow: Hello there.
# In case you need any help with these do not doubt contacting me via discord or spigot PMs
config:
prefix-for-cmds : ' [&4JoinAlert&r ]'
enabled : true
messages:
no permission : '&cNo permission'
reloaded : '&aFiles reloaded'
unknown : '&cUnknown command. &fTry &e/ja help &ffor a list of commands'
already enabled : '&cThe plugin is already enabled!'
already disabled : '&cThe plugin is already disabled'
enabled : '&aThe plugin has been enabled'
disabled : '&aThe plugin has been disabled'
[SIZE=4] first join:
enabled : true
prefix : ' [&4JoinAlert&r ]'
others:
title:
enabled : true
title : '&6&lWelcome &3&l %player%!'
subtitle : ''
message:
enabled : true
text : '&6Welcome &c %player% &6to the server! (user #%unique%)'
sound:
enabled : true
sound : block_note_block_pling
lightning:
enabled : true
mode : true
self:
title:
enabled : true
title : '&6&lWelcome &3&l %player%!'
subtitle : '&6You are the user #%unique% to join this server'
message:
enabled : true
text : '&6Welcome &c %player% &6to the server! (user #%unique%)'
sound:
enabled : true
sound : block_note_block_pling
OP:
prefix : '&f [&4&lOP&f ]'
cooldown:
enabled : true
time : 10
message:
enabled : true
text : '&cYou are on cooldown, join alerts are paused for you'
alerts:
on join:
enabled : true
text : '&e %player% joined the game'
on leave:
enabled : true
text : '&e %player% left the game'
OnJoin:
title:
enabled : true
title : '&4&l %player%'
subtitle : '&3has joined the game'
lightning:
enabled : true
mode : true
message:
enabled : true
text : '&6&l %player% just joined the server'
sound:
enabled : true
sound : block_note_block_pling
self:
title:
enabled : true
title : '&4&l %player%'
subtitle : '&3Welcome back!'
message:
enabled : true
text : '&eWe missed you &c %player%'
sound:
enabled : true
sound : block_note_block_pling
OnLeave:
message:
enabled : true
text : '&6&l %player% just left the server'
sound:
enabled : true
sound : block_note_block_pling
'1':
prefix : '&f [&11&f ]'
cooldown:
enabled : true
time : 10
message:
enabled : true
text : '&cYou are on cooldown, join alerts are paused for you'
alerts:
on join:
enabled : true
text : '&e %player% joined the game'
on leave:
enabled : true
text : '&e %player% left the game'
OnJoin:
title:
enabled : true
title : '&4&l %player%'
subtitle : '&3has joined the game'
lightning:
enabled : true
mode : true
message:
enabled : true
text : '&6&l %player% just joined the server'
sound:
enabled : true
sound : block_note_block_pling
self:
title:
enabled : true
title : '&4&l %player%'
subtitle : '&3Welcome back!'
message:
enabled : true
text : '&eWe missed you &c %player%'
sound:
enabled : true
sound : block_note_block_pling
OnLeave:
message:
enabled : true
text : '&6&l %player% just left the server'
sound:
enabled : true
sound : block_note_block_pling
'2':
prefix : '&f [&22&f ]'
cooldown:
enabled : true
time : 10
message:
enabled : true
text : '&cYou are on cooldown, join alerts are paused for you'
alerts:
on join:
enabled : true
text : '&e %player% joined the game'
on leave:
enabled : true
text : '&e %player% left the game'
OnJoin:
title:
enabled : true
title : '&4&l %player%'
subtitle : '&3has joined the game'
lightning:
enabled : true
mode : true
message:
enabled : true
text : '&6&l %player% just joined the server'
sound:
enabled : true
sound : block_note_block_pling
self:
title:
enabled : true
title : '&4&l %player%'
subtitle : '&3Welcome back!'
message:
enabled : true
text : '&eWe missed you &c %player%'
sound:
enabled : true
sound : block_note_block_pling
OnLeave:
message:
enabled : true
text : '&6&l %player% just left the server'
sound:
enabled : true
sound : block_note_block_pling
'3':
prefix : '&f [&33&f ]'
cooldown:
enabled : true
time : 10
message:
enabled : true
text : '&cYou are on cooldown, join alerts are paused for you'
alerts:
on join:
enabled : true
text : '&e %player% joined the game'
on leave:
enabled : true
text : '&e %player% left the game'
OnJoin:
title:
enabled : true
title : '&4&l %player%'
subtitle : '&3has joined the game'
lightning:
enabled : true
mode : true
message:
enabled : true
text : '&6&l %player% just joined the server'
sound:
enabled : true
sound : block_note_block_pling
self:
title:
enabled : true
title : '&4&l %player%'
subtitle : '&3Welcome back!'
message:
enabled : true
text : '&eWe missed you &c %player%'
sound:
enabled : true
sound : block_note_block_pling
OnLeave:
message:
enabled : true
text : '&6&l %player% just left the server'
sound:
enabled : true
sound : block_note_block_pling
'4':
prefix : '&f [&44&f ]'
cooldown:
enabled : true
time : 10
message:
enabled : true
text : '&cYou are on cooldown, join alerts are paused for you'
alerts:
on join:
enabled : true
text : '&e %player% joined the game'
on leave:
enabled : true
text : '&e %player% left the game'
OnJoin:
title:
enabled : true
title : '&4&l %player%'
subtitle : '&3has joined the game'
lightning:
enabled : true
mode : true
message:
enabled : true
text : '&6&l %player% just joined the server'
sound:
enabled : true
sound : block_note_block_pling
self:
title:
enabled : true
title : '&4&l %player%'
subtitle : '&3Welcome back!'
message:
enabled : true
text : '&eWe missed you &c %player%'
sound:
enabled : true
sound : block_note_block_pling
OnLeave:
message:
enabled : true
text : '&6&l %player% just left the server'
sound:
enabled : true
sound : block_note_block_pling
'5':
prefix : '&f [&55&f ]'
cooldown:
enabled : true
time : 10
message:
enabled : true
text : '&cYou are on cooldown, join alerts are paused for you'
alerts:
on join:
enabled : true
text : '&e %player% joined the game'
on leave:
enabled : true
text : '&e %player% left the game'
OnJoin:
title:
enabled : true
title : '&4&l %player%'
subtitle : '&3has joined the game'
lightning:
enabled : true
mode : true
message:
enabled : true
text : '&6&l %player% just joined the server'
sound:
enabled : true
sound : block_note_block_pling
self:
title:
enabled : true
title : '&4&l %player%'
subtitle : '&3Welcome back!'
message:
enabled : true
text : '&eWe missed you &c %player%'
sound:
enabled : true
sound : block_note_block_pling
OnLeave:
message:
enabled : true
text : '&6&l %player% just left the server'
sound:
enabled : true
sound : block_note_block_pling
'6':
prefix : '&f [&66&f ]'
cooldown:
enabled : true
time : 10
message:
enabled : true
text : '&cYou are on cooldown, join alerts are paused for you'
alerts:
on join:
enabled : true
text : '&e %player% joined the game'
on leave:
enabled : true
text : '&e %player% left the game'
OnJoin:
title:
enabled : true
title : '&4&l %player%'
subtitle : '&3has joined the game'
lightning:
enabled : true
mode : true
message:
enabled : true
text : '&6&l %player% just joined the server'
sound:
enabled : true
sound : block_note_block_pling
self:
title:
enabled : true
title : '&4&l %player%'
subtitle : '&3Welcome back!'
message:
enabled : true
text : '&eWe missed you &c %player%'
sound:
enabled : true
sound : block_note_block_pling
OnLeave:
message:
enabled : true
text : '&6&l %player% just left the server'
sound:
enabled : true
sound : block_note_block_pling
'7':
prefix : '&f [&77&f ]'
cooldown:
enabled : true
time : 10
message:
enabled : true
text : '&cYou are on cooldown, join alerts are paused for you'
alerts:
on join:
enabled : true
text : '&e %player% joined the game'
on leave:
enabled : true
text : '&e %player% left the game'
OnJoin:
title:
enabled : true
title : '&4&l %player%'
subtitle : '&3has joined the game'
lightning:
enabled : true
mode : true
message:
enabled : true
text : '&6&l %player% just joined the server'
sound:
enabled : true
sound : block_note_block_pling
self:
title:
enabled : true
title : '&4&l %player%'
subtitle : '&3Welcome back!'
message:
enabled : true
text : '&eWe missed you &c %player%'
sound:
enabled : true
sound : block_note_block_pling
OnLeave:
message:
enabled : true
text : '&6&l %player% just left the server'
sound:
enabled : true
sound : block_note_block_pling
'8':
prefix : '&f [&88&f ]'
cooldown:
enabled : true
time : 10
message:
enabled : true
text : '&cYou are on cooldown, join alerts are paused for you'
alerts:
on join:
enabled : true
text : '&e %player% joined the game'
on leave:
enabled : true
text : '&e %player% left the game'
OnJoin:
title:
enabled : true
title : '&4&l %player%'
subtitle : '&3has joined the game'
lightning:
enabled : true
mode : true
message:
enabled : true
text : '&6&l %player% just joined the server'
sound:
enabled : true
sound : block_note_block_pling
self:
title:
enabled : true
title : '&4&l %player%'
subtitle : '&3Welcome back!'
message:
enabled : true
text : '&eWe missed you &c %player%'
sound:
enabled : true
sound : block_note_block_pling
OnLeave:
message:
enabled : true
text : '&6&l %player% just left the server'
sound:
enabled : true
sound : block_note_block_pling
'9':
prefix : '&f [&99&f ]'
cooldown:
enabled : true
time : 10
message:
enabled : true
text : '&cYou are on cooldown, join alerts are paused for you'
alerts:
on join:
enabled : true
text : '&e %player% joined the game'
on leave:
enabled : true
text : '&e %player% left the game'
OnJoin:
title:
enabled : true
title : '&4&l %player%'
subtitle : '&3has joined the game'
lightning:
enabled : true
mode : true
message:
enabled : true
text : '&6&l %player% just joined the server'
sound:
enabled : true
sound : block_note_block_pling
self:
title:
enabled : true
title : '&4&l %player%'
subtitle : '&3Welcome back!'
message:
enabled : true
text : '&eWe missed you &c %player%'
sound:
enabled : true
sound : block_note_block_pling
OnLeave:
message:
enabled : true
text : '&6&l %player% just left the server'
sound:
enabled : true
sound : block_note_block_pling
'10':
prefix : '&f [&1010&f ]'
cooldown:
enabled : true
time : 10
message:
enabled : true
text : '&cYou are on cooldown, join alerts are paused for you'
alerts:
on join:
enabled : true
text : '&e %player% joined the game'
on leave:
enabled : true
text : '&e %player% left the game'
OnJoin:
title:
enabled : true
title : '&4&l %player%'
subtitle : '&3has joined the game'
lightning:
enabled : true
mode : true
message:
enabled : true
text : '&6&l %player% just joined the server'
sound:
enabled : true
sound : block_note_block_pling
self:
title:
enabled : true
title : '&4&l %player%'
subtitle : '&3Welcome back!'
message:
enabled : true
text : '&eWe missed you &c %player%'
sound:
enabled : true
sound : block_note_block_pling
OnLeave:
message:
enabled : true
text : '&6&l %player% just left the server'
sound:
enabled : true
sound : block_note_block_pling
Code (YAML):
# # # # # # # # # # # # # # # # #
# JoinAlert #
# By lelesape #
# # # # # # # # # # # # # # # # #
# prefix-for-cmds: the prefix the plugin should have when sending messages on chat
# enabled: should the plugin modify join/leave alerts
# first join: settings for users that join for the first time. If enabled will override the other messages.
# cooldown: amount of seconds needed for a player to display a new join/leave message
# message: message sent to a player when the player is on cooldown for join/leave alerts
# alerts: join/leave messages sent to everyone when a player on cooldown
# title: Play a title for every player online when a user joins
# -enabled: should the title be enabled?
# -title: what should the title display? (%player% is accepted, leave blank for no title)
# -subtitle: what should the subtitle display? (%player% is accepted, leave blank for no title)
# lightning: should the lightning effect OnJoin be enabled?
# lightning mode: if enabled, which mode should the effect have
# (true = a single lightning on the player; false = 8 lightings surrounding the player)
# replace join/leave message: should the default join/leave messages be replace? (player joined/left the server)
# message enabled: should the OnJoin message be enabled?
# message: the message to be displayed
# sound enabled: should the plugin play a sound when someones joins the server?
# Sound list in case you need it https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/Sound.html
# Self: Options for the player that joins
# NEW! (As of: MC 1.16.1, plugin version 1.8.0) Hex colors! (https://www.color-hex.com/)
# In order to use hex colors you only need to add the color code and a hash to the string, followed by
# the color code. ie: &#fffb00Hello there. Will print in yellow: Hello there.
# In case you need any help with these do not doubt contacting me via discord or spigot PMs
config:
prefix-for-cmds : ' [&4JoinAlert&r ]'
enabled : true
messages:
no permission : '&cNo permission'
reloaded : '&aFiles reloaded'
unknown : '&cUnknown command. &fTry &e/ja help &ffor a list of commands'
already enabled : '&cThe plugin is already enabled!'
already disabled : '&cThe plugin is already disabled'
enabled : '&aThe plugin has been enabled'
disabled : '&aThe plugin has been disabled'
[SIZE=4] first join:
enabled : true
prefix : ' [&4JoinAlert&r ]'
others:
title:
enabled : true
title : '&6&lWelcome &3&l %player%!'
subtitle : ''
message:
enabled : true
text : '&6Welcome &c %player% &6to the server! (user #%unique%)'
sound:
enabled : true
sound : block_note_block_pling
lightning:
enabled : true
mode : true
self:
title:
enabled : true
title : '&6&lWelcome &3&l %player%!'
subtitle : '&6You are the user #%unique% to join this server'
message:
enabled : true
text : '&6Welcome &c %player% &6to the server! (user #%unique%)'
sound:
enabled : true
sound : block_note_block_pling
OP:
prefix : '&f [&4&lOP&f ]'
cooldown:
enabled : true
time : 10
message:
enabled : true
text : '&cYou are on cooldown, join alerts are paused for you'
alerts:
on join:
enabled : true
text : '&e %player% joined the game'
on leave:
enabled : true
text : '&e %player% left the game'
OnJoin:
title:
enabled : true
title : '&4&l %player%'
subtitle : '&3has joined the game'
lightning:
enabled : true
mode : true
message:
enabled : true
text : '&6&l %player% just joined the server'
sound:
enabled : true
sound : block_note_block_pling
self:
title:
enabled : true
title : '&4&l %player%'
subtitle : '&3Welcome back!'
message:
enabled : true
text : '&eWe missed you &c %player%'
sound:
enabled : true
sound : block_note_block_pling
OnLeave:
message:
enabled : true
text : '&6&l %player% just left the server'
sound:
enabled : true
sound : block_note_block_pling
'1':
prefix : '&f [&11&f ]'
cooldown:
enabled : true
time : 10
message:
enabled : true
text : '&cYou are on cooldown, join alerts are paused for you'
alerts:
on join:
enabled : true
text : '&e %player% joined the game'
on leave:
enabled : true
text : '&e %player% left the game'
OnJoin:
title:
enabled : true
title : '&4&l %player%'
subtitle : '&3has joined the game'
lightning:
enabled : true
mode : true
message:
enabled : true
text : '&6&l %player% just joined the server'
sound:
enabled : true
sound : block_note_block_pling
self:
title:
enabled : true
title : '&4&l %player%'
subtitle : '&3Welcome back!'
message:
enabled : true
text : '&eWe missed you &c %player%'
sound:
enabled : true
sound : block_note_block_pling
OnLeave:
message:
enabled : true
text : '&6&l %player% just left the server'
sound:
enabled : true
sound : block_note_block_pling
'2':
prefix : '&f [&22&f ]'
cooldown:
enabled : true
time : 10
message:
enabled : true
text : '&cYou are on cooldown, join alerts are paused for you'
alerts:
on join:
enabled : true
text : '&e %player% joined the game'
on leave:
enabled : true
text : '&e %player% left the game'
OnJoin:
title:
enabled : true
title : '&4&l %player%'
subtitle : '&3has joined the game'
lightning:
enabled : true
mode : true
message:
enabled : true
text : '&6&l %player% just joined the server'
sound:
enabled : true
sound : block_note_block_pling
self:
title:
enabled : true
title : '&4&l %player%'
subtitle : '&3Welcome back!'
message:
enabled : true
text : '&eWe missed you &c %player%'
sound:
enabled : true
sound : block_note_block_pling
OnLeave:
message:
enabled : true
text : '&6&l %player% just left the server'
sound:
enabled : true
sound : block_note_block_pling
'3':
prefix : '&f [&33&f ]'
cooldown:
enabled : true
time : 10
message:
enabled : true
text : '&cYou are on cooldown, join alerts are paused for you'
alerts:
on join:
enabled : true
text : '&e %player% joined the game'
on leave:
enabled : true
text : '&e %player% left the game'
OnJoin:
title:
enabled : true
title : '&4&l %player%'
subtitle : '&3has joined the game'
lightning:
enabled : true
mode : true
message:
enabled : true
text : '&6&l %player% just joined the server'
sound:
enabled : true
sound : block_note_block_pling
self:
title:
enabled : true
title : '&4&l %player%'
subtitle : '&3Welcome back!'
message:
enabled : true
text : '&eWe missed you &c %player%'
sound:
enabled : true
sound : block_note_block_pling
OnLeave:
message:
enabled : true
text : '&6&l %player% just left the server'
sound:
enabled : true
sound : block_note_block_pling
'4':
prefix : '&f [&44&f ]'
cooldown:
enabled : true
time : 10
message:
enabled : true
text : '&cYou are on cooldown, join alerts are paused for you'
alerts:
on join:
enabled : true
text : '&e %player% joined the game'
on leave:
enabled : true
text : '&e %player% left the game'
OnJoin:
title:
enabled : true
title : '&4&l %player%'
subtitle : '&3has joined the game'
lightning:
enabled : true
mode : true
message:
enabled : true
text : '&6&l %player% just joined the server'
sound:
enabled : true
sound : block_note_block_pling
self:
title:
enabled : true
title : '&4&l %player%'
subtitle : '&3Welcome back!'
message:
enabled : true
text : '&eWe missed you &c %player%'
sound:
enabled : true
sound : block_note_block_pling
OnLeave:
message:
enabled : true
text : '&6&l %player% just left the server'
sound:
enabled : true
sound : block_note_block_pling
'5':
prefix : '&f [&55&f ]'
cooldown:
enabled : true
time : 10
message:
enabled : true
text : '&cYou are on cooldown, join alerts are paused for you'
alerts:
on join:
enabled : true
text : '&e %player% joined the game'
on leave:
enabled : true
text : '&e %player% left the game'
OnJoin:
title:
enabled : true
title : '&4&l %player%'
subtitle : '&3has joined the game'
lightning:
enabled : true
mode : true
message:
enabled : true
text : '&6&l %player% just joined the server'
sound:
enabled : true
sound : block_note_block_pling
self:
title:
enabled : true
title : '&4&l %player%'
subtitle : '&3Welcome back!'
message:
enabled : true
text : '&eWe missed you &c %player%'
sound:
enabled : true
sound : block_note_block_pling
OnLeave:
message:
enabled : true
text : '&6&l %player% just left the server'
sound:
enabled : true
sound : block_note_block_pling
'6':
prefix : '&f [&66&f ]'
cooldown:
enabled : true
time : 10
message:
enabled : true
text : '&cYou are on cooldown, join alerts are paused for you'
alerts:
on join:
enabled : true
text : '&e %player% joined the game'
on leave:
enabled : true
text : '&e %player% left the game'
OnJoin:
title:
enabled : true
title : '&4&l %player%'
subtitle : '&3has joined the game'
lightning:
enabled : true
mode : true
message:
enabled : true
text : '&6&l %player% just joined the server'
sound:
enabled : true
sound : block_note_block_pling
self:
title:
enabled : true
title : '&4&l %player%'
subtitle : '&3Welcome back!'
message:
enabled : true
text : '&eWe missed you &c %player%'
sound:
enabled : true
sound : block_note_block_pling
OnLeave:
message:
enabled : true
text : '&6&l %player% just left the server'
sound:
enabled : true
sound : block_note_block_pling
'7':
prefix : '&f [&77&f ]'
cooldown:
enabled : true
time : 10
message:
enabled : true
text : '&cYou are on cooldown, join alerts are paused for you'
alerts:
on join:
enabled : true
text : '&e %player% joined the game'
on leave:
enabled : true
text : '&e %player% left the game'
OnJoin:
title:
enabled : true
title : '&4&l %player%'
subtitle : '&3has joined the game'
lightning:
enabled : true
mode : true
message:
enabled : true
text : '&6&l %player% just joined the server'
sound:
enabled : true
sound : block_note_block_pling
self:
title:
enabled : true
title : '&4&l %player%'
subtitle : '&3Welcome back!'
message:
enabled : true
text : '&eWe missed you &c %player%'
sound:
enabled : true
sound : block_note_block_pling
OnLeave:
message:
enabled : true
text : '&6&l %player% just left the server'
sound:
enabled : true
sound : block_note_block_pling
'8':
prefix : '&f [&88&f ]'
cooldown:
enabled : true
time : 10
message:
enabled : true
text : '&cYou are on cooldown, join alerts are paused for you'
alerts:
on join:
enabled : true
text : '&e %player% joined the game'
on leave:
enabled : true
text : '&e %player% left the game'
OnJoin:
title:
enabled : true
title : '&4&l %player%'
subtitle : '&3has joined the game'
lightning:
enabled : true
mode : true
message:
enabled : true
text : '&6&l %player% just joined the server'
sound:
enabled : true
sound : block_note_block_pling
self:
title:
enabled : true
title : '&4&l %player%'
subtitle : '&3Welcome back!'
message:
enabled : true
text : '&eWe missed you &c %player%'
sound:
enabled : true
sound : block_note_block_pling
OnLeave:
message:
enabled : true
text : '&6&l %player% just left the server'
sound:
enabled : true
sound : block_note_block_pling
'9':
prefix : '&f [&99&f ]'
cooldown:
enabled : true
time : 10
message:
enabled : true
text : '&cYou are on cooldown, join alerts are paused for you'
alerts:
on join:
enabled : true
text : '&e %player% joined the game'
on leave:
enabled : true
text : '&e %player% left the game'
OnJoin:
title:
enabled : true
title : '&4&l %player%'
subtitle : '&3has joined the game'
lightning:
enabled : true
mode : true
message:
enabled : true
text : '&6&l %player% just joined the server'
sound:
enabled : true
sound : block_note_block_pling
self:
title:
enabled : true
title : '&4&l %player%'
subtitle : '&3Welcome back!'
message:
enabled : true
text : '&eWe missed you &c %player%'
sound:
enabled : true
sound : block_note_block_pling
OnLeave:
message:
enabled : true
text : '&6&l %player% just left the server'
sound:
enabled : true
sound : block_note_block_pling
'10':
prefix : '&f [&1010&f ]'
cooldown:
enabled : true
time : 10
message:
enabled : true
text : '&cYou are on cooldown, join alerts are paused for you'
alerts:
on join:
enabled : true
text : '&e %player% joined the game'
on leave:
enabled : true
text : '&e %player% left the game'
OnJoin:
title:
enabled : true
title : '&4&l %player%'
subtitle : '&3has joined the game'
lightning:
enabled : true
mode : true
message:
enabled : true
text : '&6&l %player% just joined the server'
sound:
enabled : true
sound : block_note_block_pling
self:
title:
enabled : true
title : '&4&l %player%'
subtitle : '&3Welcome back!'
message:
enabled : true
text : '&eWe missed you &c %player%'
sound:
enabled : true
sound : block_note_block_pling
OnLeave:
message:
enabled : true
text : '&6&l %player% just left the server'
sound:
enabled : true
sound : block_note_block_pling
![[IMG]](http://proxy.spigotmc.org/d577d2355d64350eb02770fcc9ba129c24fc361f?url=https%3A%2F%2Fi.imgur.com%2FyoZyj4m.png)
![[IMG]](http://proxy.spigotmc.org/c09c39dff3e6369f56082f0015077829a4ccd7f6?url=https%3A%2F%2Fi.imgur.com%2F5ALOLqt.gif)
![[IMG]](http://proxy.spigotmc.org/9c9dcbc17ef896a924b9cfcb7b7cf4ba0eee8350?url=https%3A%2F%2Fi.imgur.com%2FocO4VX0.gif)
If you review my plugin let me know so i can put your video here
- Add more messages and permissions (10) (DONE✅) (now as much as you want, in numerical order)
- Add a message for Ops(DONE✅)
- Add the ability to change the sound played (DONE✅)
- Add the ability to cancel the default join message "Player joined the game" (DONE✅)
- Add onLeave messages (DONE✅)
- Add the ability to cancel the leave message "Player left the game" (DONE✅)
- Add placeholders (%player%, %servername%, %ip%, accepting suggestions) (DONE✅)
- Accepting suggestions...
By using this plugin you agree to the following terms:
- You cannot sell this plugin
- You cannot claim this plugin as yours
- I can modify this terms at any time without any kind of notification
If you find any bugs please let me know, also make sure to rate this plugin, thank you!
Quick facts
- Edition: Minecraft Java
- File type: .jar
- Minecraft versions listed: 1.14, 1.15, 1.16
- How to install: Install the matching mod loader (Forge, Fabric or NeoForge) for your Minecraft version. → Download the .jar. → Put it in the .minecraft/mods folder and launch that loader profile.
- Where to get it: Opens on Spigot — not every file is mirrored on our own servers.
Install steps are the general flow for this file type — How to install Minecraft Java mods & modpacks walks through it step by step.
MP Join Alert | RGB support!! is a free Minecraft Java mod. Compatible with Minecraft 1.14, 1.15, 1.16. Downloaded 2,290 times (via Spigot). Download it and open it directly in the game.