diff --git a/com/scott_weldon/xp_to_emerald/XPtoEmerald.class b/com/scott_weldon/xp_to_emerald/XPtoEmerald.class index 7433fa6..61d16af 100644 Binary files a/com/scott_weldon/xp_to_emerald/XPtoEmerald.class and b/com/scott_weldon/xp_to_emerald/XPtoEmerald.class differ diff --git a/com/scott_weldon/xp_to_emerald/XPtoEmerald.java b/com/scott_weldon/xp_to_emerald/XPtoEmerald.java index 54d6b07..5434888 100644 --- a/com/scott_weldon/xp_to_emerald/XPtoEmerald.java +++ b/com/scott_weldon/xp_to_emerald/XPtoEmerald.java @@ -291,7 +291,7 @@ public boolean setScale(CommandSender sender, int scale, String world) { } this.saveConfig(); String worldName = (world == null) ? "all (default) worlds." - : ("world " + world); + : ("world \"" + world + "\""); sender.sendMessage("Scale set to " + scale + " for " + worldName); return true; } @@ -324,7 +324,7 @@ public boolean setMaterial(CommandSender sender, String material, String world) } this.saveConfig(); String worldName = (world == null) ? "all (default) worlds." - : ("world " + world); + : ("world \"" + world + "\""); sender.sendMessage("Material set to " + m.toString() + " for " + worldName); return true; @@ -355,7 +355,6 @@ public boolean reload(CommandSender sender) { this.material = m; for (String fullPath : configKeys) { - getLogger().log(Level.INFO, fullPath); String[] splitPath = fullPath.split("\\."); if (splitPath.length < 2) { continue; diff --git a/jars/XPtoEmerald-1.0.0.jar b/jars/XPtoEmerald-1.0.0.jar new file mode 100644 index 0000000..45354ef Binary files /dev/null and b/jars/XPtoEmerald-1.0.0.jar differ diff --git a/plugin.yml b/plugin.yml index 996ee8b..e9a2d4c 100644 --- a/plugin.yml +++ b/plugin.yml @@ -1,6 +1,6 @@ name: XP to Emerald main: com.scott_weldon.xp_to_emerald.XPtoEmerald -version: 1.0-dev +version: 1.0.0 commands: xptoemerald: description: Convert some XP to Emeralds.