March 2, 20223 yr Hey so I assumed since it works the same for stamina that getConfig().get(NumberHere) would also work to detect if the player has antifire. However I cannot seem to find the ID to fill in the .get() function that represents anti fire In case it matters, I would like the ID for Extended super antifire
March 2, 20223 yr 13 minutes ago, mauritsmlg said: Hey so I assumed since it works the same for stamina that getConfig().get(NumberHere) would also work to detect if the player has antifire. However I cannot seem to find the ID to fill in the .get() function that represents anti fire In case it matters, I would like the ID for Extended super antifire Consider opening the Config debugger, manually drinking an Extended super antifire and see what config values change. You'll probably want to keep an eye at the debugger for a longer period of time as there is probably a config that changes/decreases its' value every X time, until the effect of the potion runs out. Edited March 2, 20223 yr by Eagle Scripts
March 2, 20223 yr I believe there is no config for antifire, you will have to use some sort of a time tracker in combination with onMessage (to see when anti-fire effect runs out)
Create an account or sign in to comment