Changes
Page history
added mythicmob and mcmmo drop types
authored
Feb 28, 2024
by
Lxlp
Hide whitespace changes
Inline
Side-by-side
drops/Drops.md
View page @
4fb35c41
...
@@ -34,19 +34,19 @@ The chance for the specified item to be dropped.
...
@@ -34,19 +34,19 @@ 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 | |
|
**champions-exp**
| Will drop experience points for the plugin
*Champions*
. | |
|
**champions-exp**
| Will drop experience points for the plugin
*Champions*
. | |
|
**skillapi-exp**
| Will drop experience points for the plugin
*SkillAPI*
. | |
|
**skillapi-exp**
| 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
**
| 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**
| Will drop money for the plugin
*Vault*
. |
`- money 1500`
|
|
**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 <item>**
| Will drop an
<
item
>
from the plugin
*PhatLoot*
. |
`- phatloot LootTableName 1`
|
|
**phatloot <item>**
| 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
**
| 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`
|
[
For more about MMOItems, see here.
](
https://gitlab.com/phoenix-dvpmt/mmoitems/-/wikis/Item%20Drop%20Tables#adding-mmoitems-to-mythicmobs-drop-tables
)
### Example
### 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
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
...
...
...
...