So today I have a plugin. This is very basic to use, its a set and forget plugin.
- For PocketMine-MP:
- Alpha_1.3.12
So what does it do exactly?
Well every time you die and respawn you will have the items specified in the config.yml gifted to you in your inventory.
E.g If you were leave it as the default items, when you die you would get:
298 Leather CapWhen you die.
299 Leather Tunic
300 Leather Pants
301 Leather Boots
268 Wooden Sword
270 Wooden Pickaxe
Now you are asking "WTF are these numbers?". The numbers are the ID number for the item. For all item numbers for all the items in the game, go to this website
http://minecraft.gamepedia.com/Data_values_(Pocket_Edition)
All you have to do to get different items is change the config.yml file to the item id's you want
For example, in the config you will see
Items:
-
- 3 <-Item ID (the item you want)
- 0 <- the Meta number (Just leave this at 0)
- 1 <- the amount of items (e.g set it to 64 to get a stack of dirt)
So let me know what I can do to improve on this plugin, or any features you want me to add. And if you are going to rate lower than five starts, please specify why you are doing so.
- Alternate Categories:
- Fun

Outdated ItemSpawn 1.1
Respawn with Items every time!
Advertisement