Fixed all issues with F chest, and a massive increase in performance due to /f chest only serializing / deserializing on startup/shutdown instead of realtime.

This commit is contained in:
ProSavage
2018-09-09 12:40:45 -05:00
parent 9795d3c158
commit 4ad062dddb
7 changed files with 74 additions and 50 deletions

View File

@@ -95,9 +95,9 @@ public interface Faction extends EconomyParticipator {
void setVault(Location vaultLocation);
Inventory getChest();
Inventory getChestInventory();
void setChest(Inventory inventory);
void setChestSize(int chestSize);
void setBannerPattern(ItemStack banner);