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

Further improve bolt admin find #125

Merged
merged 8 commits into from
Feb 10, 2024
Merged

Further improve bolt admin find #125

merged 8 commits into from
Feb 10, 2024

Commits on Feb 9, 2024

  1. Further improve bolt admin find

    This moves the find command results to use the new Time utility class
    added in #123. This provides more readable relative time, and also
    provides the exact timestamp on hover.
    
    This change also modifies the "click to teleport" to be more obvious by
    adding a hover event, and also expands the clickable area to the whole
    line.
    
    This change also patches a bug where click teleports would not work for
    built-in world. This is because Bukkit uses names different from the
    vanilla game. For example, what Bukkit calls "world", minecraft calls
    "overworld". Thus, a different method is needed to obtain the format
    that works for minecraft commands.
    rymiel committed Feb 9, 2024
    Configuration menu
    Copy the full SHA
    3596d36 View commit details
    Browse the repository at this point in the history
  2. stray clickEvent

    rymiel committed Feb 9, 2024
    Configuration menu
    Copy the full SHA
    e84f556 View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2024

  1. Lower precision

    rymiel committed Feb 10, 2024
    Configuration menu
    Copy the full SHA
    bc758b6 View commit details
    Browse the repository at this point in the history
  2. Avoid magic number

    rymiel committed Feb 10, 2024
    Configuration menu
    Copy the full SHA
    7dc4021 View commit details
    Browse the repository at this point in the history
  3. Implement callback system

    rymiel committed Feb 10, 2024
    Configuration menu
    Copy the full SHA
    a9a22c9 View commit details
    Browse the repository at this point in the history
  4. Cleanup

    rymiel committed Feb 10, 2024
    Configuration menu
    Copy the full SHA
    2f877e7 View commit details
    Browse the repository at this point in the history
  5. Increase expiry

    rymiel committed Feb 10, 2024
    Configuration menu
    Copy the full SHA
    8c9018a View commit details
    Browse the repository at this point in the history
  6. Don't tab-complete callback

    rymiel committed Feb 10, 2024
    Configuration menu
    Copy the full SHA
    27cf2e4 View commit details
    Browse the repository at this point in the history