Minecraft AdvancedJoinMessages mod 2026 download
logo
minecraft mod AdvancedJoinMessages

AdvancedJoinMessages

Game Version: 1.16
Total Downloads: 117
Updated: Aug 13, 2020
Created: Jun 21, 2020
Download AdvancedJoinMessagesDownload Earlier Versions

Earlier Versions

Name Size Uploaded Game Version Downloads
AdvancedJoinMessages v1.0.2 release 16.31 KB Aug 13, 2020 1.16 88 download AdvancedJoinMessages AdvancedJoinMessages v1.0.2 releaseDownload
AdvancedJoinMessages v1.0.1 release 15.64 KB Jul 29, 2020 1.15 11 download AdvancedJoinMessages AdvancedJoinMessages v1.0.1 releaseDownload
AdvancedJoinMessages v1.0.0 release 14.54 KB Jun 21, 2020 1.15 18 download AdvancedJoinMessages AdvancedJoinMessages v1.0.0 releaseDownload

Description

Share this:
Advanced Join Messages
 
It is recommended to use PlaceholderAPI with this plugin.
1.16+ requires Spigot or PaperSpigot to work.
 
Make the first things players see when you join look better, and do more.
This plugin adds clickable and hover-able elements to the join/leave message. (All customizable in the config.yml)
 
This plugin works for every version of MC 1.8+ and should work for 1.7 although I have not tested it yet.
 
You can create different elements within the Join/Leave message, for example you can make the players rank have different commands on click and hover info, than their name, or any other aspect you want to add!
 
As of now, placeholders do not work for the hover text that is show. Use %player_name% to at least get the players name. Other than that PlaceholderAPI placeholders will work in any element defined in the 'Join.Text' or 'Leave.Text' path in the config.
 
Default Configuration:
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
#     INFORMATION       INFORMATION     INFORMATION     INFORMATION     INFORMATION #
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
# 'ids'                                                                             #
#     1. These are defined per line, and then by text in between '<' & '>'          #
#     2. These must start at 0, Here is an example showing if it was in the main    #
#        Text for a message -                                                       #
#        Text:                                                                      #
#          - "<id: '0.0'><id: '0.1'><id: '0.2'>"                                    #
#          - "<id: '1.0'><id: '1.1'><id: '1.2'>"                                    #
#          - "<id: '2.0'><id: '2.1'><id: '2.2'>"                                    #
#        etc.                                                                       #
#     3. You can use any color codes and these will allow placeholders              #
#     4. Space between two ids is ignored, for example "<%player%><has joined!>"    #
#        would look like "PlayerNamehas joined". To add spaces include them within  #
#        the '<>' tags.                                                             #
#                                                                                   #
# 'Remove-Default-Message': whether or not to display the default join message      #
#                           This only matters if you disable Join/Leave message     #
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
General:
  Reload-Permission: "ajm.reload"
  Permission-Message: "&cYou do not have permission to use this command."
  Reloaded-Message: "&aYou have successfully reloaded &7AdvancedJoinMessages&a!"
  Remove-Default-Message: true
Messages:
  Join:
    Enabled: true
    Text:
     - '< &7[&a+&7] %luckperms_prefix%><&8%player_name%>< &7joined the server!>'
      - '< &c&lAdd more lines!>< &7Click me for help!>'
    ids:
      '0':
        '0':
          Hover:
            Enabled: true
            Text: "&7Click here to say &e'Hey'&7 to &e%player_name%&7!"
          Click:
            Enabled: true
            Type: "RUN_COMMAND"
            Data: "/tell %player_name% Hey"
        '1':
          Hover:
            Enabled: true
            Text: '&7Click here to open a &eURL&7!'
          Click:
            Enabled: true
            Type: "OPEN_URL"
            Data: "https://www.google.com"
        '2':
          Hover:
            Enabled: true
            Text: '&7Click here to suggest &esomething&7...'
          Click:
            Enabled: true
            Type: "SUGGEST_COMMAND"
            Data: "/kill"
      '1':
        '0':
          Hover:
            Enabled: false
            Text: ""
          Click:
            Enabled: false
            Type: ""
            Data: ""
        '1':
          Hover:
            Enabled: true
            Text: '&7Click me for help on configuration!'
          Click:
            Enabled: true
            Type: "OPEN_URL"
            Data: "https://github.com/CoachLuck/AdvancedJoinMessages"
  Leave:
    Enabled: true
    Text:
     - '< &7[&c-&7] %luckperms_prefix%><&8%player_name%>< &7left the server!>'
      - '< &c&lAdd more lines!>< &7Click me for help!>'
    ids:
      '0':
        '0':
          Hover:
            Enabled: true
            Text: "&7Click here to say &e'Bye'&7 to &e%player_name%&7!"
          Click:
            Enabled: true
            Type: "RUN_COMMAND"
            Data: "/tell %player_name% Hey"
        '1':
          Hover:
            Enabled: true
            Text: '&7Click here to open a &eURL&7!'
          Click:
            Enabled: true
            Type: "OPEN_URL"
            Data: "https://www.google.com"
        '2':
          Hover:
            Enabled: true
            Text: '&7Click here to suggest &esomething&7...'
          Click:
            Enabled: true
            Type: "SUGGEST_COMMAND"
            Data: "/kill"
      '1':
        '0':
          Hover:
            Enabled: false
            Text: ""
          Click:
            Enabled: false
            Type: ""
            Data: ""
        '1':
          Hover:
            Enabled: true
            Text: '&7Click me for help on configuration!'
          Click:
            Enabled: true
            Type: "OPEN_URL"
            Data: "https://github.com/CoachLuck/AdvancedJoinMessages"

 

 

 

Comments

Add a comment