Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
supported-plugins:start [2019/10/21 16:27]
indyuce created
supported-plugins:start [2020/07/01 03:13] (current)
Line 3: Line 3:
  
 ===== WorldGuard Flags===== ===== WorldGuard Flags=====
-MMOItems allows you to use custom flags to prevents players from doing specific actions in certain WorldGuard regions.\+MMOItems allows you to use custom flags to prevents players from doing specific actions in certain WorldGuard regions.
 **Here is the full list:** **Here is the full list:**
-mi-abilities (applies for both on-hit & right-click abilities) +  - mi-abilities (applies for both on-hit & right-click abilities) 
-mi-commands (item commands) +  ​- ​mi-commands (item commands) 
-mi-weapons (only applies for custom weapons) +  ​- ​mi-weapons (only applies for custom weapons) 
-mi-consumables +  ​- ​mi-consumables 
-mi-tools (disable their special enchants: Bouncing Crack...)+  ​- ​mi-tools (disable their special enchants: Bouncing Crack...)
  
-Like any other plugin, [**WorldGuard**](http://​www.enginehub.org/​worldguardshould be detected automatically by MMOItems when the server is booting. You can check the console when the plugin is loading to make sure it was detected.+Like any other plugin, [[http://​www.enginehub.org/​worldguard|WorldGuard]] ​should be detected automatically by MMOItems when the server is booting. You can check the console when the plugin is loading to make sure it was detected
 + 
 +===== MythicMobs===== 
 +MMOItems lets your mythic mobs drop items from MI. Please refer to [[items:​droptables|this wiki page]]. You may also add abilities to MMOItems using the MythicMobs skill creation system, please refer to [[abilities:​start|this wiki page]].
  
 ===== Custom Enchantments plugins===== ===== Custom Enchantments plugins=====
-Since MMOItems 2.0, item data is now stored in NBTTags, which means editing lore by adding custom enchantments to items no longer makes MMOItems unusable. You may only have issues with custom enchants with items that were generated back before 2.0. In this case, you should consider updating your items using /updateitem <​item>​ <id>. You also need to make sure the enchants plugin does not erase the item NBT data when it edits the item lore, but most enchants plugins do not.+Since MMOItems 2.0, item data is now stored in NBTTags, which means editing lore by adding custom enchantments to items no longer makes MMOItems unusable. You may only have issues with custom enchants with items that were generated back before 2.0. In this case, you should consider updating your items using ''​/updateitem <​item>​ <id>''​. You also need to make sure the enchants plugin does not erase the item NBT data when it edits the item lore, but most enchants plugins do not.
 MMOItems is now compatible with most enchant plugins, although the enchant effects might interfere with the item features. MMOItems is now compatible with most enchant plugins, although the enchant effects might interfere with the item features.
  
-## RPG Core Plugins +===== RPG Core Plugins===== 
-MMOItems will automatically hook onto any detected RPG plugin. MMOItems can read the player level in order to apply the item level restriction,​ the player class for the class restriction,​ and the player mana & stamina/​power for ability & item resource costs.\+MMOItems will automatically hook onto any detected RPG plugin. MMOItems can read the player level in order to apply the item level restriction,​ the player class for the class restriction,​ and the player mana & stamina/​power for ability & item resource costs.
 **Supported Core Plugins:** **Supported Core Plugins:**
-[**MMOCore**](https://​www.mc-market.org/resources/11372/) +  - [[https://​www.mythicmobs.net/index.php?​pages/download-mmocore/|MMOCore]] 
-[**Heroes**](https://​www.spigotmc.org/​resources/​24734/​) +  - [[https://​www.spigotmc.org/​resources/​24734/​|Heroes]] 
-[**SkillAPI**](https://​www.spigotmc.org/​resources/​28029/​) +  - [[https://​www.spigotmc.org/​resources/​28029/​|SkillAPI]] 
-[**RPGPlayerLeveling**](https://​www.spigotmc.org/​resources/​11096/​) +  - [[https://​www.spigotmc.org/​resources/​11096/​|RPGPlayerLeveling]] 
-[**BattleLevels**](https://​www.spigotmc.org/​resources/​battlelevels.2218/​) +  - [[https://​www.spigotmc.org/​resources/​battlelevels.2218/​|BattleLevels]] 
-[**Skills**](https://​www.spigotmc.org/​resources/​8981/​) +  - [[https://​www.spigotmc.org/​resources/​8981/​|Skills]] 
-[**mcMMO**](https://​www.spigotmc.org/​resources/​official-mcmmo.64348/​) +  - [[https://​www.spigotmc.org/​resources/​official-mcmmo.64348/​|mcMMO]] 
-[**McRPG**](https://​www.spigotmc.org/​resources/​mcrpg.63020/​)+  - [[https://​www.spigotmc.org/​resources/​mcrpg.63020/​|McRPG]]
  
 **The 'Max Mana' item option ONLY works with MMOCore, Heroes & the MMOItems mana addon. The only way to have items give extra maximum mana is to use one of these plugins.** **The 'Max Mana' item option ONLY works with MMOCore, Heroes & the MMOItems mana addon. The only way to have items give extra maximum mana is to use one of these plugins.**
  
-## MythicMobs +===== PlaceholderAPI===== 
-MMOItems ​lets your mythic mobs drop items from MIPlease refer to [this wiki page](https://​github.com/​Indyuce/​mmoitems/​wiki/​Item-Drop-Tables).+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 durabilityBy 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 [[items:​durability|this wiki page]].
  
-## PlaceholderAPI +===== RPGInventory===== 
-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 ​no longer ​supports RPGInventory. 
- +Please see the MMOItems ​information channel om the MythicCraft Discord for more information.  
-## RPGInventory +===== Hologram Plugins=====
-MMOItems supports ​[**RPGInventory**](https://​www.spigotmc.org/​resources/​12498/​):​ players can equip items from MMOItems ​in their custom inventory and benefit from their statsHowever 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. +
- +
-## Hologram Plugins+
 MMOItems uses hologram plugins to display in-game damage indicators when players hit other monsters and regeneration indicators when players gain health back just like on the following screenshots. MMOItems uses hologram plugins to display in-game damage indicators when players hit other monsters and regeneration indicators when players gain health back just like on the following screenshots.
-Currently, MMOItems supports [**Holograms**](https://​www.spigotmc.org/​resources/​4924/​) and [**HolographicDisplays**](https://​dev.bukkit.org/​projects/​holographic-displays). +Currently, MMOItems supports [[https://​www.spigotmc.org/​resources/​4924/​|Holograms]], [[https://​dev.bukkit.org/​projects/​holographic-displays|HolographicDisplays]] as well as [[https://​www.spigotmc.org/​resources/​cmi-270-commands-insane-kits-portals-essentials-economy-mysql-sqlite-much-more.3742/​|CMI]]. 
-![](https://​i.imgur.com/​Jb29D5m.png)+ 
 +{{https://​i.imgur.com/​Jb29D5m.png?450}}
  
-## BossShopPro+===== BossShopPro=====
 MMOItems adds a special type of reward to BossShopPro. This reward type can be used to give players an item when they click an item. Here is the format you need to use in order to setup an MMOItem reward type: MMOItems adds a special type of reward to BossShopPro. This reward type can be used to give players an item when they click an item. Here is the format you need to use in order to setup an MMOItem reward type:
-```+<​code>​
 RewardType: MMOITEM RewardType: MMOITEM
 Reward: Reward:
Line 53: Line 54:
 - <​ITEM_TYPE>​.<​ITEM_ID>​ - <​ITEM_TYPE>​.<​ITEM_ID>​
 - etc. - etc.
-```+</​code>​

supported-plugins/start.1571675225.txt.gz · Last modified: 2020/07/01 03:13 (external edit)