Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
MythicMobs MythicMobs
  • Project overview
    • Project overview
    • Details
    • Activity
  • Issues 143
    • Issues 143
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Operations
    • Operations
    • Incidents
  • Analytics
    • Analytics
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Members
    • Members
  • Activity
  • Create a new issue
  • Issue Boards
Collapse sidebar
  • MythicCraft
  • MythicMobsMythicMobs
  • Wiki
    • Items
  • Potions

Last edited by Phil Sep 03, 2022
Page history

Potions

This attribute is used to apply potion effects to potion based items. Note that potion effects can be added to any kind of item, but will only have an actual function on potions. Here is an example:

Format

internal_itemname:
  Id: potion
  Options:
    Color: 0,0,0 #rgb(red,green,blue) format
  PotionEffects:
    - <type> <duration> <level>

<type>

The type of potion effect that should be applied. See below for a list of all types.

<duration>

The duration of the potion effect measured in ticks (20 ticks is 1 second).

<level>

The level modifier for the potion effect. 0 = Level I, 1 = Level II, Etc.

Potion Effects

A complete list of all supported potion effects are listed on the spigot javadocs

Examples

SupremeHealingPotion:
      Id: potion
      Display: '&6Supreme Healing Potion'
      Options:
        Color: 239,103,216
        HideFlags: true
      PotionEffects:
      - HEAL 60 1
      - CONFUSION 20 0
      Lore:
      - '&8An incredibly potent healing potion'
      - '&8able to cure even tremendous wounds.'
      - '&cNotice: May cause liver failure.'
Clone repository
  • Home
  • Changelogs
  • Premium Features
  • Commands and Permissions
  • FAQ / Common Issues
  • Mythic Add-ons
  • Compatible Plugins
  • API Information
  • Packs

Mobs

  • Overview
  • Mob Options
  • Mob Levels
  • Mob Factions
  • Power Scaling
  • Damage Modifiers
  • Equipment
  • BossBar
  • Custom AI
  • Custom Kill Messages
  • Threat Tables
  • Immunity Tables
  • Extra: Disguises
  • Extra: ModelEngine

Skills

  • Overview
  • Mechanics
  • Effects
  • Targeters
  • Triggers
  • Conditions
  • Placeholders
  • Variables
  • Math

Items

  • Overview
  • Options
  • Attributes
  • Enchantments
  • Potions
  • Banner Layers
  • Firework

Drops & DropTables

Spawning

  • Spawners
  • Random Spawns

Examples