
XP Share
This simple mod introduces just one command: /xpshare
, which allows sharing experience with other players on the server.
The main use case is transferring levels to another participant: /xpshare levels <player_name> <number_of_levels>
. After executing the command, the recipient will gain the specified number of levels, while you will have the corresponding amount of experience deducted.
It's important to note: due to the logarithmic nature of levels in Minecraft, the number of levels deducted from you won't always equal the transferred amount. If you want to transfer an exact number of your levels, use the command /xpshare my-levels <player_name> <number_of_levels>
.
For more precise experience operations, the points
option is available, allowing you to transfer a specific number of experience points - this is useful for technically complex scenarios.