Revert "Add Alu-Hut"
All checks were successful
SteamWarCI Build successful

This reverts commit b37ded3a8d.
This commit is contained in:
2025-04-02 08:58:42 +02:00
parent 3b7e38aceb
commit 8c37466312

View File

@@ -46,7 +46,6 @@ public class PlayerSpawn extends BasicListener {
public static final ItemStack PARTICLE = new ItemBuilder(Material.NAME_TAG).setDisplayName("§6Partikel").setUnbreakable(true).removeAllAttributes().build();
private static final ItemStack ELYTRA = new ItemBuilder(Material.ELYTRA).setDisplayName("§5Elytra").setUnbreakable(true).removeAllAttributes().build();
public static final ItemStack NETHER_STAR = new ItemBuilder(Material.NETHER_STAR).setDisplayName("§5Teleporter").setUnbreakable(true).removeAllAttributes().build();
public static final ItemStack ALU_HUT = new ItemBuilder(Material.CHAINMAIL_HELMET).setDisplayName("§8ALU Hut").setUnbreakable(true).removeAllAttributes().build();
@EventHandler(priority = EventPriority.HIGH)
public void onJoin(PlayerJoinEvent e) {
@@ -72,7 +71,6 @@ public class PlayerSpawn extends BasicListener {
inventory.clear();
inventory.setItem(EquipmentSlot.CHEST, ELYTRA);
inventory.setItem(EquipmentSlot.HEAD, ALU_HUT);
int offset = 0;
if (AdventsCalendar.active()) {