Add ItemStorage
Signed-off-by: yoyosource <yoyosource@nidido.de>
Dieser Commit ist enthalten in:
Ursprung
7f48bc724a
Commit
be56f3caf8
@ -126,6 +126,9 @@ public class ItemStorage implements DetonatorStorage {
|
||||
return Collections.emptyList();
|
||||
}
|
||||
ItemMeta meta = itemStack.getItemMeta();
|
||||
if (meta == null) {
|
||||
return Collections.emptyList();
|
||||
}
|
||||
PersistentDataContainer container = meta.getPersistentDataContainer();
|
||||
|
||||
int length = length();
|
||||
|
In neuem Issue referenzieren
Einen Benutzer sperren