Releases: OnapleRPG/Itemizer
3.7.1
Stable version (I swear)
Awesome Item of the affixed modifier
This Version Introduice items's affixes. this allow some randomness in generation. You can slightly or drasticly modify your preseted items with these modifiers.
Itemizer item identification
- use item id to check if player have an item (instead of full object)
- minor bug fix
Full Item configuration
Brand new version of Itemizer with huge Improvements
this version totally change the way of storing item to allow more flexibility and reliability. it also comes with new feature :
- you can fetch and retrieve with amount
- you can edit any item NBT you want.
- a
Static
class service to use with javascript. - support of third parties simplifed (more third parties will come soon).
⚠️ this version break down old Itemizer item configuration, use migration tool provided in version 2.1.
Last version of Itemizer 1/2
Important note
For user of itemizer this is the last version using the old config files(version 1 and 2) . new verion have a better way to store item but you need to migrate your conf.
New featrue
/migrate
create a file from youritem.conf
to a new config file suitable with Itemizer 3
/fetch and /retrieve quantities
Added an option to set the quantity to be retrieved for the commands "fetch" and "retrieve".
Note that the "player" attribute of these commands has therefore been moved.
Hotfix
configuration improuvement
Add documentation to global.conf and remove a bug on windows
Bug remove patch
-
Fix configuration issue
-
Add auto-complete to
/retrieve
command