Magic

Magic

190k Downloads

Is there any way to make wands drop on death?

bamboocityguy opened this issue ยท 6 comments

commented

On a survival server, and I figured the intense power of magic would be balanced by the possibility that you just lose it all one day, but I see that you spawn each time with your wand; any way to make it drop like any other item?

commented

In plugins/Magic/wands.yml

base_bound:
  keep: false
commented

Actually, better do all of this:

base_bound:
  bound: false
  keep: false
  invulnerable: false
  immortal: false
  track: false
commented

Thanks so much Nathan. So quick! You really are my hero today. Thank you for all your hard work.

commented

just like this
like this?

commented

No, you've got the base_bound commented out there (why it's green)

Make sure there isn't a # or any spaces in front.

commented

Thank you. Works