![]()
ManaPotion
This is a simple server mod that allows players to drink a specified potion to regain Heroes mana.
Config
potion-id: (Default: 0)The data value for the potion you want to give players mana when drunk (ex: 0 = water bottle)
potion-limit: (Default: 10) How many mana potions players are allowed to hold at once
regain-static: (Default: false) True or false. True = mana regain is a fixed amount. False = mana regain is a random amount within a given range.
regain: (Default: 50) Use only if regain-static is true. The fixed amount of mana regain.
regain-min: (Default: 1) Use only if regain-static is false. The minimum amount of mana given to a player who drinks a mana potion.
regain-max: (Default: 100) Use only if regain-static is false. The maximum amount of mana given to a player who drinks a mana potion.
Please reply with any bugs/comments/requests you may have. Thanks

