#how to manage arenas in a duel skript?
1 messages · Page 1 of 1 (latest)
use one arena
only works if they're not allowed to place/break blocks though
would have to cancel stuff like on proj collide
and xp orb pickup
them being pulled towards other players idk how you'd stop though
if it was thrown by someone who isn't in their duel
you can just hide the thrown potion from non-duel members when they throw it
important part is the actual effects from it
ik there's an on area effect cloud event for lingering
welp there's a skuishy event for it
can do it in reflect if you didn't want to download skuishy https://jd.papermc.io/paper/1.21.3/org/bukkit/event/entity/PotionSplashEvent.html
declaration: package: org.bukkit.event.entity, class: PotionSplashEvent
but its up to you