-
-
Notifications
You must be signed in to change notification settings - Fork 116
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
SpongeCommon/SpongeForge command changes #618
Comments
Which versions of SpongeAPI does this affect (ie. is it being cherry-picked to older versions)? |
The only version I targeted for this is 7. It could be pulled into older versions but that isn't something I personally plan to PR. |
I'll be working on an API 7 cleanup soon. Summer break here I come. |
In addition: https://docs.spongepowered.org/stable/en/server/spongineer/commands.html#sponge Needs to be double checked against https://github.com/SpongePowered/SpongeCommon/blob/stable-7/src/main/java/org/spongepowered/common/command/SpongeCommandFactory.java#L175 The blockinfo and entityinfo are missing, maybe others? |
@parlough Status? |
@parlough Do you mind if I take over? |
Note to self: The following commands are not or wrongly listed: Missing
Changed
|
The |
Just wanted to note a few changes to the
/sponge plugins
command.As of now SpongeCommon uses pagination for the plugin command to display installed plugins. On SpongeCommon/SpongeVanilla it forces
Minecraft, MCP, SpongeAPI, and Sponge
at the beginning of the list in that order. The console will display a non-paginated list for this command.SpongeForge filters out mods from the
/sponge plugins
command and added a new command/sponge mods
which will display all mods. This forcesMinecraft, MCP, FML, MinecraftForge, SpongeAPI, and Sponge
at the beginning of the list in that order. The console also displays a non-paginated list for this command. This command uses the permissionsponge.command.mods
.Both commands also make use of tooltips for each listed item that allow you to hover over the plugin/mod and see the ID and Version quickly. Clicking it still acts the same by showing a more detailed output of the plugin/mod's properties.
tl;dr:
/sponge plugins
now is a paginated list when sent to players. Filters out mods on SpongeForge. SpongeForge added/sponge mods
which displays installed mods and uses the permissionsponge.command.mods
The text was updated successfully, but these errors were encountered: