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

Cloud for commands #3808

Merged
merged 129 commits into from
Jul 12, 2024
Merged

Cloud for commands #3808

merged 129 commits into from
Jul 12, 2024

Commits on Jun 1, 2023

  1. Initial start on cloud

    Konicai committed Jun 1, 2023
    Configuration menu
    Copy the full SHA
    db5ccff View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2023

  1. Configuration menu
    Copy the full SHA
    8d7e789 View commit details
    Browse the repository at this point in the history
  2. paper-mojangapi is no longer required

    at least right now lol
    Konicai committed Jun 2, 2023
    Configuration menu
    Copy the full SHA
    9da3345 View commit details
    Browse the repository at this point in the history
  3. Be more lenient with backwardsCommandSenderMappers

    any GeyserCommandSource should be valid to use in any CommandManager as long as one of the following is satisfied
    1. it is a platform implementation
    2. isConsole() returns true
    2. playerUuid() returns a valid uuid and the player lookup succeeds
    Konicai committed Jun 2, 2023
    Configuration menu
    Copy the full SHA
    37797d7 View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2023

  1. Cleanup the last commit

    Konicai committed Jun 3, 2023
    Configuration menu
    Copy the full SHA
    8e6d7d3 View commit details
    Browse the repository at this point in the history
  2. Fix small mistakes

    Konicai committed Jun 3, 2023
    Configuration menu
    Copy the full SHA
    e2f71af View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2023

  1. Configuration menu
    Copy the full SHA
    411c289 View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'upstream/master' into feature/cloud

    # Conflicts:
    #	bootstrap/bungeecord/build.gradle.kts
    #	bootstrap/spigot/build.gradle.kts
    #	core/src/main/java/org/geysermc/geyser/command/GeyserCommandManager.java
    #	core/src/main/java/org/geysermc/geyser/translator/protocol/bedrock/BedrockCommandRequestTranslator.java
    Konicai committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    2435a33 View commit details
    Browse the repository at this point in the history
  3. Initial start on permissions

    Konicai committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    e3532fa View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2023

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

Commits on Jun 26, 2023

  1. Merge remote-tracking branch 'upstream/master' into feature/cloud

    # Conflicts:
    #	bootstrap/standalone/src/main/java/org/geysermc/geyser/platform/standalone/gui/GeyserStandaloneGUI.java
    Konicai committed Jun 26, 2023
    Configuration menu
    Copy the full SHA
    f553e83 View commit details
    Browse the repository at this point in the history
  2. permissions.yml and compiling

    Konicai committed Jun 26, 2023
    Configuration menu
    Copy the full SHA
    a830fb7 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2023

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

Commits on Aug 30, 2023

  1. Merge remote-tracking branch 'upstream/master' into feature/cloud

    # Conflicts:
    #	bootstrap/fabric/src/main/java/org/geysermc/geyser/platform/fabric/GeyserFabricMod.java
    #	bootstrap/fabric/src/main/java/org/geysermc/geyser/platform/fabric/command/FabricCommandSource.java
    #	bootstrap/fabric/src/main/java/org/geysermc/geyser/platform/fabric/command/GeyserFabricCommandExecutor.java
    #	bootstrap/spigot/src/main/java/org/geysermc/geyser/platform/spigot/GeyserSpigotPlugin.java
    #	core/src/main/java/org/geysermc/geyser/command/defaults/HelpCommand.java
    #	core/src/main/java/org/geysermc/geyser/command/defaults/VersionCommand.java
    #	core/src/main/resources/languages
    #	gradle/libs.versions.toml
    Konicai committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    42ada0b View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2023

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

