Created
June 24, 2018 12:40
-
-
Save Asherslab/8a38e116be9b213caba40e5b2992ffac to your computer and use it in GitHub Desktop.
This file contains hidden or 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
{ | |
"delay": 600, | |
"messages": [ | |
{ | |
"color": "green", | |
"extra": [ | |
{ | |
"clickEvent": { | |
"action": "open_url", | |
"value": "https://discord.gg/gA7T6ma" | |
}, | |
"color": "blue", | |
"text": "Discord!" | |
}, | |
], | |
"text": "Join us on " | |
}, | |
{ | |
"extra": [ | |
{ | |
"color": "red", | |
"text": "We're always looking for new members!" | |
}, | |
], | |
"color": "green", | |
"text": "Are you a coder, or looking to get into coding? " | |
}, | |
{ | |
"color": "green", | |
"extra": [ | |
{ | |
"clickEvent": { | |
"action": "open_url", | |
"value": "https://minecolonies.com" | |
}, | |
"color": "blue", | |
"text": "website!" | |
}, | |
], | |
"text": "Check out our " | |
}, | |
{ | |
"color": "green", | |
"extra": [ | |
{ | |
"clickEvent": { | |
"action": "open_url", | |
"value": "https://www.patreon.com/Minecolonies" | |
}, | |
"color": "gold", | |
"text": "Patreon!" | |
}, | |
], | |
"text": "Support us on " | |
}, | |
], | |
"prefix": { | |
"extra": [ | |
{ | |
"color": "green", | |
"bold": "true", | |
"text": "Broadcast" | |
}, | |
{ | |
"color": "dark_gray", | |
"text": "] " | |
} | |
], | |
"color": "dark_gray", | |
"text": "[" | |
}, | |
"random": false, | |
"no-repeat": true | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment