Hi! So i have some problem, for first i have a plugin what freezes player when player in snowy biome and not have equipped leather armor, this works like at one tick gets all players in "for" cycle and if player in snowy biome thats do pl.setFreezeTicks(pl.getFreezeTicks() + 40);, so, on test local server all works good and freeze not instant, this adds normally freeze, but for some reasons what i'm not know, this plugin on production server instantly freezes player when he joins to snowy biome (not freezes if player in leather armor).
I have tried download production server and run on downloaded server, but to no avail this not works normally like on test server, any suggestions? I have tried to disable all plugins, change all configs to default configs, not helps..
Code if you want:
(If you can suggest how to make that better - please i'm open for suggestions)
I have tried download production server and run on downloaded server, but to no avail this not works normally like on test server, any suggestions? I have tried to disable all plugins, change all configs to default configs, not helps..
Code if you want:
My snowy plugin - Pastebin.com
Pastebin.com is the number one paste tool since 2002. Pastebin is a website where you can store text online for a set period of time.
pastebin.com
- Version Output
- git-Paper-265 (MC: 1.18.2)