Minor fixes & version change

This commit is contained in:
Acrobot 2012-12-22 21:05:05 +01:00
parent d0ce8419e7
commit 6ad5d85349
3 changed files with 6 additions and 2 deletions

View File

@ -48,7 +48,7 @@ import java.util.logging.Logger;
* @author Acrobot
*/
public class ChestShop extends JavaPlugin {
public static File dataFolder = new File("plugins/ChestShop");
public static File dataFolder;
private static EbeanServer database;
private static PluginDescriptionFile description;

View File

@ -80,6 +80,10 @@ public class AdminInventory implements Inventory {
return true;
}
public boolean containsAtLeast(ItemStack itemStack, int i) {
return true;
}
public HashMap<Integer, ? extends ItemStack> all(int i) {
HashMap<Integer, ItemStack> items = new HashMap<Integer, ItemStack>();
items.put(1, new ItemStack(i, Integer.MAX_VALUE));

View File

@ -2,7 +2,7 @@ name: ChestShop
main: com.Acrobot.ChestShop.ChestShop
version: 3.50t0037
version: 3.50t0038
#for CButD
dev-url: http://dev.bukkit.org/server-mods/chestshop/