xIdentified / Devotions

A Minecraft plugin that allows you to add deities, rituals, and more to your server.
GNU General Public License v3.0
9 stars 1 forks source link

Ritual Favor Outcomes #11

Closed bunnies1230 closed 8 months ago

bunnies1230 commented 9 months ago

In the rituals.yml, there's a config for setting the amount of favor per ritual, but it might be hard coded and ignores that config completely? Tested on my server and successful rituals gave 25 and failed ones penalized 15, which seems to be in line with the code here? {1} {2}

I don't know java terribly well so maybe that's not it, but I figured I'd make an issue about the config not working correctly.

On that note, if you fix this, is it possible to allow for the favor config in rituals.yml to use negatives or accept 0?

Thanks!

xIdentified commented 8 months ago

Thank you for pointing that out, meant to do that first time around setting up rituals lol. Fixed, also I tried it and you can use negatives or zero but the message looks weird so I'll have to mess with it tomorrow.