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
Expanded upon the examples authored Dec 20, 2023 by Amy's avatar Amy
Hide whitespace changes
Inline Side-by-side
Showing with 17 additions and 7 deletions
+17 -7
  • drops/Drops.md drops/Drops.md +17 -7
  • No files found.
drops/Drops.md
View page @ aad2fa96
......@@ -36,17 +36,27 @@ The chance for the specified item to be dropped.
| **champions-exp** | Will drop experience points for the plugin *Champions*. | |
| **skillapi-exp** | Will drop experience points for the plugin *SkillAPI*. | |
| **heroesexp** | Will drop experience points for the plugin *Heroes*. | |
| **mcmmo-exp** | Will drop experience points for the plugin *MCMMO*. | |
| **exp** | Will drop regular Minecraft experience points. | |
| **money** | Will drop money for the plugin *Vault*. | |
| **mythicdrop <item>** | Will drop an <item> from the plugin *MythicDrops*. | |
| **phatloot <item>** | Will drop an <item> from the plugin *PhatLoot*. | |
| **cmd** | Will run a command in console | `- cmd{c="warp <trigger.name> spawn"}` |
| **mcmmo-exp** | Will drop experience points for the plugin *MCMMO*. | -` mcmmo-exp 69` |
| **exp** | Will drop regular Minecraft experience points. | `- exp 420` |
| **money** | Will drop money for the plugin *Vault*. | `- money 1500` |
| **mythicdrop &lt;item&gt;** | Will drop an &lt;item&gt; from the plugin *MythicDrops*. | `- mythicdrop CoolSword 1` |
| **phatloot &lt;item&gt;** | Will drop an &lt;item&gt; from the plugin *PhatLoot*. | `- phatloot LootTableName 1` |
| **cmd** | Will run a command in console. Use <trigger.name> as a placeholder for the player who killed the mob. | `- cmd{c="warp <trigger.name> spawn"} 1` |
| **mmoitems** | Drops a mmoitems item | `- mmoitems{type=SWORD;id=CUTLASS} 1 1` |
| **nothing** | Will drop nothing. Can help while creating weighted droptables| |
| **nothing** | Will drop nothing. Can help while creating weighted droptables| `- nothing` |
[For more about MMOItems, see here.](https://gitlab.com/phoenix-dvpmt/mmoitems/-/wikis/Item%20Drop%20Tables#adding-mmoitems-to-mythicmobs-drop-tables)
### Example
This example will have a 20% chance of dropping 3 diamonds, a 60% chance to run a command and a 12% chance to drop between 100 and 600 exp
```yaml
YourMob:
Type: ZOMBIE
Drops:
- diamond 3 0.2
- cmd{c="crate give <trigger.name> RewardCrate 1"} 1 0.6
- exp 100to600 0.12
```
## 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. Options currently available in-line on builds below 4.12 include **name**, **data**, **amount**, **lore**, and **color**
......
Clone repository
Home
Changelogs
Premium Features
Commands and Permissions
FAQ / Common Issues
Mythic Add-ons
Compatible Plugins
API Information
Packs
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
  • Effects
  • Targeters
    • Filters
  • Triggers
  • Conditions
    • In-line conditions
  • Metaskills
  • Placeholders
  • Variables
  • Math
Items
  • Options
  • Attributes
  • Enchantments
  • Potions
  • Banner Layers
  • Firework
Drops & DropTables
Spawning
  • Spawners
  • Random Spawns
Stats
  • Custom Stat Options
  • Modifiers
  • Built in Stats
Examples
Useful Tips