Filled Custom join/quit message that's hoverable/clickable with PlaceHolderAPI

Discussion in 'Plugin Requests' started by maks244, May 23, 2020.

Thread Status:
Not open for further replies.
  1. Offline

    maks244

    Plugin category: Chat

    Minecraft version: 1.8.8/1.12

    Suggested name: AdvancedJoinMessages

    What I want: I'd like a plugin that adds custom join/quit messages that work with the PlaceHolderAPI. I would also like the join message to have a custom message on hover and a command that executes when the player clicks on it (The command also needs a placeholder for the player that joined. For example: <name>).

    Config example:
    Code:
    Messages:
      Join:
        Enabled: true
        Text: '&7[&a+&7] %luckperms_prefix% &8%player_name% &7joined the server!'
        Hover:
          Enabled: true
          HoverMessage: 'Click here to send a TPA request to %player_displayname%'
          CommandOnClick: /tpa <name>
      Quit:
        Enabled: true
        Text: '&7[&c-&7] %luckperms_prefix% &8%player_name% &7left the server'
        Hover:
          Enabled: false
          HoverMessage: 'Hover Message Here'
          CommandOnClick: /examplecommand
    Ideas for commands: /ajm reload (optional)

    Ideas for permissions: advancedjoinmessages.reload Gives permission to use /ajm reload

    When I'd like it by: Yesterday.
     
  2. Offline

    maks244

  3. Offline

    Xp10d3

    @maks244
    When I'd like it by: Yesterday.

    What do you mean by that?
     
  4. Offline

    timtower Administrator Administrator Moderator

    It is the default in the format...
     
  5. Offline

    Xp10d3

    @timtower Yeah lol so I'm confused as when he actually wants the plugin :p
     
  6. Offline

    timtower Administrator Administrator Moderator

    Asap is usually the answer to that question.
     
    Xp10d3 likes this.
  7. Offline

    maks244

    I'd like it within 2 months ideally
     
  8. Offline

    CoachLuck

    This is possible via spigot 1.12+ from what I can tell, although am trying to make a work around for earlier versions and Bukkit.
     
  9. Offline

    timtower Administrator Administrator Moderator

    Why do you need it for multiple versions at the same time?
     
  10. Offline

    gochi9

    This is the plugin

    It will work most versions on minecraft. Down to 1.8.8 since i only test 1.15.2 and 1.8.8 so i guess it works with all of them. Also it does support PlaceHolderAPI.

    When setting the command you can use
    {player} - for the player that joined/left
    {whoClicked} - for the player who is clicking the message

    The command to reload the config is: /ajm
     
    Last edited: Jun 19, 2020
    AkiraTsubasa likes this.
  11. Offline

    CoachLuck

    Here's my take on the plugin. Will be accepted to Bukkit soon as well. This works for Bukkit, Spigot, Paper 1.8+ and allows you to have separate hover/click elements within the same message. As well as setting Placeholders via PlaceholderAPI
     
    Last edited: Jun 21, 2020
  12. Offline

    maks244

    Thank you! I appreciate it a lot!
     
Thread Status:
Not open for further replies.

Share This Page