Supported Spigot Versions:
1.19.x
For support, suggestions, feedback and to report bugs:
Join the official Discord
Commands:
< > - Indicates required arguments.
[ ] - Indicates optional arguments.
- /exptend <player> <amount> - Gives another player EXP levels from your levels. (exptend.give)
Permissions:
- exptend.give: Allows a player to give EXP levels to another player.
Messages File
Code (YAML):
###
# EXPtend v1.0.0 messages.yml
#
# Messages can include any of the formatting codes found on http://minecraft.gamepedia.com/Formatting-codes and must use the '&' character to denote them.
#
###
#
###
# Global Variables
# %prefix -> The prefix of EXPtend.
# %sender -> The name of the player who sent the EXP levels.
# %recipient -> The name of the player who is receiving the EXP levels.
# %amount -> The amount of EXP levels.
#
###
prefix
: '&a&lEXPtend &8|&r'
no-permission
: '
%prefix &cYou do not have access to that command.'
commands:
exptend:
usage
: '&c
%command <player> <amount>L'
exp-sent
: '
%prefix &7You sent &6%recipient &a%amount &7EXP level(s).'
errors:
pay-self-error
: '
%prefix &cYou cannot give yourself EXP.'
insufficient-exp-levels
: '
%prefix &cYou do not have sufficient EXP levels.'
recipient-offline
: '
%prefix &c%recipient is not online.'
amount-requirements
: '
%prefix &cThe amount must be a whole number.'
cannot-be-less-than-1
: '
%prefix &cThe amount cannot be less than 1.'
notifications:
exp-received
: '
%prefix &6%sender &7sent you &a%amount &7EXP level(s).'
Config File
Code (YAML):
check-for-updates
: true
auto-update
: true
EXPtend collects anonymous server statistics through
bStats, an open-source statistics service for Minecraft software. If you'd like to disable metrics collection via bStats, you can edit the
plugins/bStats/config.yml file.
Please do not leave a negative review without contacting me first!