|
|
You may download the plugin on SpigotMC. The file you download is a ZIP which contains the actual plugin build, **plus** extra addons that you don't need to install the first time you run MMOItems.
|
|
|
|
|
|
**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. You also need MMOItems LegacyWG if you are running WorldGuard 6.2.**
|
|
|
|
|
|
## Installing MMOItems Premium on Legacy (<1.13)
|
|
|
Since 4.7.6, MMOItems Premium supports Spigot 1.12 however it is **not the native versions** and the default config files are made for 1.13+, therefore you need to follow these instructions in order to load an older version of the config files.
|
|
|
Install MMOItems Premium and start your server, then shut it down once MMOItems has been enabled and generated default config files. You should see many loading errors on the console. When your server is shut down, delete all the config files inside the /plugins/MMOItems folder, open the MMOItems downloaded zip, which contains another zip called **legacy-configs.zip**. Extract all its content inside the /MMOItems folder and restart your server. The errors should be gone.
|
|
|
![](https://i.imgur.com/GwYQDFM.gifv)
|
|
|
|
|
|
If you're running WorldGuard on Legacy, you **MUST** install **MMOItems LegacyWG** otherwise MMOItems will spit out an error when loading and it will not enable.
|
|
|
### Installing MMOItems Premium on Legacy (<1.13)
|
|
|
Since 4.7.6, MMOItems Premium features 1.12 support however 1.14+ remains the plugin native version. You will need to download the [1.12 default config files](https://www.dropbox.com/s/7j9gowyd32wy9cv/legacy-configs-UPDATED.zip?dl=1) and install them manually.
|
|
|
|
|
|
## 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**).
|
|
|
If you're running WorldGuard on Legacy, you **MUST** install **MMOItems LegacyWG ([Download](https://www.mythicmobs.net/index.php?resources/mmoitems-legacywg.147/))** otherwise MMOItems will spit out an error when loading and it will not enable.
|
|
|
|
|
|
### MMOItems WorldDrops
|
|
|
### Addon: MMOItems WorldDrops ([Download](https://www.mythicmobs.net/index.php?resources/mmoitems-perworlddrops.146/))
|
|
|
MMOItems WorldDrops allows you to have **per-world drop tables for blocks and monsters**. This allows monsters/blocks 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|Item Drop Tables]].
|
|
|
|
|
|
### MMOItems Mana & Stamina
|
|
|
### Addon: MMOItems Mana & Stamina ([Download](https://www.mythicmobs.net/index.php?resources/mmoitems-manaandstamina.145/))
|
|
|
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%
|
... | ... | @@ -25,7 +18,7 @@ MMOItems Mana & Stamina is a simple addon which adds default mana & stamina reso |
|
|
* %mana_mana_bar%
|
|
|
* %mana_stamina_bar%
|
|
|
* %mana_max_mana%
|
|
|
* %mana_max_stamina%
|
|
|
* %mana_max_stamina%\
|
|
|
|
|
|
This addon also adds three new item stats to MMOItems: Max Stamina, Stamina Regeneration and Mana Regeneration. If you would like to utilize these item stats, you **must** add the following lines to your stats.yml, otherwise MMOItems will spit out an error in the console every time you try to apply it onto an item.
|
|
|
```
|
... | ... | |