Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make link clickable in minecraft #3

Open
rom1504 opened this issue Nov 29, 2015 · 0 comments
Open

Make link clickable in minecraft #3

rom1504 opened this issue Nov 29, 2015 · 0 comments

Comments

@rom1504
Copy link
Owner

rom1504 commented Nov 29, 2015

from @demipixel

Convert Hello there! Here is a [link](http://www.google.com) in **bold**
to

{
  text: '',
  extra: [
    {
      text: 'Hello there! Here is a '
    },
    {
      text: 'link',
      color: 'blue',
      hoverEvent: {
        action: 'show_text',
        value: 'http://www.google.com'
      },
      clickEvent: {
        action: 'open_url',
        value: 'http://www.google.com'
      }
    },
    {
      text: ' in '
    },
    {
      text: 'bold',
      bold: true
    }
  ]
}
@rom1504 rom1504 changed the title Make link clickable in minecrafting Make link clickable in minecraft Nov 29, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant