Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New command "u xp supply" and bug fix of adding and subtracting xp #3

Open
wants to merge 2 commits into
base: 1.18.2
Choose a base branch
from

Commits on Sep 24, 2022

  1. (fix) add exp and subtract exp works consistently

    Now set a player's exp point to the same number by the method "addPlayerExpPoints" will always make the player's exp point the same as "subtractExpPoints".
    DrMagicalStone committed Sep 24, 2022
    Configuration menu
    Copy the full SHA
    a6eff2d View commit details
    Browse the repository at this point in the history
  2. (enhancement) command: "xp supply"

    Command "u xp supply" moves exp points between players and their exp bottles to make the players' the player's xp point the minimum not less than the xp point or level the players' input.
    DrMagicalStone committed Sep 24, 2022
    Configuration menu
    Copy the full SHA
    2c45d8b View commit details
    Browse the repository at this point in the history