Just wondering if there's better ways of doing iterations on tasks. Like instead of doing a foreach, could I do a scheduled event?
I just wonder how safe or performance intensive it can be do to check every tick for a list of all items in a inventory and then do a for each to get nbt data off of them.
Then, the data of the potion ring (which is stored like a potion where it has the effect its applying) is used to remove the effect if there's not a item that has mana in it.
So basically, if no mana, no effect from potion ring.