Description:
This plugin adds an xp boost event to the game.
While active, the boost will multiply the amount of experience a player will receive from any action (killing monsters, breaking spawners, mining, smelting...)
A boost can be activated using the command:
/xpboost <multiplier> <duration>
Where duration is in the following format: "0d 0h 0m 0s" (the order doesn't matter and its not required to have all 4).
Examples:
/xpboost 5 1h 30m - sets a x5 multiplier for 1.5 hours
/xpboost 3 1d 6h 30m - sets a x3 multiplier for a day and 6.5 hours
Features:
/checkboost - prints the current xp multiplier
/xpboost - sets the xp multiplier and duration
Permissions:
xpboost.admin - allows the player to use the command /xpboost
Configuration:
Source Code:
Git Repository: https://github.com/Danielkinz/Xp-Boost
Contact me:
Skype: Danielkinz2
Spigot: Danielkinz
Feel free to contact me if you have any suggestions or requests
For technical support please use either the discussion thread or send me a message via pm/skype
This plugin adds an xp boost event to the game.
While active, the boost will multiply the amount of experience a player will receive from any action (killing monsters, breaking spawners, mining, smelting...)
A boost can be activated using the command:
/xpboost <multiplier> <duration>
Where duration is in the following format: "0d 0h 0m 0s" (the order doesn't matter and its not required to have all 4).
Examples:
/xpboost 5 1h 30m - sets a x5 multiplier for 1.5 hours
/xpboost 3 1d 6h 30m - sets a x3 multiplier for a day and 6.5 hours
Features:
- XP boost events
- Easy to configure
- Customizable messages
/checkboost - prints the current xp multiplier
/xpboost - sets the xp multiplier and duration
Permissions:
xpboost.admin - allows the player to use the command /xpboost
Configuration:
Spoiler: config.yml
Code (Text):
Current Boost:
Multiplier: 1
Expire: 0
Missing Permissions: '&cInsufficient Permissions'
# Syntax error for /xpboost
XpBoostSyntax: '&cSyntax: /xpboost {muliplier} {time}| /xpboost clear'
# The message that is broadcasted when a multiplier starts
Start: '&aA {multiplier} XP Multiplier has begun. Ends in: {time}'
# The message that is broadcasted when a multiplier ends
End: '&cGlobal XPBoost Has Ended.'
# The error that is displayed when someone tries to start a boost while one is already active
InProgress: '&cYou can not start another xpboost as there is already one in progress.'
# The message that is displayed when someone clears the boost
Clear: '&cThe global XP boost has been cleared'
# The error that is displayed when trying to clear an XP boost but there aren't any active boosts
Error Clearing: '&cThere is no current XP Boost to clear.'
# The list displayed when using /checkboost
# Placeholders:
# {active} : If there is an active boost or not. Will be replaced with the value from "Booleans"
# {multiplier} : The xp multiplier
# {countdown} : The time left until the boost ends. Uses the time format from "Time Formats"
CheckBoost:
- '&7Multiplier: &aX{multiplier}'
- '&7Time Left: &a{countdown}'
No Active Boost: '&cThere are not xp boosts at the moment'
# The format of time strings.
# The line displayed is the line that fits exactly to the situation
# First line: days, hours, minutes and seconds
# Seconds line: hours, minutes and seconds
# Third line: minutes and seconds
# Fourth line: seconds
# Fifth line: No time left
Time Formats:
- '{days} days, {hours} hours, {minutes} minutes and {seconds} seconds'
- '{hours} hours, {minutes} minutes and {seconds} seconds'
- '{minutes} minutes and {seconds} seconds'
- '{seconds} seconds'
- 'None'
Multiplier: 1
Expire: 0
Missing Permissions: '&cInsufficient Permissions'
# Syntax error for /xpboost
XpBoostSyntax: '&cSyntax: /xpboost {muliplier} {time}| /xpboost clear'
# The message that is broadcasted when a multiplier starts
Start: '&aA {multiplier} XP Multiplier has begun. Ends in: {time}'
# The message that is broadcasted when a multiplier ends
End: '&cGlobal XPBoost Has Ended.'
# The error that is displayed when someone tries to start a boost while one is already active
InProgress: '&cYou can not start another xpboost as there is already one in progress.'
# The message that is displayed when someone clears the boost
Clear: '&cThe global XP boost has been cleared'
# The error that is displayed when trying to clear an XP boost but there aren't any active boosts
Error Clearing: '&cThere is no current XP Boost to clear.'
# The list displayed when using /checkboost
# Placeholders:
# {active} : If there is an active boost or not. Will be replaced with the value from "Booleans"
# {multiplier} : The xp multiplier
# {countdown} : The time left until the boost ends. Uses the time format from "Time Formats"
CheckBoost:
- '&7Multiplier: &aX{multiplier}'
- '&7Time Left: &a{countdown}'
No Active Boost: '&cThere are not xp boosts at the moment'
# The format of time strings.
# The line displayed is the line that fits exactly to the situation
# First line: days, hours, minutes and seconds
# Seconds line: hours, minutes and seconds
# Third line: minutes and seconds
# Fourth line: seconds
# Fifth line: No time left
Time Formats:
- '{days} days, {hours} hours, {minutes} minutes and {seconds} seconds'
- '{hours} hours, {minutes} minutes and {seconds} seconds'
- '{minutes} minutes and {seconds} seconds'
- '{seconds} seconds'
- 'None'
Source Code:
Git Repository: https://github.com/Danielkinz/Xp-Boost
Contact me:
Skype: Danielkinz2
Spigot: Danielkinz
Feel free to contact me if you have any suggestions or requests
For technical support please use either the discussion thread or send me a message via pm/skype
Quick facts
- Edition: Minecraft Java
- File type: .jar
- Minecraft versions listed: 1.8, 1.9, 1.10
- How to install: Install the matching mod loader (Forge, Fabric or NeoForge) for your Minecraft version. → Download the .jar. → Put it in the .minecraft/mods folder and launch that loader profile.
- Where to get it: Opens on Spigot — not every file is mirrored on our own servers.
Install steps are the general flow for this file type — How to install Minecraft Java mods & modpacks walks through it step by step.
XpBoost is a free Minecraft Java mod. Compatible with Minecraft 1.8, 1.9, 1.10. Downloaded 583 times (via Spigot). Download it and open it directly in the game.