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

Add more Sponge commands: #3078

Merged
merged 1 commit into from
Jul 20, 2020
Merged

Add more Sponge commands: #3078

merged 1 commit into from
Jul 20, 2020

Conversation

dualspiral
Copy link
Contributor

@dualspiral dualspiral commented Jul 20, 2020

  • /sponge which (not witch, as some people were led to believe!)
  • /sponge version
  • /sponge plugin

Also ensure suggestions that are returned get filtered by startsWith

Also also: generics are a bit better now

Requires SpongePowered/SpongeAPI#2181


public final class SpongeCommand {
public class SpongeCommand {
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Zidane I know you like final things, but this is intended to be overriden by SpongeForge to add any additional commands it sees fit, like /sponge mods, and injected via Guice (so it'll need an explicit binding on SF).

@dualspiral dualspiral force-pushed the api8/sponge-commands branch from 546065f to 888c3de Compare July 20, 2020 21:52
* /sponge which
* /sponge version
* /sponge plugin <plugin>

Also ensure suggestions that are returned get filtered by startsWith

Also also: generics are a bit better now
@dualspiral dualspiral force-pushed the api8/sponge-commands branch from 888c3de to eeebfb9 Compare July 20, 2020 22:30
@dualspiral dualspiral merged commit eeebfb9 into api-8 Jul 20, 2020
@dualspiral dualspiral deleted the api8/sponge-commands branch July 20, 2020 22:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant