parent
e983626b9a
commit
7b764eb8af
|
@ -270,8 +270,6 @@ public class AnimalRP extends JavaPlugin {
|
||||||
new InteractionCommand(Mood.CUTE, "%s kissed you.. 0////0 %s", "You kissed %s.. 0////0 %s"));
|
new InteractionCommand(Mood.CUTE, "%s kissed you.. 0////0 %s", "You kissed %s.. 0////0 %s"));
|
||||||
getCommand("bite")
|
getCommand("bite")
|
||||||
.setExecutor(new InteractionCommand(Mood.ANGRY, "%s bit you!! Σ(っ゚Д゚)っ %s", "You bit %s! (○`д´)ノシ %s"));
|
.setExecutor(new InteractionCommand(Mood.ANGRY, "%s bit you!! Σ(っ゚Д゚)っ %s", "You bit %s! (○`д´)ノシ %s"));
|
||||||
getCommand("purr").setExecutor(new InteractionCommand(Mood.CUTE,
|
|
||||||
"You hear the soft sound of %s purring on you... %s", "You jump on %s, and start purring. %s"));
|
|
||||||
getCommand("scratch").setExecutor(new InteractionCommand(Mood.ANGRY, "%s SCRATCHES YOU! Ow! %s",
|
getCommand("scratch").setExecutor(new InteractionCommand(Mood.ANGRY, "%s SCRATCHES YOU! Ow! %s",
|
||||||
"You channel your inner evil, and scratch %s! %s"));
|
"You channel your inner evil, and scratch %s! %s"));
|
||||||
/* Contributed by Simo__28 */
|
/* Contributed by Simo__28 */
|
||||||
|
|
|
@ -23,9 +23,6 @@ commands:
|
||||||
usage: View all chat modifications of animals
|
usage: View all chat modifications of animals
|
||||||
clearcooldown:
|
clearcooldown:
|
||||||
usage: Clears the specified user's cooldown.
|
usage: Clears the specified user's cooldown.
|
||||||
purr:
|
|
||||||
aliases: [mrrow, meow]
|
|
||||||
usage: Purr to someone! :3
|
|
||||||
scratch:
|
scratch:
|
||||||
usage: Scratch someone! Ow!
|
usage: Scratch someone! Ow!
|
||||||
hug:
|
hug:
|
||||||
|
|
Loading…
Reference in a new issue