Commits on Sep 1, 2023

  1. misc changes for reviews

    Konicai committed Sep 1, 2023
    Configuration menu
    Copy the full SHA
    47031ce View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2023

  1. Configuration menu
    Copy the full SHA
    cddc34a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    aea2a18 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7ee26fb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    94d3f62 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4b893e6 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    54b2597 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    2ab03e7 View commit details
    Browse the repository at this point in the history
  8. Don't force perm registration of perms used by commands

    feeling kinda icky but idk
    Konicai committed Sep 2, 2023
    Configuration menu
    Copy the full SHA
    887509b View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    a640e1a View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2023

  1. fix commands on fabric

    - create cloud earlier
    - trigger resource reload after geyser registers commands to cloud so that cloud registers them to the server
    Konicai committed Sep 3, 2023
    Configuration menu
    Copy the full SHA
    1eba87d View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2023

  1. Configuration menu
    Copy the full SHA
    c7826b5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1c45bb4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    26f53d2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    065abb0 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2023

  1. Configuration menu
    Copy the full SHA
    acd53a4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    12928f1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bdbef04 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cdf06ce View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2023

  1. Update translations

    Konicai committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    821ce46 View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2023

  1. Target languages PR

    Konicai committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    14e1c04 View commit details
    Browse the repository at this point in the history
  2. Merge upstream

    Konicai committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    f1e9869 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    55e50fe View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2023

  1. Stop Bedrock commands from appearing in Java players' brig suggestions

    move bedrock-only and player-only checks to the permission check, instead of being a postprocessor
    Konicai committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    3ec2125 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2023

  1. Merge remote-tracking branch 'upstream/master' into feature/cloud

    # Conflicts:
    #	bootstrap/fabric/src/main/java/org/geysermc/geyser/platform/fabric/world/GeyserFabricWorldManager.java
    #	bootstrap/spigot/src/main/java/org/geysermc/geyser/platform/spigot/world/manager/GeyserSpigotWorldManager.java
    #	bootstrap/sponge/src/main/java/org/geysermc/geyser/platform/sponge/GeyserSpongePlugin.java
    #	bootstrap/sponge/src/main/java/org/geysermc/geyser/platform/sponge/command/SpongeCommandSource.java
    #	core/src/main/java/org/geysermc/geyser/level/GeyserWorldManager.java
    Konicai committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    6e4f718 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2023

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

