core icon indicating copy to clipboard operation
core copied to clipboard

Command Completion

Open DoggersFor1 opened this issue 4 years ago • 7 comments

Command Completion

DoggersFor1 avatar Nov 13 '21 17:11 DoggersFor1

Some ide's have this automaticly.

BasToTheMax avatar Nov 13 '21 18:11 BasToTheMax

I think he means command completion in the Minecraft game itself, so players can see the list of options for commands and arguments. We will definitely need to implement this!

connerdouglass avatar Nov 13 '21 20:11 connerdouglass

yes. There is currently a fix for this. go into the commands.yml file and add the commands. it the one generated with the project

DoggersFor1 avatar Nov 21 '21 20:11 DoggersFor1

Not quite a fix @Xgod2205, but that is a workaround.

AL1L avatar Nov 22 '21 01:11 AL1L

I just made some improvements to the CLI project here: customrealms/cli#2

You can now define your plugin's commands and permissions in your package.json file and it'll get included in your plugin.yml in your JAR file.

What else is typically done in a Bukkit plugin to get command completion? I've never done it personally.

connerdouglass avatar Nov 22 '21 03:11 connerdouglass

Can there be a tutorial on how customrealms/cli#2 works? I cannot seem to get it to work.

andriemc avatar Jun 11 '22 12:06 andriemc

CustomRealms is a bit dead ig

BasToTheMax avatar Jun 11 '22 12:06 BasToTheMax