What it does
Prevents fire above netherblocks from being put out directly. You have to set a block in it or remove the netherblock below to put it out
Configuration
There is no configuration necessary. And there is only one permission: pmf.createfireplace
Put the jar file in your mods folder and start your sponge server.
Create a fireplace
What you need: 2 Netherracks, 1-4 Trapdoors, Flint and Steel or a Fire Charge
Set 1 netherrack into the ground and one above, then put the trapdoors around the upper netherrack Ignite the netherblock
In the second picture, we can see a sand block under fire. Does the plugin change the netherrack with the next block ?
If yes, does it work with all blocks or only some ones ?
What do you expect with your code and what do you get ?
The ! front of ‘player.getWorld()’ does negate the entire line or only the ‘player.getWorld()’ ?
If it is the second option, I think It may fail in most of case (expect if one day the ‘player.getWorld()’ function failed too).