From d4f95b7ed503c2d6a2121231ba1f5dfb8d113c54 Mon Sep 17 00:00:00 2001 From: Pepich Date: Sun, 11 Jun 2017 20:14:01 +0200 Subject: [PATCH] Fixed command String --- src/com/redstoner/modules/naming/Naming.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/com/redstoner/modules/naming/Naming.java b/src/com/redstoner/modules/naming/Naming.java index 5b36d46..f815b69 100644 --- a/src/com/redstoner/modules/naming/Naming.java +++ b/src/com/redstoner/modules/naming/Naming.java @@ -18,7 +18,7 @@ import com.redstoner.modules.Module; import net.md_5.bungee.api.ChatColor; -@Version(major = 2, minor = 1, revision = 0, compatible = 2) +@Version(major = 2, minor = 1, revision = 1, compatible = 2) public class Naming implements Module { @@ -92,6 +92,7 @@ public class Naming implements Module " }\n" + "}\n" + "command lore {\n" + + " [empty] {\n" + " run lore -a name;\n" + " type player;\n" + " help Adds lore to item in hand.;\n" +