brigadier icon indicating copy to clipboard operation
brigadier copied to clipboard

Added unregister method

Open NgLoader opened this issue 5 years ago • 2 comments

Your now able to unregister a registed command

NgLoader avatar Apr 12 '20 22:04 NgLoader

CLA assistant check
All CLA requirements met.

msftclas avatar Apr 12 '20 23:04 msftclas

You should also overload your method with a String parameter (in case you lost the reference to your CommandNode)

public void unregister(final String name)
public void removeChild(final String name)

marcbal avatar Apr 13 '20 00:04 marcbal