Commits on Sep 14, 2023

  1. javadocs

    Konicai committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    2aa2621 View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2023

  1. cloud 1.8.4

    Konicai committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    6b22cf7 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2023

  1. Configuration menu
    Copy the full SHA
    5314004 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    df15625 View commit details
    Browse the repository at this point in the history
  3. address some simple reviews

    Konicai committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    7580b8b View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2023

  1. 2.2.0 -> 2.3.0

    Konicai committed Sep 29, 2023
    Configuration menu
    Copy the full SHA
    e9d4802 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6f06ff6 View commit details
    Browse the repository at this point in the history
  3. Don't explicitly clear the CommandRegistry

    Discarding old registries is fine, and clearing one doesn't remove the registrations with cloud anyway.
    Konicai committed Sep 29, 2023
    Configuration menu
    Copy the full SHA
    d97ed14 View commit details
    Browse the repository at this point in the history
  4. Move warning to debug

    Konicai committed Sep 29, 2023
    Configuration menu
    Copy the full SHA
    c715c86 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    799972d View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2023

  1. Configuration menu
    Copy the full SHA
    24323d4 View commit details
    Browse the repository at this point in the history
  2. some misc changes

    Konicai committed Sep 30, 2023
    Configuration menu
    Copy the full SHA
    215f1fe View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0fedd8b View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2023

  1. Merge remote-tracking branch 'upstream/master' into feature/cloud

    # Conflicts:
    #	bootstrap/spigot/src/main/java/org/geysermc/geyser/platform/spigot/GeyserSpigotPlugin.java
    #	gradle/libs.versions.toml
    Konicai committed Oct 1, 2023
    Configuration menu
    Copy the full SHA
    c73b9de View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3a1797f View commit details
    Browse the repository at this point in the history
  3. Update languages

    Konicai committed Oct 1, 2023
    Configuration menu
    Copy the full SHA
    8d708b6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7c083f0 View commit details
    Browse the repository at this point in the history
  5. remove some outdated todos

    Konicai committed Oct 1, 2023
    Configuration menu
    Copy the full SHA
    1cf6d97 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2023

  1. Configuration menu
    Copy the full SHA
    f5b2457 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0cfee52 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    956d607 View commit details
    Browse the repository at this point in the history
  4. hnnnng

    Konicai committed Oct 2, 2023
    Configuration menu
    Copy the full SHA
    37807a5 View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2023

  1. Configuration menu
    Copy the full SHA
    35e08cc View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'upstream/master' into feature/cloud

    # Conflicts:
    #	core/src/main/java/org/geysermc/geyser/GeyserImpl.java
    Konicai committed Oct 6, 2023
    Configuration menu
    Copy the full SHA
    b8b30d3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f1ad466 View commit details
    Browse the repository at this point in the history
  4. Revert "loom is the bane of my existence"

    This reverts commit f1ad466.
    Konicai committed Oct 6, 2023
    Configuration menu
    Copy the full SHA
    bfc5b7f View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2023

  1. update gradle, lombok, loom

    Konicai committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    aeca04a View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2023

  1. Merge remote-tracking branch 'upstream/master' into feature/cloud

    # Conflicts:
    #	core/src/main/java/org/geysermc/geyser/command/defaults/StatisticsCommand.java
    onebeastchris committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    4bd9bfc View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2024

  1. Merge remote-tracking branch 'upstream/master' into feature/cloud-upd…

    …ated
    
    # Conflicts:
    #	api/src/main/java/org/geysermc/geyser/api/event/lifecycle/GeyserDefineCommandsEvent.java
    #	bootstrap/bungeecord/src/main/java/org/geysermc/geyser/platform/bungeecord/command/BungeeCommandSource.java
    #	bootstrap/fabric/src/main/java/org/geysermc/geyser/platform/fabric/GeyserFabricMod.java
    #	bootstrap/fabric/src/main/java/org/geysermc/geyser/platform/fabric/command/FabricCommandSource.java
    #	bootstrap/fabric/src/main/java/org/geysermc/geyser/platform/fabric/command/GeyserFabricCommandExecutor.java
    #	bootstrap/spigot/src/main/java/org/geysermc/geyser/platform/spigot/GeyserSpigotPlugin.java
    #	bootstrap/spigot/src/main/java/org/geysermc/geyser/platform/spigot/command/GeyserPaperCommandListener.java
    #	bootstrap/spigot/src/main/java/org/geysermc/geyser/platform/spigot/command/GeyserSpigotCommandExecutor.java
    #	bootstrap/spigot/src/main/java/org/geysermc/geyser/platform/spigot/command/SpigotCommandSource.java
    #	bootstrap/spigot/src/main/java/org/geysermc/geyser/platform/spigot/world/manager/GeyserSpigotWorldManager.java
    #	bootstrap/velocity/src/main/java/org/geysermc/geyser/platform/velocity/GeyserVelocityPlugin.java
    #	bootstrap/velocity/src/main/java/org/geysermc/geyser/platform/velocity/command/VelocityCommandSource.java
    #	core/src/main/java/org/geysermc/geyser/GeyserBootstrap.java
    #	core/src/main/java/org/geysermc/geyser/GeyserLogger.java
    #	core/src/main/java/org/geysermc/geyser/command/GeyserCommand.java
    #	core/src/main/java/org/geysermc/geyser/command/GeyserCommandExecutor.java
    #	core/src/main/java/org/geysermc/geyser/command/GeyserCommandManager.java
    #	core/src/main/java/org/geysermc/geyser/command/defaults/ConnectionTestCommand.java
    #	core/src/main/java/org/geysermc/geyser/command/defaults/ExtensionsCommand.java
    #	core/src/main/java/org/geysermc/geyser/command/defaults/VersionCommand.java
    #	core/src/main/java/org/geysermc/geyser/level/GeyserWorldManager.java
    #	gradle/libs.versions.toml
    onebeastchris committed Jan 9, 2024
    Configuration menu
    Copy the full SHA
    c7aa3fa View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2024

  1. javadocs fixes

    Co-authored-by: chris <github@onechris.mozmail.com>
    Konicai and onebeastchris committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    f1906f5 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2024

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

