-
Notifications
You must be signed in to change notification settings - Fork 0
DropItem DropItemSaver & DropChance spec
Flashback083 edited this page Mar 3, 2020
·
1 revision
DropItem : Add a vanilla item to the drop list of a pokemon
DropItemSaver: Add custom list of item from the plugin ItemSaver (more info below)
DropChance : Set a percent of drop for dropitem & droptitemsaver
| List of spec | Example | More info |
|---|---|---|
| dropitem | /pokespawn Magikarp dropitem:minecraft_stick | The _ is needed instead of the :, when the Magikarp is defeated, a stick will be added to the drop list |
| dropchance | /pokespawn Magikarp dropitem:minecraft_stick dropchance:50 | When the Magikarp is defeated, 50% of chance to add a stick to the drop list. |
| dropitemsaver | /pokespawn Magikarp dropitemsaver:name | It will take the itemlist of the name you specified when you created the category from the ItemSaver plugin. Possible to use dropchance too. |
ItemSaver is a plugin you can found here : https://github.com/Flashback083/ItemSaver/releases
See all commands of the plugin with /itemsaver command
Add item you want in the list after you created the category, then you can use the spec to get custom items for a specified pokemon !
More questions ? Ask me on discord : Flashback083#1995