Skip to content

Releases: Despical/CommandFramework

1.0.3

18 May 11:44
Compare
Choose a tag to compare

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.

1.0.2

18 May 10:35
2cfc6d2
Compare
Choose a tag to compare

Auto generated description by Despical's git plugin.

1.0.1

09 Mar 13:54
Compare
Choose a tag to compare

will update here soon (probably won't)

1.0.0

08 Feb 12:08
Compare
Choose a tag to compare
Some changes and fixes