Skip to content

Releases: OnapleRPG/Itemizer

3.7.1

18 Jul 11:56
Compare
Choose a tag to compare

Allowing multiple conf files

Stable version (I swear)

05 Mar 07:30
a2c7c0a
Compare
Choose a tag to compare

This version stabilise the 3.0 but it also bring one new feature :

  • itemstack directly load in pools (fix #25 )
    and fix :
  • fix affix prefix and suffix (lot of ❌) display on Item name (fix #28 )
  • re-enable global conf
  • Tell when affix name not found

Soon be available in sponge ore 😉

Awesome Item of the affixed modifier

01 Feb 10:11
Compare
Choose a tag to compare

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

17 Jan 22:45
Compare
Choose a tag to compare
Pre-release
  • use item id to check if player have an item (instead of full object)
  • minor bug fix

Full Item configuration

17 Nov 21:42
Compare
Choose a tag to compare
Pre-release

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

15 Nov 22:15
Compare
Choose a tag to compare

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 your item.conf to a new config file suitable with Itemizer 3

/fetch and /retrieve quantities

13 Feb 19:08
Compare
Choose a tag to compare

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

16 Jan 17:39
Compare
Choose a tag to compare

remove sevral bug :

  • craft null error
  • attribute not working

configuration improuvement

26 Dec 23:12
Compare
Choose a tag to compare

Add documentation to global.conf and remove a bug on windows

Bug remove patch

25 Dec 22:29
Compare
Choose a tag to compare
  • Fix configuration issue

  • Add auto-complete to /retrieve command