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
  • Installation Guide

Last edited by Indyuce Apr 30, 2020
Page history
This is an old version of this page. You can view the most recent version or browse the history.

Installation Guide

You may download & open the zip file on Spigot:

Open the file which corresponds to your server version. If you are running a 1.13/higher server, go for the /MMOItems 1.13+ folder. If you are running a 1.8-1.12 server, go for the /MMOItems 1.8-1.12 folder. Then pickup the file either called MMOItems 1.13.jar or MMOItems Legacy.jar, extract it & drop it in your plugins folder. The other files are unnecessary addons, see below for more info.

If you want to install any of the addons, simply take the jar which corresponds to your server version and drop it in your plugins folder. Last but not least, keep in mind you must ONLY install one plugin jar, either MMOItems 1.13.jar or MMOItems Legacy.jar. Your console will be prompted error messages when trying to install both.

If you are using WorldGuard, make sure you are running the very latest WG build available for your server version. You need WorldGuard 6.2 or higher.

Additional Addons

The other files are addons. If you are new to MMOItems, you might not need them right away. Install them in the /plugins folder (not in the /MMOItems/addon folder).

MMOItems WorldDrops

MMOItems WorldDrops allows you to have per-world drop tables for blocks and monsters. This allows monsters/blocks/mythic mobs to drop different items depending on the world they are killed/mined in. If you want to use this addon, simply drag & drop it in your plugins folder just like you did with MMOItems. A /drops folder should appear in the /MMOItems plugin folder after rebooting your server. In that folder, each .yml file corresponds to a world drop tables. In order to know how to configurate these YAML config files, please refer to this wiki page.

MMOItems AnyItemUpdater

MMOItems AnyItemUpdater allows you to always keep all your items up to date each time you edit them using the item edition menu. The item updater is a system which allows you to keep every item in player inventories up to date with the most recent changes applied to them in the edition menu, which is very handy if you need to nerf them for intance. By typing /updateallitems, you can actually enable the item updater for every item you created. This addon will take extra performance, therefore you need to be careful when using it. The item updater was designed to nerf specific items once at a time, and not to keep all items updated - check your timings after running that command during a server players peak, if they seem fine, you may consider keeping this option on.

MMOItems Mana & Stamina

MMOItems Mana & Stamina is a simple addon which adds default mana & stamina resources for players. These resources can be consumed to use abilities or weapons. PlaceholderAPI placeholders:

  • %mana_mana%
  • %mana_stamina%
  • %mana_mana_regen%
  • %mana_stamina_regen%
  • %mana_mana_bar%
  • %mana_stamina_bar%
  • %mana_max_mana%
  • %mana_max_stamina%

You can use /mana reload to reload the config file once edited. Everything else is self explanatory. MMOItems Mana & Stamina is NOT compatible with other RPG plugins. This addon will NOT let you utilize the player level from your RPG plugin when installed.

Clone repository

Home

General

  • Item Types
  • Item Stats & Options
  • Item Creation

Features

  • Mitigation
  • Elemental Damage
  • Item Identification
  • Item Deconstruction
  • Gem Stones
  • Custom Durability
  • Item Sets
  • Item Drop Tables

Abilities

  • Ability List

Compatibility & API

  • Supported Plugins
  • Texture by durability
  • Plugin API

Other

  • Installation Guide