Skip to content

Releases: efekos/Simpler

1.5.8

18 Nov 16:07
Compare
Choose a tag to compare

See CHANGELOG.md

Note: The new class JsonConfig is probably a bit buggy. Please report any bug you see to the issues page.

1.5.7

20 Sep 20:50
Compare
Choose a tag to compare

See CHANGELOG.md

1.5.6

20 Sep 20:41
Compare
Choose a tag to compare

See CHANGELOG.md

1.5.5

20 Sep 20:30
Compare
Choose a tag to compare

See CHANGELOG.md

1.5.4

16 Sep 19:42
Compare
Choose a tag to compare

See CHANGELOG.md

1.5.3

10 Sep 17:53
Compare
Choose a tag to compare
  • Fixed message configuration being null by default

1.5.2

27 Aug 07:15
Compare
Choose a tag to compare

See CHANGELOG.md

1.5.1

16 Aug 16:46
Compare
Choose a tag to compare

Fixed CoreCommand#getSub(String) not working

1.5

16 Aug 13:47
Compare
Choose a tag to compare
1.5
  • Added copyright to every class.
  • Added proper built-in documentation (JavaDoc Coming Soon).
  • Added me.efekos.simpler.items.ItemContent: Serialize an ItemStack to show it in chat WITHOUT NMS.
  • Added me.efekos.simpler.config.JSONDataManager<T>: Store a list of the datas in '.json' format.
  • Added LICENSE.md
  • Added package-info.java files.
  • Added me.efekos.simpler.config.Storable: Makes your class compatible for JSONDataManager<T>.
  • Changed License to MIT.
  • Changed most of the ArrayList<...> type to List<...>
  • Changed the tutorial 'Creating A Command': Core and sub commands.
  • Changed CustomItem#CustomItem: Now it is possible to create a CustomItem using a prepared UUID or a random UUID.
  • Changed spigot-api to 1.20.1-R0.1-SNAPSHOT (was 1.19-R0.1-SNAPSHOT before).
  • Fixed NumberArgument not using the priority given at constructor
  • Removed CustomItem#setUniqueItemId
  • Removed Simpler#onEnable: Useless
  • Removed Simpler#onDisable: Useless
  • Removed ArgumentResult: Useless & Does not work
  • Moved me.efekos.simpler.commands.syntax.ListArgument to me.efekos.simpler.commands.syntax.impl.ListArgument
  • Moved me.efekos.simpler.commands.syntax.StringArgument to me.efekos.simpler.commands.syntax.impl.StringArgument
  • Moved me.efekos.simpler.commands.syntax.NumberArgument to me.efekos.simpler.commands.syntax.impl.NumberArgument
  • Moved me.efekos.simpler.commands.syntax.PlayerArgument to me.efekos.simpler.commands.syntax.impl.PlayerArgument
  • Moved me.efekos.simpler.commands.translation.TranslateManager to me.efekos.simpler.translation.TranslateManager

1.4

10 Aug 15:13
Compare
Choose a tag to compare
1.4

Added Built-In documentation. Markdown one will take a long time so deal with it.
Added Tutorial page to documentation. I'll add some tutorials to get started as I update Simpler.
Removed Unused classes and annotations