SteamWar/BauSystem
Archiviert
13
0

wieder eine Log-Meldung hinzugefügt

Dieser Commit ist enthalten in:
Jan9103 2020-04-05 15:13:40 +02:00
Ursprung c90695e69c
Commit 193c50f99c

Datei anzeigen

@ -287,6 +287,7 @@ public class BauSystem extends JavaPlugin implements Listener {
for (Attribute a : Attribute.values()) for (Attribute a : Attribute.values())
meta.removeAttributeModifier(a); meta.removeAttributeModifier(a);
stack.setItemMeta(meta); stack.setItemMeta(meta);
Bukkit.getLogger().log(Level.SEVERE, "Spieler " + p.getName() + " (" + p.getUniqueId().toString() + ") hat versucht ein Item mit einem Attribute-Modifier zu bekommen.");
} }
Material material = stack.getType(); Material material = stack.getType();
if (material == Material.POTION || material == Material.SPLASH_POTION || material == Material.LINGERING_POTION) if (material == Material.POTION || material == Material.SPLASH_POTION || material == Material.LINGERING_POTION)