Remove item IDs from Worth

This commit is contained in:
md678685 2018-10-15 13:56:36 +01:00
parent 010981d3c8
commit 0a90d76493
3 changed files with 13 additions and 18 deletions

View file

@ -134,8 +134,11 @@ public interface ISettings extends IConf {
boolean isEcoDisabled();
@Deprecated
boolean isTradeInStacks(int id);
boolean isTradeInStacks(Material type);
List<Material> itemSpawnBlacklist();
List<EssentialsSign> enabledSigns();