ItemLootShower

public class ItemLootShower

Handles the visual coin shower effect when players defeat elite mobs. On 1.21.4+, uses packet-based FakeItem entities that cannot be picked up by hoppers or other plugins. On older versions, falls back to real Item entities with pickup protection.

Constructors

Link copied to clipboard
public void ItemLootShower(double itemLevel, double mobLevel, Location location, Player player)
public void ItemLootShower(Location location, Player player, int amount)

Types

Link copied to clipboard
public class ItemLootShowerEvents implements Listener
Event listeners for legacy (pre-1.21.

Properties

Link copied to clipboard
public static HashMap<UUID, ItemLootShower.LegacyCoin> coinValues

Functions

Link copied to clipboard
public static int getCurrencyAmount(double eliteMobTier)
Link copied to clipboard
public static void shutdown()