Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
M mmoitems
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 47
    • Issues 47
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Operations
    • Operations
    • Incidents
    • Environments
  • Packages & Registries
    • Packages & Registries
    • Package Registry
  • Analytics
    • Analytics
    • CI/CD
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Administrator
  • mmoitems
  • Wiki
  • Supported Plugins

Last edited by sub Aug 02, 2020
Page history

Supported Plugins

This section lists all BUILT-IN compatibilities implemented into MMOItems.

WorldGuard Flags

MMOItems allows you to use custom flags to prevents players from doing specific actions in certain WorldGuard regions.
Here is the full list:

  • mi-abilities (applies for both on-hit & right-click abilities)
  • mi-commands (item commands)
  • mi-weapons (only applies for custom weapons)
  • mi-consumables
  • mi-tools (disable their special enchants: Bouncing Crack...)

Like any other plugin, 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.

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 . 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.

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.
Supported Core Plugins:

  • MMOCore
  • Heroes
  • SkillAPI
  • RPGPlayerLeveling
  • BattleLevels
  • Skills
  • mcMMO
  • 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.

MythicMobs

MMOItems lets your mythic mobs drop items from MI. Please refer to this wiki page.

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% 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.

RPGInventory

MMOItems supports RPGInventory: 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.

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. Currently, MMOItems supports Holograms and HolographicDisplays.

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:

RewardType: MMOITEM
Reward:
- <ITEM_TYPE>.<ITEM_ID>
- <ITEM_TYPE>.<ITEM_ID>
- etc.
Clone repository

  • Home
  • Installation Guide
  • Commands

General

  • Item Types
  • Item Stats & Options
  • Item Creation

Features

  • Mitigation
  • Elemental Damage
  • Item Identification
  • Item Tiers
  • Gem Stones
  • Custom Durability
  • Item Sets
  • Item Upgrading
  • Soulbound

Crafting Stations

  • Crafting Stations
  • Upgrading Recipes
  • Recipe Conditions
  • Recipe Ingredients
  • Recipe Triggers
  • Recipe Options

Custom Blocks

  • Custom Blocks
  • World Gen Templates

Item Management

  • Item Updater
  • Item Drop Tables

Item Generator

  • General
  • Item Templates
  • Item Modifiers
  • Complex Stats
  • Obtaining a random item

Abilities

  • Abilities
  • Ability List

Compatibility & API

  • Supported Plugins
  • Custom Item Textures
  • Main API Features
  • Stat API