varunbln / Spawners

Pocketmine plugin made in PHP implementing stackable spawners
GNU Lesser General Public License v3.0
35 stars 23 forks source link

suggestion #76

Closed jaylac2000 closed 4 years ago

jaylac2000 commented 4 years ago

add mystery spawners like /spawner mysteryspawner ...... and it gives players a random spawner when they tap the ground or place it

varunbln commented 4 years ago

This isn't the job of the main plugin itself. BurgerSpawners merely implements Spawners and mobs, you have to implement whatever fancy features you want yourself. This is the same reason I haven't added the Spawner Shop yet, not sure if a Spawner Shop should be a feature in the main plugin itself. However, if you need any help making a command like that, I don't mind helping you make that in your own plugin

jaylac2000 commented 4 years ago

alright, and spawner shop, is probably pretty useless if you use PiggyShopUI which is what i use now.