Releases: Despical/CommandFramework
Releases · Despical/CommandFramework
1.0.3
1.0.3 Changelogs (18.05.2021)
- Now CommandArguments#getSender now return generic type to match with Player and CommandSender interfaces.
- Added CommandArgument#getArgument method to get any specific argument without receiving array.
- Fixed cannot getting first element because of false logic algorithm.
- Added CommandArguments#isSenderConsole method to check if sender is console.
- Added CommandArguments#isSenderPlayer method to check if sender is player.
- Added CommandArguments#sendMessage method to send message to sender without receving command sender object.
- Added static message fields to CommandFramework class. Now error messages can be handled with using them.