mirror of
https://github.com/MilkBowl/VaultAPI.git
synced 2024-11-15 06:55:14 +01:00
Merge branch 'master' of https://github.com/MilkBowl/VaultAPI
This commit is contained in:
commit
f45e3c27c9
@ -34,7 +34,7 @@ public interface Economy {
|
||||
|
||||
/**
|
||||
* Gets name of economy method
|
||||
* @return Name of Ecoomy Method
|
||||
* @return Name of Economy Method
|
||||
*/
|
||||
public String getName();
|
||||
|
||||
|
@ -248,6 +248,7 @@ public class Items {
|
||||
items.add(new ItemInfo("Cooked Porkchop", new String[][]{{"pork", "cook"}, {"baco"}}, Material.GRILLED_PORK));
|
||||
items.add(new ItemInfo("Paintings", new String[][]{{"paint"}}, Material.PAINTING));
|
||||
items.add(new ItemInfo("Golden Apple", new String[][]{{"appl", "go"}}, Material.GOLDEN_APPLE));
|
||||
items.add(new ItemInfo("Enchanted Golden Apple", new String[][]{{"appl", "go", "ench"}}, Material.GOLDEN_APPLE, (short) 1));
|
||||
items.add(new ItemInfo("Sign", new String[][]{{"sign"}}, Material.SIGN));
|
||||
items.add(new ItemInfo("Wooden Door", new String[][]{{"door", "wood"}, {"door"}}, Material.WOOD_DOOR));
|
||||
items.add(new ItemInfo("Bucket", new String[][]{{"buck"}, {"bukk"}}, Material.BUCKET));
|
||||
|
Loading…
Reference in New Issue
Block a user