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

Installation Guide · Changes

Page history
Updated Installation Guide (markdown) authored Jul 13, 2019 by Indyuce's avatar Indyuce
Hide whitespace changes
Inline Side-by-side
Showing with 9 additions and 5 deletions
+9 -5
  • Installation-Guide.md Installation-Guide.md +9 -5
  • No files found.
Installation-Guide.md
View page @ 8018a552
......@@ -25,12 +25,16 @@ MMOItems Mana & Stamina is a simple addon which adds default mana & stamina reso
* %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.
```max-stamina: '&7■ Max Stamina: &f<plus>#'
```
max-stamina: '&7■ Max Stamina: &f<plus>#'
mana-regen: '&7■ Mana Regeneration: &f<plus>#'
stamina-regen: '&7■ Stamina Regeneration: &f<plus>#'```
stamina-regen: '&7■ Stamina Regeneration: &f<plus>#'
```
Add these lines somwhere in your lore-format.yml setup as well, otherwise these stats will not display in any of your items lore.
```- '#max-stamina#'
```
- '#max-stamina#'
- '#mana-regen#'
- '#stamina-regen#'```
- '#stamina-regen#'
```
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.**
\ No newline at end of file
**MMOItems Mana & Stamina is NOT compatible with other RPG core plugins which already handle mana and stamina/power like SkillAPI, Heroes or RPGPlayerLeveling. This addon will NOT let you utilize the player level from your RPG plugin when installed.**
\ No newline at end of file
Clone repository

Home

General

  • Item Types
  • Item Stats & Options
  • Item Creation

Features

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

Abilities

  • Ability List

Compatibility & API

  • Supported Plugins
  • Custom Item Textures
  • Plugin API

Other

  • Installation Guide