Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!
Maybe first, check how potions and spell are working on your server. We don't know how your datapack is working. If you want a idea how to do it quick you can do it by example in following way:
- When you use your spell, set the player storage
- Check if player got storage (from spell) in potions and prevent them from using while player got that storage
- When your spell will stop working remove storage from player
Or simplest way but similar:
- Add in your spell any Condition that will be represent the duration of your spell
- Check in potions if player got condition then can't use potions.
And remember - if you need extra condition for duration spells or something you can always add new in sources.