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"));
|
||||
getCommand("bite")
|
||||
.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",
|
||||
"You channel your inner evil, and scratch %s! %s"));
|
||||
/* Contributed by Simo__28 */
|
||||
|
|
|
@ -23,9 +23,6 @@ commands:
|
|||
usage: View all chat modifications of animals
|
||||
clearcooldown:
|
||||
usage: Clears the specified user's cooldown.
|
||||
purr:
|
||||
aliases: [mrrow, meow]
|
||||
usage: Purr to someone! :3
|
||||
scratch:
|
||||
usage: Scratch someone! Ow!
|
||||
hug:
|
||||
|
|
Loading…
Reference in a new issue