Solved Clickable links in chat

Discussion in 'Plugin Requests' started by Puggy, Jun 15, 2015.

  1. Is there any plugins that show up a url that is clickable and will minimise the game and take you to the link, or at least show in console for whoever clicks on it so they can copy and past it in their browser? Ive had a look at a few plugins but no joy.

    cheers
     
  2. Will be nice ^^
     
  3. :D Thanks !

    EDIT:
    Just take time to look ... that not possible :(
     
    Last edited by a moderator: Jun 15, 2015
  4. Is it possible to have clickable links in chat? Post a link and the user clicks it and opens a browser? I think I have seen this used in Minecraft before.
     
  5. Wulf

    Wulf Community Admin

    It's not possible. Also, please search before posting new requests, this has been answered a few times.
     
  6. Thanks Wulf, I searched "links" "clickable" in the search and saw nothing within the past 3-6 months. Just making sure this was still the case for all.
     
  7. Wulf

    Wulf Community Admin

    Yup, still the same.
     
  8. On the Chat, when an ADM Post a Link, the people don't go on the site, because they have laziness.
    It would be nice to have a plugin for when you click, go straight to the site.
     
  9. Good Idea! Replied
     
  10. You can't do it because rust don't implement clickable link.
    @Wulf i am wrong ?
     
  11. You are right. You could handle it over GUI Buttons but then still, you can't make the client open a website.
     
  12. Changing the subject, I'm having a problem with vips tags on Better Chat. The VIPs Diamond and Supremo show the TAG very well, but the vipb, vips, and vipg don't show =/. My Groups.json for possible errors:
    Code:
    [
      {
        "GroupName": "default",
        "Priority": 1,
        "Title": {
          "Hidden": false,
          "HideIfNotHighestPriority": false,
          "Size": 15,
          "Color": "#9EC326",
          "Text": "",
          "InheritSize": false,
          "InheritColor": false
        },
        "PlayerName": {
          "Size": 15,
          "Color": "#9EC326",
          "ClanTagFormat": "[{Clan}] {Name}"
        },
        "Message": {
          "Size": 15,
          "Color": "white"
        },
        "Formatting": {
          "Console": "{Title} {Name}: {Message}",
          "Chat": "{Title} {Name}: {Message}"
        }
      },
      {
        "GroupName": "admin",
        "Priority": 0,
        "Title": {
          "Hidden": false,
          "HideIfNotHighestPriority": false,
          "Size": 15,
          "Color": "#60CFFF",
          "Text": "[Admin]",
          "InheritSize": false,
          "InheritColor": false
        },
        "PlayerName": {
          "Size": 15,
          "Color": "#60CFFF",
          "ClanTagFormat": "[{Clan}] {Name}"
        },
        "Message": {
          "Size": 15,
          "Color": "white"
        },
        "Formatting": {
          "Console": "{Title} {Name}: {Message}",
          "Chat": "{Title} {Name}: {Message}"
        }
      },
      {
        "GroupName": "vipb",
        "Priority": 8,
        "Title": {
          "Hidden": false,
          "HideIfNotHighestPriority": true,
          "Size": 15,
          "Color": "orange",
          "Text": "[VIP]",
          "InheritSize": false,
          "InheritColor": false
        },
        "PlayerName": {
          "Size": 15,
          "Color": "white",
          "ClanTagFormat": "[{Clan}] {Name}"
        },
        "Message": {
          "Size": 15,
          "Color": "white"
        },
        "Formatting": {
          "Console": "{Title} {Name}: {Message}",
          "Chat": "{Title} {Name}: {Message}"
        }
      },
      {
        "GroupName": "vips",
        "Priority": 7,
        "Title": {
          "Hidden": false,
          "HideIfNotHighestPriority": true,
          "Size": 15,
          "Color": "gray",
          "Text": "[VIP]",
          "InheritSize": false,
          "InheritColor": false
        },
        "PlayerName": {
          "Size": 15,
          "Color": "white",
          "ClanTagFormat": "[{Clan}] {Name}"
        },
        "Message": {
          "Size": 15,
          "Color": "white"
        },
        "Formatting": {
          "Console": "{Title} {Name}: {Message}",
          "Chat": "{Title} {Name}: {Message}"
        }
      },
      {
        "GroupName": "vipg",
        "Priority": 6,
        "Title": {
          "Hidden": false,
          "HideIfNotHighestPriority": true,
          "Size": 15,
          "Color": "yellow",
          "Text": "[VIP]",
          "InheritSize": false,
          "InheritColor": false
        },
        "PlayerName": {
          "Size": 15,
          "Color": "white",
          "ClanTagFormat": "[{Clan}] {Name}"
        },
        "Message": {
          "Size": 15,
          "Color": "white"
        },
        "Formatting": {
          "Console": "{Title} {Name}: {Message}",
          "Chat": "{Title} {Name}: {Message}"
        }
      },
      {
        "GroupName": "vipdiamond",
        "Priority": 6,
        "Title": {
          "Hidden": false,
          "HideIfNotHighestPriority": false,
          "Size": 15,
          "Color": "#60CFFF",
          "Text": "[VIP]",
          "InheritSize": false,
          "InheritColor": false
        },
        "PlayerName": {
          "Size": 15,
          "Color": "white",
          "ClanTagFormat": "[{Clan}] {Name}"
        },
        "Message": {
          "Size": 15,
          "Color": "white"
        },
        "Formatting": {
          "Console": "{Title} {Name}: {Message}",
          "Chat": "{Title} {Name}: {Message}"
        }
      },
      {
        "GroupName": "vipsupremo",
        "Priority": 7,
        "Title": {
          "Hidden": false,
          "HideIfNotHighestPriority": false,
          "Size": 15,
          "Color": "#D931A6",
          "Text": "[VIP]",
          "InheritSize": false,
          "InheritColor": false
        },
        "PlayerName": {
          "Size": 15,
          "Color": "purple",
          "ClanTagFormat": "[{Clan}] {Name}"
        },
        "Message": {
          "Size": 15,
          "Color": "white"
        },
        "Formatting": {
          "Console": "{Title} {Name}: {Message}",
          "Chat": "{Title} {Name}: {Message}"
        }
      }
    ]
     
  13. for these things every plugin have so called "Support thread" - I suggest to use brain and BetterChat support thread ;)
     
  14. HideIfNotHighestPriority Just a tip