Minecraft Name: berserk_on_xbl Suggestion: If someone has donated for Pyro +, they are not able to be set on fire, still does not apply to PVP or SG Reason: I was in the mining world, mining like most people do while there, and was set on fire when walking into lava. I wasn't afraid I was going to die or anything but the fire stuck on my person for a bit and it just blocks my view from whatever I'm doing. This would also be helpful in the nether as well since a majority of it is made of fire... Any Other Information: Fire annoys me... its all up in the way and stuff... Link To This Plugin: N/A
It must be so hard for you people that walk through lava unharmed to have those pesky flames. If walk though lava I die.
+1 this is the most irritating thing I put up with most of my time when I mine. ;_; I think it may be possible in some way...
I agree. This is especially annoying when I accidentally punch a cooking pot. Those flames stay for 5-10 minutes. Revanrose6
I just used the default texture pack and copied it and made the changes to the pumpkin mask and the fire. Both are visible but very transparent.
Its extremely easy to do in code, and if i could get access to the liquidsafe repo i could add it Basically, while(player.getFireTicks() >0) { player.setFireTicks(0); }
That's silly. Just make it fire on firedamage together with the damage canceling. Also an unnecesary while loop, it will only be run once when you set it to 0, an if statement would be better. But even that's unneeded, because it'll only trigger whenever you're receiving fire damage. Anyway.. I've added it to the repo already, now we wait for andrew to update.