Hubert Kuliniak

Results 4 issues of Hubert Kuliniak

Example: ```java @Execute( name = "join", aliases = { @Alias("dolacz"), @Alias(value = "j", suggest = false) } ) public void command(@Context Player player) { ... } ``` Meaning: Only ``join``...

feature
controversial
breaking changes

### Context Menus Context Menu commands are a special type of command that can be invoked on a user or message by right-clicking on them. These commands take no arguments,...

feature
hacktoberfest

## Using 'Optional\' ### Code: ![image](https://github.com/user-attachments/assets/1cd551f9-7dc1-4031-9d0d-053374aef7a0) ### Result: ![image](https://github.com/user-attachments/assets/32af517c-925b-44fc-9e53-02cd540894ad) ## Using '@OptionalArg' ### Code: ![image](https://github.com/user-attachments/assets/884c6599-b381-4e73-b797-ad23342a45a4) ### Result: ![image](https://github.com/user-attachments/assets/c26c7cb9-0871-415f-af17-cda44e408c51)

bug