Releases
1.5
efekos
released this
16 Aug 13:47
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
You can’t perform that action at this time.