Skip to content

Instantly share code, notes, and snippets.

@SocraticPhoenix
Created June 13, 2016 01:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save SocraticPhoenix/7635c3d239c397da4bf57f2e6333b179 to your computer and use it in GitHub Desktop.
Save SocraticPhoenix/7635c3d239c397da4bf57f2e6333b179 to your computer and use it in GitHub Desktop.
normalAnnounce= {
Type= "ANNOUNCE"
Entries= [
"%player% has voted and received a Rare Candy!"
]
}
normalItem= {
Type= "ITEM"
Entries= [
{
Type= "pixelmon:item.Rare_Candy"
}
]
}
luckyAnnounce= {
Type= "ANNOUNCE"
Entries= [
"%player% got lucky and receive a Shiny Lucky Crate for voting!"
]
}
luckyItem= {
Type= "COMMAND"
Entries= [
"pokerandom %player% s"
]
}
normalVote= {
Type= "COLLECTION"
Entries= [
"normalAnnounce",
"normalItem"
]
}
luckyVote= {
Type= "COLLECTION"
Chance= @long:1
Entries= [
"luckyAnnounce",
"luckyItem"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment