️ Interface Update & New Features
We’re bringing several improvements to the PvP experience, including a more polished GUI, a glowing item effect, and a brand-new
Win Streak Bonus system.
✅ Fixes & Improvements:
- Fixed minor bugs related to GUI fillers
Smoother, more reliable interface visuals.
- New GUI Item: EmptyListItem
When there are no players in the /pvp list queue, a special placeholder item will now appear instead of leaving the slot empty.
- ✨ Item Glow Support in GUI
You can now make GUI buttons/items glow with an enchantment-like effect:
# Should the item have enchantment glow?
glow: false
Set to true to activate the visual enchantment glow.
Win Streak Bonus System
A new system rewards players with
extra points for consecutive wins.
By default, it includes the following tiers:
- Bronze — 3 wins → +1 point per kill
- Silver — 5 wins → +2 points per kill
- Gold — 10 wins → +5 points per kill
⚙️ Fully customizable:
You can remove, edit, or add tiers freely:
config.yml
enable_win_streak_bonus: true
win_streak_bonuses:
bronze:
required_streak: 3
bonus_points: 1
silver:
required_streak: 5
bonus_points: 2
gold:
required_streak: 10
bonus_points: 5
platinum: # Example custom tier
required_streak: 15
bonus_points: 10