... | ... | @@ -33,7 +33,7 @@ MMOItems will automatically hook onto any detected RPG plugin. MMOItems can read |
|
|
MMOItems lets your mythic mobs drop items from MI. Please refer to [this wiki page](https://github.com/Indyuce/mmoitems/wiki/Item-Drop-Tables).
|
|
|
|
|
|
## PlaceholderAPI
|
|
|
MMOItems currently allows you to get the total item stat of a player. To get some stat value, use `%mmoitems_stat_[stat_name]%` e.g `%mmoitems_stat_critical_strike_chance%`. PlaceholderAPI also allows you to retrieve your current item durability. By displaying a certain placeholder to the player, you can show him how damaged the held item is. For more info on that, see the Custom Durability > Via Placeholders section on [this wiki page](https://github.com/Indyuce/mmoitems/wiki/Custom-Durability).
|
|
|
MMOItems currently allows you to get the total item stat of a player. To get some stat value, use `%mmoitems_stat_[stat_name]%` e.g `%mmoitems_stat_critical_strike_chance%` or `%mmoitems_stat_defense_percent%`. PlaceholderAPI also allows you to retrieve your current item durability. By displaying a certain placeholder to the player, you can show him how damaged the held item is. For more info on that, see the Custom Durability > Via Placeholders section on [this wiki page](https://github.com/Indyuce/mmoitems/wiki/Custom-Durability).
|
|
|
|
|
|
## RPGInventory
|
|
|
MMOItems supports [**RPGInventory**](https://www.spigotmc.org/resources/12498/): players can equip items from MMOItems in their custom inventory and benefit from their stats. However since RPGInventory does not support item attribute modifiers, stats based on vanilla attribute modifiers like attack speed, max health & movement speed won't apply on non-armor/hand item slots (i.e extra slots like accessory slots). Any other item effect will work fine.
|
... | ... | |