Commits on Mar 7, 2024

  1. Configuration menu
    Copy the full SHA
    c867b54 View commit details
    Browse the repository at this point in the history
  2. some more merge issues

    onebeastchris committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    666c23f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dc1826c View commit details
    Browse the repository at this point in the history
  4. 2.0 command arguments

    onebeastchris committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    f2a3fea View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2024

  1. - removed fabric permission api, done by cloud now

    - updated GeyserPermission to 2.0
    - removed mod platform specific permission checkers
    
    TODO:
    - test neoforge permission registration event
    - fix: exception handling
    onebeastchris committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    677f79d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ba3bd43 View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2024

  1. Merge remote-tracking branch 'upstream/master' into feature/cloud-upd…

    …ated
    
    # Conflicts:
    #	bootstrap/bungeecord/build.gradle.kts
    #	bootstrap/mod/fabric/build.gradle.kts
    #	bootstrap/mod/neoforge/build.gradle.kts
    #	bootstrap/spigot/build.gradle.kts
    #	bootstrap/velocity/build.gradle.kts
    #	gradle.properties
    onebeastchris committed Apr 13, 2024
    Configuration menu
    Copy the full SHA
    98856a9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6911105 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5079ce5 View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2024

  1. Merge remote-tracking branch 'upstream/master' into feature/cloud-upd…

    …ated
    
    # Conflicts:
    #	gradle/libs.versions.toml
    #	gradle/wrapper/gradle-wrapper.jar
    #	gradlew
    onebeastchris committed Apr 14, 2024
    Configuration menu
    Copy the full SHA
    dea6c2f View commit details
    Browse the repository at this point in the history
  2. it builds!

    onebeastchris committed Apr 14, 2024
    Configuration menu
    Copy the full SHA
    ad546b6 View commit details
    Browse the repository at this point in the history
  3. - Don't throw when a throwable has been handled

    - Warn when a geyser dump arg isn't valid
    - don't register the `geyser` root literal with the geyser help permission
    onebeastchris committed Apr 14, 2024
    Configuration menu
    Copy the full SHA
    e017532 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    542fb88 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8341480 View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2024

  1. - yeet application plugin from mod/plugin build scripts, set main cla…

    …ss manifest attribute directly
    
    - fix viaproxy plugin plugin warnings
    - update languages module
    onebeastchris committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    f261137 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9aa6553 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2024

  1. Configuration menu
    Copy the full SHA
    aa3d875 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8245b0f View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2024

  1. Revert add entity translator shenanigans, re-add viaproxy console com…

    …mand event handler to deal with console commands
    onebeastchris committed Apr 20, 2024
    Configuration menu
    Copy the full SHA
    55ebb95 View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2024

  1. - add permission (+default) for base /geyser command

    - update languages
    - remove permission from the spigot plugin.yml
    - catch RuntimeExceptions
    - properly send command.failed lang string
    onebeastchris committed Apr 21, 2024
    Configuration menu
    Copy the full SHA
    27a086e View commit details
    Browse the repository at this point in the history
  2. - add default handlers for neoforge

    - dont register blank permissions
    - handle neoforge's picky hasPermission
    - register all Geyser non-command permissions as unset permissions
    onebeastchris committed Apr 21, 2024
    Configuration menu
    Copy the full SHA
    7456ed3 View commit details
    Browse the repository at this point in the history

Commits on May 5, 2024

  1. Merge remote-tracking branch 'refs/remotes/upstream/master' into feat…

    …ure/cloud
    
    # Conflicts:
    #	bootstrap/mod/fabric/src/main/java/org/geysermc/geyser/platform/fabric/GeyserFabricBootstrap.java
    #	bootstrap/mod/neoforge/src/main/java/org/geysermc/geyser/platform/neoforge/GeyserNeoForgeBootstrap.java
    #	bootstrap/mod/src/main/java/org/geysermc/geyser/platform/mod/GeyserModBootstrap.java
    #	bootstrap/spigot/src/main/java/org/geysermc/geyser/platform/spigot/world/manager/GeyserSpigotWorldManager.java
    #	core/src/main/java/org/geysermc/geyser/command/defaults/StatisticsCommand.java
    #	gradle.properties
    #	gradle/libs.versions.toml
    Konicai committed May 5, 2024
    Configuration menu
    Copy the full SHA
    c98d090 View commit details
    Browse the repository at this point in the history

