remove stats system
improve operations and make them extendable more easily and let other plugins add operations, like requirements move requirements/operations out of ranks class as they will be used in prestiges
This commit is contained in:
@@ -70,7 +70,7 @@ public class Gui implements InventoryHolder {
|
||||
item = new ItemStack(material);
|
||||
}
|
||||
|
||||
if(item.getType() == Material.AIR && section.getName().equalsIgnoreCase("fill")) {
|
||||
if (item.getType() == Material.AIR && section.getName().equalsIgnoreCase("fill")) {
|
||||
return item;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user