Welcome to the Hangar Open Beta. Please report any issue you encounter on GitHub!
Avatar for EzPlugins

High-performance player booster system with GUI management and token-based rewards. 1.21 ready.

Report EzBoost?

Release
2.0.0

Shadow48402 released EzBoost version 2.0.0 on April 15, 2026

Minecraft 26.1.2 & Java 25

The plugin has been updated to Minecraft 26.1.2 and Java 25

Placeholders & Messages

New internal message tags (no PlaceholderAPI required)

Boost-context messages in messages.yml now support additional tags automatically. You can use these in any message that relates to a specific boost:

Tag Example output
<boost> / <boost_display> Speed Boost
<boost_key> speed
<boost_cost> 50,000
<boost_cost_compact> 50K
<boost_cost_raw> 50000
<boost_duration> 120
<boost_cooldown> 60

Available in: boost-activated, boost-expired, boost-cooldown, boost-effect-cooldown, insufficient-funds, cost-charged, token-used.

Bug fix: <boost> now shows display name everywhere

Previously boost-expired, cost-charged, and token-used showed the internal config key (e.g. speed) instead of the configured display name (e.g. Speed Boost). This is now fixed. Use <boost_key> if you specifically need the raw config key.

9 new PlaceholderAPI placeholders

Requires PlaceholderAPI to be installed.

Placeholder Returns
%ezboost_has_active_boost% true or false
%ezboost_active_boost% Config key of the active boost, or empty
%ezboost_active_boost_display% Display name of the active boost, or empty
%ezboost_active_boost_time_remaining% Seconds remaining as a number
%ezboost_active_boost_time_remaining_formatted% MM:SS or HH:MM:SS
%ezboost_is_active_<boostkey>% true or false
%ezboost_cooldown_remaining_<boostkey>% Cooldown seconds as a number
%ezboost_cooldown_remaining_formatted_<boostkey>% MM:SS or HH:MM:SS
%ezboost_xp_multiplier% Active XP multiplier (1 if no XP boost is running)

Example uses:

  • Scoreboard line: Boost: %ezboost_active_boost_display% (%ezboost_active_boost_time_remaining_formatted%)
  • Condition check: show a button only when %ezboost_has_active_boost% equals false
  • XP display: XP rate: %ezboost_xp_multiplier%x

Information

Published onApril 15, 2026
Downloads1

Platforms

Paper Paper (1.8-26.1.2)

Dependencies

Paper Paper
Edit Plugin Dependencies: Paper