Commits on May 6, 2024

  1. Fix merge mistake

    Konicai committed May 6, 2024
    Configuration menu
    Copy the full SHA
    d1af3ff View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bc1a740 View commit details
    Browse the repository at this point in the history
  3. cleanup CommandRegistry

    Konicai committed May 6, 2024
    Configuration menu
    Copy the full SHA
    bdc2d07 View commit details
    Browse the repository at this point in the history

Commits on May 7, 2024

  1. misc

    Konicai committed May 7, 2024
    Configuration menu
    Copy the full SHA
    5105132 View commit details
    Browse the repository at this point in the history

Commits on May 8, 2024

  1. Configuration menu
    Copy the full SHA
    1140306 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    83c131e View commit details
    Browse the repository at this point in the history

Commits on May 9, 2024

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

Commits on May 13, 2024

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

Commits on May 14, 2024

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

Commits on Jun 2, 2024

  1. Merge branch 'refs/heads/master' into feature/cloud

    # Conflicts:
    #	bootstrap/mod/neoforge/src/main/java/org/geysermc/geyser/platform/neoforge/GeyserNeoForgeBootstrap.java
    #	bootstrap/mod/src/main/java/org/geysermc/geyser/platform/mod/GeyserModBootstrap.java
    #	bootstrap/velocity/src/main/java/org/geysermc/geyser/platform/velocity/GeyserVelocityPlugin.java
    #	core/src/main/java/org/geysermc/geyser/session/GeyserSession.java
    #	core/src/main/java/org/geysermc/geyser/translator/protocol/bedrock/BedrockCommandRequestTranslator.java
    Konicai committed Jun 2, 2024
    Configuration menu
    Copy the full SHA
    70edacc View commit details
    Browse the repository at this point in the history
  2. misc cleanup

    Konicai committed Jun 2, 2024
    Configuration menu
    Copy the full SHA
    30aa88e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cc94227 View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2024

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

Commits on Jun 7, 2024

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

Commits on Jun 9, 2024

  1. Configuration menu
    Copy the full SHA
    d1abeee View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5ad0da1 View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2024

  1. Configuration menu
    Copy the full SHA
    4c00b11 View commit details
    Browse the repository at this point in the history
  2. check more parameters

    Konicai committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    3f90320 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c3d5219 View commit details
    Browse the repository at this point in the history
  4. update to cloud rc.2

    Konicai committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    ffb8256 View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2024

  1. some review

    Konicai committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    6159799 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2024

  1. some more review

    Konicai committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    20d91cc View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2024

  1. Mark Command.Builder#permission(String, TriState) as experimental.

    Improve javadoc and HelpCommand.
    Konicai committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    667486b View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'refs/remotes/upstream/master' into feat…

    …ure/cloud
    
    # Conflicts:
    #	bootstrap/mod/src/main/java/org/geysermc/geyser/platform/mod/world/GeyserModWorldManager.java
    #	core/src/main/java/org/geysermc/geyser/translator/protocol/java/JavaCommandsTranslator.java
    #	gradle/libs.versions.toml
    Konicai committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    1863f5a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    628000b View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2024

  1. Merge remote-tracking branch 'refs/remotes/upstream/master' into feat…

    …ure/cloud
    
    # Conflicts:
    #	core/src/main/java/org/geysermc/geyser/Constants.java
    #	core/src/main/java/org/geysermc/geyser/command/defaults/VersionCommand.java
    onebeastchris committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    f680a72 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5ee0d41 View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2024

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

Commits on Jul 8, 2024

  1. Configuration menu
    Copy the full SHA
    b891023 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    568cbc8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5feccb8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    71b14eb View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2024

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