Steaf23 / BingoReloaded

Minecraft Bingo 1.18+ Plug-In
GNU General Public License v3.0
23 stars 10 forks source link

Potion effects wear off #12

Closed chrisjanusa closed 1 year ago

chrisjanusa commented 1 year ago

Potion Effects are currently set to last 100,000 ticks (as set here) which is ~83 minutes but if a game goes over that they wear off. It would be better to set them to infinite using the infinite duration constant .

Steaf23 commented 1 year ago

Hey, thanks for playing my plugin. This seems like a small change however this constant was only added since 19.4 from what I can tell. I will use Integer.MAX_VALUE which should be big enough imo. Once I fully upgrade to version at and past 1.19.4 ill fix it properly