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

api/2.4.1 - Cloud for commands, ping command, more api #4862

Merged
merged 9 commits into from
Aug 1, 2024
Merged

Commits on Jul 12, 2024

  1. Cloud for commands (#3808)

    Co-authored-by: onebeastchris <[email protected]>
    Konicai and onebeastchris committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    af60a77 View commit details
    Browse the repository at this point in the history
  2. Add a /geyser ping command (#4131)

    * Init: Add /geyser ping command
    
    * Block just console execution, not everything but console senders
    
    * Use RTT as that seems to vary less wildly compared to getPing()
    
    * Cleanup, use lang strings
    
    * Add ping() method to GeyserConnection in api
    
    * Update to cloud changes
    onebeastchris committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    51a1295 View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2024

  1. Configuration menu
    Copy the full SHA
    b213fb5 View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2024

  1. Configuration menu
    Copy the full SHA
    e82dda9 View commit details
    Browse the repository at this point in the history
  2. fix missing import

    onebeastchris committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    bd92a82 View commit details
    Browse the repository at this point in the history
  3. Update DeviceOs to latest protocol (#4553)

    * Update DeviceOs to latest protocol
    * Revert enum name change and add deprecation annotations
    rtm516 committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    81aedf1 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2024

  1. Extensions should specify geyser api version in the extension.yml (#3880

    )
    
    * let extensions specify geyser api version instead of base api version
    
    * fix spacing, @link formatting, properly check for compat
    
    * Proper warning, update to API changes to also check patch version
    
    * Bump base-api version
    
    * adapt to new base api changes
    
    * Actually bump to 2.4.1
    
    * Update api/src/main/java/org/geysermc/geyser/api/extension/ExtensionDescription.java
    
    * Address reviews
    
    * Address reviews
    
    * Update to latest base api changes; proper extension *human* version checking
    
    * no need to apply a plugin, that's the default
    
    ---------
    
    Co-authored-by: Konicai <[email protected]>
    onebeastchris and Konicai committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    0bc960a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2b6ec67 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2024

  1. Configuration menu
    Copy the full SHA
    af245e5 View commit details
    Browse the repository at this point in the history