Skip to content

Instantly share code, notes, and snippets.

@KhaozFrost
Created September 12, 2019 22:18
Show Gist options
  • Save KhaozFrost/9f83425b17f7d4f41e2eed9b444b29e0 to your computer and use it in GitHub Desktop.
Save KhaozFrost/9f83425b17f7d4f41e2eed9b444b29e0 to your computer and use it in GitHub Desktop.
# The interval (in seconds) after which the broadcast will change.
broadcastInterval=300
overlays=[
{
duration=30
layout="LEFT_AND_RIGHT"
lines=[
"&5&lPLAY.LUNAR&d&lRISINGMC.COM"
]
spec=Lunala
type=PokemonSprite
},
{
duration=30
layout="LEFT_AND_RIGHT"
lines=[
"&e&lTRAINER STATS",
"&aWins:&f %trainer_wins% &7| &cLosses:&f %trainer_losses% &7| &dW/L:&f %trainer_wlratio%%",
"&3Badges Collected:&f %wins%"
]
spec="Rockruff gr:ginormous"
type=PokemonSprite
},
{
duration=30
layout="LEFT_AND_RIGHT"
lines=[
"&6&lDEX STATS",
"&aSeen:&f %trainer_seencount% &7| &bCaught:&f %trainer_dexcount% &7| &cCompleted:&f %trainer_dexpercentage%%",
"&6/dexcheck &f- View missing Pokemon &7| &6/dexrankup&f - Dex Rankup"
]
spec="Mimikyu gr:ginormous"
type=PokemonSprite
},
{
duration=30
layout="LEFT_AND_RIGHT"
lines=[
"%meta_team_tag% %meta_team_banner% %meta_team_tag%",
"&aWins:&f %teamwins% &7| &cLosses:&f %teamlosses% &7| &eW/L:&f %teamratio%",
"&bPokemon Defeated:&f %teamkills% &7| &9Pokemon Caught:&f %teamcaught% &7| &5Legends Caught:&f %teamcaughtlegend%"
]
spec="Marshadow gr:ginormous"
type=PokemonSprite
},
{
duration=30
layout="LEFT_AND_RIGHT"
lines=[
"&f✦ &9&lJoin our Discord server &f✦",
"&bhttps://discord.lunarrisingmc.com"
]
spec="Manaphy gr:ginormous"
type=PokemonSprite
},
{
duration=30
layout="LEFT_AND_RIGHT"
lines=[
"&f✦ &a&lDonate to support the server &f✦",
"&bhttps://shop.lunarrisingmc.com"
]
spec="Lilligant gr:ginormous"
type=PokemonSprite
},
{
duration=30
layout="LEFT_AND_RIGHT"
lines=[
"&f✦ &e&lRemember to vote daily for rewards &f✦",
"&bhttps://lunarrisingmc.com/vote"
]
spec="Talonflame gr:ginormous"
type=PokemonSprite
},
{
duration=30
layout="LEFT_AND_RIGHT"
lines=[
"&f✦ &4&lArk: Survival Evolved &f✦",
"&fJust a reminder; we do have Ark Servers too!",
"&fJoin discord and visit the &b#important-info&f channel for more info."
]
spec="Tyrantrum gr:ginormous"
type=PokemonSprite
},
{
duration=30
layout="LEFT_AND_RIGHT"
lines=[
"&f✦ &3&lAtlas: Better Than Ark &f✦",
"&fJust a reminder; we do have Atlas Servers too!",
"&fJoin discord and visit the &b#important-info&f channel for more info."
]
spec="Dhelmise gr:ginormous"
type=PokemonSprite
},
{
duration=30
layout="LEFT_AND_RIGHT"
lines=[
"&f✦ &e&lClash Of Clans &f✦",
"&fWe have started a new Clash Clan for Lunar Rising and you're invited!",
"&fJoin the Discord and look in &3#clash-of-clans&f channel for more info.",
"&fEarn monthly rewards in Pixelmon as you play with us! &7(&cComing Soon&7)"
]
spec="Zeraora gr:ginormous"
type=PokemonSprite
}
]
# The seconds of silence between two broadcasts. Set to 0 to disable.
silenceInterval=120
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment