HomeJavaModsMP Join Alert | RGB support!!
MP Join Alert | RGB support!!
[​IMG]
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!
[​IMG]
[​IMG]

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

[​IMG]

Spoiler: config.yml
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]
Lighning mode: true (mode 1)
[​IMG]
Lighning mode: false (mode 2)
[​IMG]
[​IMG]

If you review my plugin let me know so i can put your video here
[​IMG]
[​IMG]

[​IMG]

[​IMG]
By using this plugin you agree to the following terms:


If you find any bugs please let me know, also make sure to rate this plugin, thank you!

Commands

Plugin details

Read from the plugin's own plugin.yml.

Quick facts

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.

Explore more