diff --git a/src/main/java/ovh/sad/animalrp/AnimalRP.java b/src/main/java/ovh/sad/animalrp/AnimalRP.java index 08d2cdf..f35e5c8 100644 --- a/src/main/java/ovh/sad/animalrp/AnimalRP.java +++ b/src/main/java/ovh/sad/animalrp/AnimalRP.java @@ -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 */ diff --git a/src/main/resources/plugin.yml b/src/main/resources/plugin.yml index 0a2cb20..2a5a617 100644 --- a/src/main/resources/plugin.yml +++ b/src/main/resources/plugin.yml @@ -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: