add debug

+fix one space at the lore of defaultprot
+updated target
This commit is contained in:
Benkralex
2023-08-29 22:03:17 +02:00
parent ac5845180a
commit 935eafc4c9
5 changed files with 46 additions and 10 deletions
@@ -116,7 +116,7 @@ public class InventoryMenu {
ItemStack idefaultprot = new ItemStack(Material.GOLDEN_SWORD);
ItemMeta mdefaultprot = idefaultprot.getItemMeta();
mdefaultprot.setDisplayName("Standard PvP-Schutz an/aus schalten");
lore.add(ChatColor.LIGHT_PURPLE + "Standart ist PvP-Schutz" + (Config.getPvpProt()?"an":"aus"));
lore.add(ChatColor.LIGHT_PURPLE + "Standart ist PvP-Schutz " + (Config.getPvpProt()?"an":"aus"));
lore.add(ChatColor.BLUE + "");
lore.add(ChatColor.DARK_PURPLE + (Config.getPvpProt()?"Aus":"An") + " schalten");
mdefaultprot.setLore(lore);