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 144
    • Issues 144
    • 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
    • Drops
  • Drops

Drops · Changes

Page history
standardized hyperlink format authored Mar 27, 2024 by Lxlp's avatar Lxlp
Hide whitespace changes
Inline Side-by-side
Showing with 7 additions and 7 deletions
+7 -7
  • drops/Drops.md drops/Drops.md +7 -7
  • No files found.
drops/Drops.md
View page @ 62c07632
...@@ -34,16 +34,16 @@ The chance for the specified item to be dropped. ...@@ -34,16 +34,16 @@ The chance for the specified item to be dropped.
## Drop Types ## Drop Types
| **Type** | **Explanation** | **Example** | | **Type** | **Explanation** | **Example** |
|-----------------------------|----------------------------------------------------------|-----------------------------------------| |-----------------------------|----------------------------------------------------------|-----------------------------------------|
| [mythicmob](drops/DropTypes/MythicMob) | Will drop a MythicMob | | | [mythicmob](/drops/DropTypes/MythicMob)| Will drop a MythicMob | |
| **champions-exp** | Will drop experience points for the plugin `Champions`. | | | **champions-exp** | Will drop experience points for the plugin `Champions`. | |
| [skillapi-exp](drops/DropTypes/SkillAPIExp) | Will drop experience points for the plugin `SkillAPI` | | | [skillapi-exp](/drops/DropTypes/SkillAPIExp)| Will drop experience points for the plugin `SkillAPI` | |
| **heroesexp** | Will drop experience points for the plugin `Heroes`. | | | **heroesexp** | Will drop experience points for the plugin `Heroes`. | |
| [mcmmo-exp](drops/DropTypes/McMMOExp) | Will drop experience points for the plugin `MCMMO`. | -` mcmmo-exp 69` | | [mcmmo-exp](/drops/DropTypes/McMMOExp)| Will drop experience points for the plugin `MCMMO`. | -` mcmmo-exp 69` |
| **exp** | Will drop regular Minecraft experience points. | `- exp 420` | | **exp** | Will drop regular Minecraft experience points. | `- exp 420` |
| [money](drops/DropTypes/Money) | Will drop money for the plugin `Vault`. | `- money 1500` | | [money](/drops/DropTypes/Money)| Will drop money for the plugin `Vault`. | `- money 1500` |
| **mythicdrop <item>** | Will drop an <item> from the plugin `MythicDrops`. | `- mythicdrop CoolSword 1` | | **mythicdrop <item>** | Will drop an <item> from the plugin `MythicDrops`. | `- mythicdrop CoolSword 1` |
| [phatloot](drops/DropTypes/PhaLoot) | Will drop an &item from the plugin `PhatLoot`. | `- phatloot LootTableName 1` | | [phatloot](/drops/DropTypes/PhaLoot)| Will drop an &item from the plugin `PhatLoot`. | `- phatloot LootTableName 1` |
| [command](drops/DropTypes/Command) | Will run a command in console. | `- cmd{c="warp <trigger.name> spawn"} 1` | | [command](/drops/DropTypes/Command)| Will run a command in console. | `- cmd{c="warp <trigger.name> spawn"} 1` |
| [mmoitems](https://gitlab.com/phoenix-dvpmt/mmoitems/-/wikis/Item%20Drop%20Tables#adding-mmoitems-to-mythicmobs-drop-tables) | Drops a `mmoitems` item | `- mmoitems{type=SWORD;id=CUTLASS} 1 1` | | [mmoitems](https://gitlab.com/phoenix-dvpmt/mmoitems/-/wikis/Item%20Drop%20Tables#adding-mmoitems-to-mythicmobs-drop-tables) | Drops a `mmoitems` item | `- mmoitems{type=SWORD;id=CUTLASS} 1 1` |
| **nothing** | Will drop nothing. Can help while creating weighted droptables | `- nothing` | | **nothing** | Will drop nothing. Can help while creating weighted droptables | `- nothing` |
...@@ -61,7 +61,7 @@ YourMob: ...@@ -61,7 +61,7 @@ YourMob:
## In-line Drops ## In-line Drops
For very basic equipment, you can add some inline item data so that you don't always have to create a mythic item. For very basic equipment, you can add some inline item data so that you don't always have to create a mythic item.
You can use all the item data from [Inline Item Configurations](Mobs/Equipment#in-line-items)! You can use all the item data from [Inline Item Configurations](/Mobs/Equipment#in-line-items)!
```yaml ```yaml
Drops: Drops:
......
Clone repository
Home
Changelogs
Premium Features
Commands and Permissions
FAQ / Common Issues
Mythic Add-ons
Compatible Plugins
API Information
Packs
  • Pins
Mobs
  • Mob Options
    • Display Options
  • Mob Levels
  • Mob Factions
  • Power Scaling
  • Damage Modifiers
  • Equipment
  • BossBar
  • Custom AI
  • Custom Kill Messages
  • Threat Tables
  • Immunity Tables
  • Templates
  • Vanilla Overrides
  • Extra: Disguises
  • Extra: ModelEngine
Skills
  • Mechanics
  • Targeters
    • Filters
  • Triggers
  • Conditions
    • In-line conditions
  • Metaskills
  • Placeholders
  • Variables
Items
  • Options
  • Attributes
  • Enchantments
  • Potions
  • Banner Layers
  • Firework
Drops & DropTables
  • Drops
  • DropTables
  • FancyDrops
Spawning
  • Spawners
  • Random Spawns
Stats
  • Custom Stat Options
  • Modifiers
  • Built in Stats
Technical
  • Math
  • Operations
    • Attribute Operations
    • Stats Modifiers
  • Particles Types
  • Audience
Examples
Useful Tips