Now the plugin has more compatibility for materials in the newer versions, you can use new kinds of material names in all the the configuration files!
+1 Compatibility!
+1 Bug solved!
Two new options were added, now you can configure the volume and pitch of the plugin sounds!
+2 Options!
The new sorting messages were added into the languages.yml file.
+2 Messages added!
The chest sorter was improved!, more logic was put in to it and now it can detect if the chest was empty or if the chest was already sorted!
+1 Improvement
The messages related with the smelting proccess were added into the languages.yml file.
+3 messages added!
Now you can smelt all your chest content with a simple button, set a price and enjoy this new possibility!
+1 New feature!
The API was finally added to the plugin, more methods will be added in the future, The API comes with the following methods:
Code:// Get the item of an specific type of AdvancedChest getAdvancedChestItem(String chestType); // Get the AdvancedChest type of an specific item getAdvandeChestsTypeByItem(ItemStack itemStack); // Get the last available item from the chest getLastItemFromChest(AdvancedChest chest); // Remove the last avaiable item from the chest dispenseLastItemFromChest(AdvancedChest chest); // Add an specific item to an Advanced Chest addItemToChest(AdvancedChest chest,ItemStack stack); // Get the data manager of the different types of chests getDataManager(); // Get the chest manager getChestManager();
