Gelöscht_25272 Posted February 22, 2020 Share Posted February 22, 2020 Moin, Ich habe schon /gamerule keepInventory false gemacht. In so einer config.yml von Essentials finde ich auch nichts -.- Im Internet genauso wenig... Link to comment Share on other sites More sharing options...
TileEntity Posted February 23, 2020 Share Posted February 23, 2020 Das wird wohl an deinem DeathBan-Plugin liegen. Wenn der Spieler stirbt, ist der natürliche Weg des Inventarleerens nicht mehr gegeben, da er direkt weggebannt wird 😁 Geh mal in dein Plugin und füge beim EntityDeathEvent die folgenden 2 Zeilen hinzu: p.getEquipment().clear(); p.getInventory().clear(); Bukkit.getServer().dispatchCommand(Bukkit.getConsoleSender(), "tempban " + p.getName() + ...); 1 Link to comment Share on other sites More sharing options...
Gelöscht_25272 Posted February 23, 2020 Author Share Posted February 23, 2020 Jetzt mal ohne Sch*** nh. Danke 😂🤦♂️ Link to comment Share on other sites More sharing options...
Gelöscht_25272 Posted February 23, 2020 Author Share Posted February 23, 2020 Ich musste noch Zitat p.getInventory().setHelmet(null); p.getInventory().setChestplate(null); p.getInventory().setLeggings(null); p.getInventory().setBoots(null); Hinzufügen, weil die Rüstung nicht gecleared wurde Link to comment Share on other sites More sharing options...
TileEntity Posted February 23, 2020 Share Posted February 23, 2020 Stimmt - die gibt es ja auch noch 😄 Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now