Archived
0

Change ModInventory command help, update revision number

This commit is contained in:
Dico200
2017-05-29 14:50:58 +02:00
parent 10c9d6f977
commit 8c59af9ec3
2 changed files with 2 additions and 2 deletions

View File

@@ -19,7 +19,7 @@ import org.bukkit.event.Listener;
import java.util.*;
@AutoRegisterListener
@Version(major = 3, minor = 2, revision = 2, compatible = 3)
@Version(major = 3, minor = 2, revision = 3, compatible = 3)
public final class BlockPlaceMods implements Module, Listener
{
public static String PREFIX = ChatColor.GRAY + "[" + ChatColor.DARK_GREEN + "BPM" + ChatColor.GRAY + "]"

View File

@@ -96,7 +96,7 @@ public class ModInventory extends ModAbstract
}
}
StringBuilder message = new StringBuilder();
message.append("&a### &3").append(getName()).append("&a Help ###\n");
message.append("&a### &3Container&a Help ###\n");
message.append("&8").append(getDescription()).append('\n');
message.append("&6/mod ").append(getName().toLowerCase())
.append("&o <slot> &bsets the item in slot to your hand\n");