Differences

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

Link to this comparison view

install [2019/10/23 11:54]
indyuce [When using MMOCore with MMOItems]
install [2020/07/01 03:13]
Line 1: Line 1:
-======Installation Guide====== 
-===== Installing MMOCore v1.0.6+===== 
-MMOCore can be installed by drag & dropping the downloaded jar in your server plugin folder. When using MMOCore with other plugins, there might be specific instructions you need to follow to make MMOCore fully utilize its compatibility potential. 
- 
-===== When using MMOCore with MMOItems===== 
-**You must NOT install the Mana & Stamina MMOItems addon when using MMOCore.** MMOCore adds many new item stats to MMOItems (more info [[mmoitems|here]]). You need to add a few lines to your MMOItems language files in order to make MMOCore 100% hook onto MMOItems. Add the following lines to your ''/​MMOItems/​language/​stats.yml'':​ 
-<​code>​ 
-required-intelligence:​ '&​eRequires # Intelligence'​ 
-required-strength:​ '&​eRequires # Strength'​ 
-required-dexterity:​ '&​eRequires # Dexterity'​ 
- 
-max-stamina:​ '&​7■ Max Stamina: &​f<​plus>#'​ 
-stamina-regeneration:​ '&​7■ Stamina Regeneration:​ &​f<​plus>#​%'​ 
-mana-regeneration:​ '&​7■ Mana Regeneration:​ &​f<​plus>#​%'​ 
-skill-cooldown-reduction:​ '&​7■ Skill Cooldown Reduction: &​f<​plus>#​%'​ 
-additional-experience:​ '&​7■ Additional Experience: &​f<​plus>#​%'​ 
-</​code>​ 
- 
-And then, these lines wherever you want in your MMOItems item lore format language file. 
-<​code>​ 
-- '#​required-intelligence#'​ 
-- '#​required-strength#'​ 
-- '#​required-dexterity#'​ 
-... 
-- '#​mana-regeneration#'​ 
-- '#​max-stamina#'​ 
-- '#​stamina-regeneration#'​ 
-- '#​skill-cooldown-reduction#'​ 
-- '#​additional-experience#'​ 
-</​code>​ 
- 
-Last not but least, add this to your ''/​MMOItems/​language/​messages.yml''​. ​ Don't forget to use **''/​mi reload''​** afterwards. 
-<​code>​ 
-not-enough-attribute:​ 'You do not have enough #​attribute#​.'​ 
-</​code>​ 
  

install.txt · Last modified: 2020/07/01 03:13 (external edit)