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

minor command fixes (/name, /uuid, /node and /dfgive) #14

Merged
merged 5 commits into from
Oct 27, 2022

Commits on Oct 26, 2022

  1. fixed uuid command

    fixed uuid command displaying an error message when the player isn't in creative.
    
    Might want to consider not making the isCreative method send an error message when the player is not in creative.
    TRMMax committed Oct 26, 2022
    Configuration menu
    Copy the full SHA
    d002b3d View commit details
    Browse the repository at this point in the history
  2. minor command fixes

    TRMMax committed Oct 26, 2022
    Configuration menu
    Copy the full SHA
    9c76f6e View commit details
    Browse the repository at this point in the history
  3. removed /name command

    used removed Mojang API
    TRMMax committed Oct 26, 2022
    Configuration menu
    Copy the full SHA
    447322b View commit details
    Browse the repository at this point in the history
  4. Revert "removed /name command"

    This reverts commit 447322b.
    TRMMax committed Oct 26, 2022
    Configuration menu
    Copy the full SHA
    4a7e43d View commit details
    Browse the repository at this point in the history
  5. changed used API in /name

    TRMMax committed Oct 26, 2022
    Configuration menu
    Copy the full SHA
    ade8308 View commit details
    Browse the repository at this point in the history