SLPopupPickup v2.0
The Ultimate SAO-Style RPG Item Pickup Notification System
➤ INTRODUCTION
Tired of the boring vanilla item pickup system? SLPopupPickup v2 completely overhauls how players experience looting. Inspired by MMORPGs like Sword Art Online, this plugin displays multi-line, stacking, and smoothly shifting item notifications both as a HUD on the player's screen and as Holograms floating above their heads!
Whether you are running an RPG, Skyblock, Factions, or Survival server, giving players satisfying visual feedback when they loot items is crucial for engagement.
➤ CORE FEATURES
Notifications don't just overwrite each other! They stack gracefully (configurable up to 3-5 lines). When you pick up a new item, the oldest line is pushed out, and new items smoothly shift into place.
- Screen HUD (Powered by BetterHud): A sleek GUI notification on the right side of the screen, completely client-sided for the looter. Includes configurable X/Y coordinates and line spacing.
- Holograms (Paper TextDisplays): Floating holograms above the player's head. Nearby players can see what epic loot someone just found! Includes smooth fade-in/fade-out animations.
If a player picks up 5 Diamonds in quick succession, it won't spam 5 lines. It elegantly updates a single line dynamically: +1 Diamond ➔ +5 Diamond.
Fully hook into your favorite custom item plugins! You can define different display formats and colors based on where the item came from.
- MMOItems: Automatically grab the Item Tier (e.g., Legendary, Mythic) and format the pickup text with the tier's designated color!
- MythicMobs: Custom formats for dropped boss items.
- ItemsAdder & Nexo: Full support for visual resource-pack custom items.
- Vanilla: Clean formatting for standard Minecraft items.
Change max lines, display duration, hologram height/scale, HUD coordinates, sound pitches, and disable specific worlds!
➤ IN-GAME SHOWCASE
(<Insert GIF/Video of picking up multiple items here>)
➤ CONFIGURATION SNEAK PEEK
YAML:
display:
max-lines: 3
duration: 5000
stack-duration: 3000
hologram:
enabled: true
line-spacing: 0.3
visible-range: 16
fade-out: 10
hud:
enabled: true
popup-duration: 200 # Ticks
popup-x: 90 # % of screen (right side)
popup-y-start: 75 # Just above hotbar
popup-line-spacing: 5
format:
vanilla: "<gray>+{amount} <white>{item}"
mmoitems: "<gray>+{amount} {tier_color}[{tier}] {item}"
tier-colors:
LEGENDARY: "<gold>"
MYTHIC: "<red>"
➤ INSTALLATION
1. Drop
SLPopupPickup-1.0.0.jar into your plugins folder.2. Ensure you have
BetterHud installed.3. Start the server. The plugin will automatically generate and register its HUD files with BetterHud!
4. Configure formats in
plugins/SLPopupPickup/config.yml.5. Enjoy your new RPG experience!
