Releases: efekos/Simpler
Releases · efekos/Simpler
1.5.8
1.5.7
1.5.6
1.5.5
1.5.4
1.5.3
1.5.2
1.5.1
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 forJSONDataManager<T>
. - Changed License to MIT.
- Changed most of the
ArrayList<...>
type toList<...>
- Changed the tutorial 'Creating A Command': Core and sub commands.
- Changed
CustomItem#CustomItem
: Now it is possible to create aCustomItem
using a preparedUUID
or a randomUUID
. - 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
tome.efekos.simpler.commands.syntax.impl.ListArgument
- Moved
me.efekos.simpler.commands.syntax.StringArgument
tome.efekos.simpler.commands.syntax.impl.StringArgument
- Moved
me.efekos.simpler.commands.syntax.NumberArgument
tome.efekos.simpler.commands.syntax.impl.NumberArgument
- Moved
me.efekos.simpler.commands.syntax.PlayerArgument
tome.efekos.simpler.commands.syntax.impl.PlayerArgument
- Moved
me.efekos.simpler.commands.translation.TranslateManager
tome.efekos.simpler.translation.TranslateManager