Marc Baloup
Marc Baloup
I'm not using commodore since a long time now :/ Maybe someone else is able to test?
I think the suggestion here is to add the ability to define command redirection in the commodore file format. A suggestion for the commodore file format including a redirection could...
I was also thinking about that but I read a discussion on Lucko’s Discord (see link in readme) about exploiting the `.suggests()` method of Brigadier and having an option in...
You should also overload your method with a String parameter (in case you lost the reference to your CommandNode) ```java public void unregister(final String name) ``` ```java public void removeChild(final...
It looks like there is nothing more to do for this PR. Most of the recent commits are rebases for newer MC version. What prevents it from being ready for...
http://www.swig.org/tutorial.html
I have the same bug with the scoreboard. I made a test plugin that change the content of the sidebar progressively so we can see the bug. Here is a...