giveIfWorseBoost
command that grants boost only if player's boost multiplier is smaller than the new one- support for mc 1.17.1
- RPGme support
- issue with Jobs reborn
- rounding issue with experince for jobs
- 1.15.2 action bar messages
- Minecraft 1.16.1 support
- mysql issue with not valid connections
- other minor fixes
- set
api-version
to1.13
inplugin.yml
- ability to disable effect of xp boost for experience from XP Bottles for Paper Spigot
- colorization for
ACTIONBAR
messages /xpb give
command dsiabling all boost types if none were provided (should be enabled by default)
- lang strings for
/xpboost info
command - lang string for non existent command
- issue with start up on paper spigot
- bug with
PlayerInteractEvent
for 1.8.8
- Vietnamese language (VN) thanks to @fecxica
- MyPet support
- command
/xpb giveDefinedBoost <player/all> <boostId> [durationInSeconds]
- gives a player (or everyone) some predefined boost (boost does not have to be enabled in the config) - ability to choose where you want your messages to appear in the
CHAT
orACTIONBAR
forexperienceGainedMessagesOptions
andactiveBoostReminderOptions
settings
- renamed some configuration keys for better readability (you may want to regenerate your config file)
- support for Minecraft 1.14.2
- inventory recognition using
InventoryHolder
- Updated to the latest mcmmo (v2.1.7) version
- Fixed bug with xpboost item on 1.8 servers
- Direct placeholderapi dependency (use xpboost expansion for placeholders)
- Interaction event for < 1.9 version
- updated to the 1.13.2 Spigot
%timeleft%
placeholder to the actionbar message- simplified Chinese (ZHS) language (thanks f0rb1d)
boostEndSound
option to config undersettings
- maven
- refactored large portion of the plugin
- minor improvements
- use of NMS for actionbar messages
- factions support
Initial verstion