
Multiple Bits Rewards issue
djdominic opened this issue ยท 1 comments
Hello there!
I have been wracking my brain trying to figure out why I couldnt get multiple Cheer Rewards to work, eg. 5 bits makes a zombie spawn, 10 bits makes a skeleton spawn etc. Thinking that every bit up to the next amount would be the previous reward (6,7,8,9 = zombie).
However it doesnt seem like that works at all, and I can only ever get one thing to spawn, so unless I have done this wrong, it could be a bug? or maybe that isnt a feature and this might be a suggestion of multiple rewards for differnet bit amount XD
I attached a screeny for how I tested so if I did it wrong my bad! Everything else works like a treat however, cant wait to use it ^-^.
It is indeed working as expected. When you get a donation it fires the highest event that has exceeded the set threshold.
You can set multiple actions for an event, so you can still get the outcome you want if you keep adding the actions from the lower events.
CHEER_REWARDS:
1:
- SPAWN WARDEN 1
2:
- SPAWN WARDEN 1
- SPAWN RAVAGER 10
3:
- SPAWN WARDEN 1
- SPAWN RAVAGER 10
- SPAWN ENDER_DRAGON 5
1000:
- SPAWN WARDEN 1
- SPAWN RAVAGER 10
- SPAWN ENDER_DRAGON 6 # 5+1
# and so on...