Changes
Page history
Update Drops
authored
May 12, 2024
by
Amy
Show whitespace changes
Inline
Side-by-side
drops/Drops.md
View page @
c0cb2fa9
...
@@ -42,7 +42,7 @@ The chance for the specified item to be dropped.
...
@@ -42,7 +42,7 @@ The chance for the specified item to be dropped.
|
**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/Pha
t
Loot
)
| 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`
|
...
...
...
...