Skip to content

1.0.3

Choose a tag to compare

@Despical Despical released this 18 May 11:44
· 303 commits to main since this release

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.