diff --git a/resource/config.yml b/resource/config.yml index 0838b06..1c21be4 100644 --- a/resource/config.yml +++ b/resource/config.yml @@ -8,7 +8,6 @@ config: refresh-panels: true refresh-delay: 20 panel-blocks: true - ingame-editor: true hotbar-items: true custom-commands: true auto-register-commands: false diff --git a/src/me/rockyhawk/commandpanels/panelblocks/Commandpanelblocks.java b/src/me/rockyhawk/commandpanels/panelblocks/Commandpanelblocks.java index 2238a40..abc6887 100644 --- a/src/me/rockyhawk/commandpanels/panelblocks/Commandpanelblocks.java +++ b/src/me/rockyhawk/commandpanels/panelblocks/Commandpanelblocks.java @@ -65,7 +65,7 @@ public class Commandpanelblocks implements CommandExecutor { } //make the material name look okay String coordinates = blockLocation.getBlockX() + ", " + blockLocation.getBlockY() + ", " + blockLocation.getBlockZ(); - sender.sendMessage(plugin.tex.colour(plugin.tag + ChatColor.WHITE + args[1] + ChatColor.GREEN + "will now open when right clicking a block in the coordinates " + ChatColor.WHITE + coordinates)); + sender.sendMessage(plugin.tex.colour(plugin.tag + ChatColor.WHITE + args[1] + ChatColor.GREEN + " will now open when right clicking a block in the coordinates " + ChatColor.WHITE + coordinates)); }else{ sender.sendMessage(plugin.tex.colour(plugin.tag + plugin.config.getString("config.format.perms"))); }