brigadier icon indicating copy to clipboard operation
brigadier copied to clipboard

Add description to command nodes

Open JesFot opened this issue 6 years ago • 3 comments

See #40 For an eventual help command purpose, a description of a node may be useful. In order to keep backward compatibility, I have duplicated some constructors.

JesFot avatar Nov 30 '19 23:11 JesFot

CLA assistant check
All CLA requirements met.

msftclas avatar Nov 30 '19 23:11 msftclas

Can't it become an info-displaying command that is bound to the node (like add this default command to all your tree nodes), so that for nodes that originally have no command like vanilla first literals (e.g. advancement datapack that reports unknown command on initial typing) will execute the dummy info command instead?

liach avatar Jan 23 '20 18:01 liach

Command or node description should not be interpreted as a command. To use your example: /advancement should only display that something is wrong with the command, not a description message about the command itself, /help advancement should do this.

JesFot avatar Feb 07 '20 16:02 JesFot