Skip to content

v2.4.0-rc1

Pre-release
Pre-release
Compare
Choose a tag to compare
@osipxd osipxd released this 14 Feb 08:51
· 24 commits to develop since this release
a4781f0

Mimic support

Now you should install Mimic to use RPGInventory.

Mimic automatically detects classes and levels plugins that you use and RPGInventory will use it for items and slots requirements.
All supported level and class systems are available at this page.
With Mimic you can add support of your own levels/classes plugin.

Removed level-system and class-system options from config.
Option slots.level.spend works for any level system.

Added RPGInventoryItemsRegistry.
You can get RPGInv items using command:

/mimic items give <player> rpginventory:<item id>

Added

  • Validation of slot IDs on slots initialization
  • Validation of allowed and denied items on slots initialization

Fixed

  • Dupe when pressing F on item (#168)