Maytham Ajam

Results 3 issues of Maytham Ajam

**When I set subCommandArgs(), the autocomplete keeps on going:** ![image](https://user-images.githubusercontent.com/88842870/130062818-9472f184-e002-4fde-9abe-e1a9e56db117.png) ![image](https://user-images.githubusercontent.com/88842870/130062858-762cbaf8-a8f3-4d58-8fd5-3b4859348b78.png) ```java @Override public List getSubcommandArguments(Player player, String[] args) { return Arrays.asList( "note", "memory" ); } ``` **And it goes...

Hello, I came across this project because I do not want to work with Java, although I want to make sure that customrealms works with spigot version 1.8.8. I apologize...

You are able to add items to an inventory even when cancelAllClicks is true. I plan to fix this soon.