Dynamic Commands 3#562
Closed
AlphaModder wants to merge 5 commits intoSpongePowered:feature/commandsfrom
AlphaModder:feature/dynamic-commands-3
Closed
Dynamic Commands 3#562AlphaModder wants to merge 5 commits intoSpongePowered:feature/commandsfrom AlphaModder:feature/dynamic-commands-3
AlphaModder wants to merge 5 commits intoSpongePowered:feature/commandsfrom
AlphaModder:feature/dynamic-commands-3
Conversation
32436e8 to
44dade0
Compare
44dade0 to
10de32f
Compare
zml2008
added a commit
to SpongePowered/SpongeForge
that referenced
this pull request
Apr 12, 2015
This is the implementation for SpongePowered/SpongeAPI#562
10de32f to
39f5c3b
Compare
zml2008
pushed a commit
that referenced
this pull request
Apr 12, 2015
zml2008
added a commit
to SpongePowered/SpongeForge
that referenced
this pull request
Apr 12, 2015
This is the implementation for SpongePowered/SpongeAPI#562
zml2008
added a commit
to SpongePowered/SpongeForge
that referenced
this pull request
Apr 13, 2015
This is the implementation for SpongePowered/SpongeAPI#562
Contributor
Author
|
No reason for this anymore. |
zml2008
pushed a commit
that referenced
this pull request
Apr 17, 2015
zml2008
added a commit
to SpongePowered/SpongeForge
that referenced
this pull request
Apr 17, 2015
This is the implementation for SpongePowered/SpongeAPI#562
zml2008
added a commit
that referenced
this pull request
Apr 17, 2015
Fixes #551. Closes #539. Closes #532. Closes #523. Add CommandResult object to hold results of command execution. Closes #552 Add LocatedSource class for command sources with a location Allow configurable conflict resoultion at command execution time Closes #562 Tweak formatting, work on dimension, world, and child command elements Add an abstract command element that supports matching by pattern and apply it to world, player, catalog type, and enum values argument types
zml2008
added a commit
to SpongePowered/SpongeForge
that referenced
this pull request
Apr 17, 2015
Implement dynamic command alias resolution. This is the implementation for SpongePowered/SpongeAPI#562 Convert Sponge command to new commands API
This file contains hidden or 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
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.
Continuation of #539 for zml's new API. I'll write a description in more detail when it isn't 2 AM...