
Devotions: Deities and Blessings 1.2.6 beta v2
Create your own Deities for players to interact wih; Give offerings, perform rituals, and more!
Changes:
- Cooldowns only checked on valid offering/ritual. This ensures you don't have to wait for a cooldown if you tried to start a ritual with an invalid item.
- Fixed missing shrine.cooldown message. Will now generate in lang.yml files
- Entering /deity with no args now displays your deity's info.
- Warning if more than one ritual has the same key item - rituals are intended to have a unique item to start.
Changes:
- Fixed issues with favor text being parsed on Spigot and Paper servers, should work without issue on both servers including color changes.
- In /testmiracle command, you now use numbers to pick the miracle - so you can easily select long command strings
- Fixed an error on disable
- Inform players if they try to designate an existing shrine
- Started working on "saved" items.
⚠️ IMPORTANT ⚠️
To lay the grounds for future implementation of saved items I had to adjust how items are formatted in offerings and rituals.
Please update your `Deities.yml` as such:
``` baphomet:
name: "Baphomet"
lore: "A mysterious deity often associated with the occult."
domain: "Occultism"
alignment: "Evil"
offerings:
- "VANILLA:GOLD_INGOT:5" # NOW TYPE:ITEM:FAVOR
- "VANILLA:NETHER_STAR:50"
```
And your `Rituals.yml`:
``` meditation_ritual:
display_name: "Ritual of Deep Meditation"
description: "Attain inner peace and spiritual enlightenment"
favor: 25
item: "VANILLA:BOOK" # NOW TYPE:ITEM
conditions:
time: "DAY"
```