-
-
Notifications
You must be signed in to change notification settings - Fork 54
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
Sponge 8 implementation #252
Closed
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Closed
jpenilla
force-pushed
the
feature/sponge
branch
from
April 27, 2021 09:01
f62f209
to
0b57af5
Compare
jpenilla
added
enhancement
New feature or request
implementation
Platform implementations
minecraft
labels
Apr 27, 2021
jpenilla
force-pushed
the
feature/sponge
branch
7 times, most recently
from
May 4, 2021 05:23
561361c
to
1135a3c
Compare
jpenilla
force-pushed
the
feature/sponge
branch
2 times, most recently
from
July 27, 2021 08:02
331b1b8
to
69c2b85
Compare
jpenilla
force-pushed
the
feature/sponge
branch
from
September 19, 2021 19:16
69c2b85
to
efb3631
Compare
4 tasks
Needs to check for late command manager creation (causes late command registration checks to fail) |
jpenilla
force-pushed
the
feature/sponge
branch
2 times, most recently
from
January 13, 2022 23:02
ff0a8c1
to
cd4ab76
Compare
jpenilla
commented
Jan 13, 2022
...ft/cloud-sponge/src/main/java/cloud/commandframework/sponge/argument/BlockInputArgument.java
Outdated
Show resolved
Hide resolved
...loud-sponge/src/main/java/cloud/commandframework/sponge/argument/ProtoItemStackArgument.java
Outdated
Show resolved
Hide resolved
...aft/cloud-sponge/src/main/java/cloud/commandframework/sponge/data/GameProfileCollection.java
Outdated
Show resolved
Hide resolved
jpenilla
force-pushed
the
feature/sponge
branch
from
December 13, 2022 19:46
4b1691c
to
96642d1
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Implements Cloud on Sponge 8.
This differs from the previous draft (#51) as it uses the
Command.Raw
API instead of registering commands directly with Brigadier.