Created
June 10, 2015 22:08
-
-
Save sahirshahryar/e3d468ce2327f6d1dedd to your computer and use it in GitHub Desktop.
Really, Mojang?
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"NOTE: This was written using an automated parser. Optimizations can obviously be made." | |
/tellraw @p | |
{ | |
"text": "[", | |
"color": "dark_gray", | |
"extra": [ | |
{ | |
"text": "6/3 ", | |
"color": "red", | |
"hoverEvent": { | |
"action": "show_item", | |
"value": { | |
"id": 1, | |
"tag": { | |
"display": { | |
"Name": "\u00A7f\u00A7eJune 3, 2015 at 1:13 PM", | |
"Lore": [ | |
"a":"\u00A7f \u00A77Approximate time elapsed since then: ", | |
"\u00A7f \u00A7b2 days, 5 hours, and 27 minutes (2d5h27m)", | |
"a":"\u00A7f \u00A77Some ways to write this as an absolute time:", | |
"a":"\u00A7f \u00A7b'June 3, 2015@13:13'", | |
"\u00A7f \u00A7b'day before yesterday", | |
"\u00A7f \u00A7bFriday \u00A77(you will \u00A7oneed\u00A77 quotes if they are shown!)" | |
] | |
} | |
} | |
} | |
} | |
}, | |
{ | |
"text": "- ", | |
"color": "dark_gray" | |
"hoverEvent": { | |
"action": "show_item", | |
"value": { | |
"id": 1, | |
"tag": { | |
"display": { | |
"Name": "\u00A7f\u00A7eJune 3, 2015 at 1:13 PM", | |
"Lore": [ | |
"a":"\u00A7f \u00A77Approximate time elapsed since then: ", | |
"\u00A7f \u00A7b2 days, 5 hours, and 27 minutes (2d5h27m)", | |
"a":"\u00A7f \u00A77Some ways to write this as an absolute time:", | |
"a":"\u00A7f \u00A7b'June 3, 2015@13:13'", | |
"\u00A7f \u00A7b'day before yesterday", | |
"\u00A7f \u00A7bFriday \u00A77(you will \u00A7oneed\u00A77 quotes if they are shown!)" | |
] | |
} | |
} | |
} | |
} | |
}, | |
{ | |
"text": "13:13", | |
"color": "red", | |
"hoverEvent": { | |
"action": "show_item", | |
"value": { | |
"id": 1, | |
"tag": { | |
"display": { | |
"Name": "\u00A7f\u00A7eJune 3, 2015 at 1:13 PM", | |
"Lore": [ | |
"a":"\u00A7f \u00A77Approximate time elapsed since then: ", | |
"\u00A7f \u00A7b2 days, 5 hours, and 27 minutes (2d5h27m)", | |
"a":"\u00A7f \u00A77Some ways to write this as an absolute time:", | |
"a":"\u00A7f \u00A7b'June 3, 2015@13:13'", | |
"\u00A7f \u00A7b'day before yesterday", | |
"\u00A7f \u00A7bFriday \u00A77(you will \u00A7oneed\u00A77 quotes if they are shown!)" | |
] | |
} | |
} | |
} | |
} | |
}, | |
{ | |
"text": "] ", | |
"color": "dark_gray" | |
}, | |
{ | |
"text": "afistofirony ", | |
"color": "gray" | |
}, | |
{ | |
"text": "broke three stone bricks", | |
"color": "gray", | |
"hoverEvent": { | |
"action": "show_item", | |
"value": { | |
"id": 1, | |
"tag": { | |
"display": { | |
"Name": "\u00A7f\u00A7eAction name: \u00A7bblock-break (break)", | |
"Lore": [ "\u00A7f\u00A7cThis action has been reversed." ] | |
} | |
} | |
} | |
} | |
}, | |
{ | |
"text": ".", | |
"color": "gray" | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment