Created
December 1, 2013 23:53
-
-
Save LB--/7742485 to your computer and use it in GitHub Desktop.
New Bukkit Plugin idea
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
{ | |
"/hugall": | |
{ | |
"by": "You hug everyone", | |
"all": "%0 hugs you and everyone else" | |
}, | |
"/hug *": | |
{ | |
"by": "You hug %*", | |
"*": "%0 hugs you" | |
}, | |
"/punch 1": | |
{ | |
"by": "You blow off steam by punching %1", | |
"1": "%0 blows off steam by punching you" | |
}, | |
"/propose 1": | |
{ | |
"by": "You propose to %1", | |
"1": "%0 has proposed to you", | |
"all": "%0 has proposed to %1" | |
}, | |
"/marry 1 2": | |
{ | |
"by": "Being a priest, you marry %1 and %2", | |
"1": "The priest %0 marries you to %2", | |
"2": "You are married to %1 by the priest %0", | |
"all": "%0, the priest, marries %1 and %2, for better or for worse" | |
}, | |
"/lick 1": | |
{ | |
"by": "Feeling creepy, you decide to lick %1", | |
"1": "You've been licked by that creepy %0" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment