1
Disabling explosive/fire damage & logblock issue.
Hello, I recently setup a new world on my server(Only 2 worlds are on this server). I believe the new world was make with muli-verse plugin, unsure because I also had that setup for me by someone else. My first world has fire/explosive disabled but that was because I had someone else setup the world for me but now he no longer helps out on my server. I'm trying to disable explosive damage and fire but have no clue. I was told that I could use the /region flag command but the id I have doesnt apparently work because it doesnt exist.. If your familiar with /region command/plugin, feel free to tell me how to disable explosive/fire. and if you cant, maybe you could tell me some plugins that prevent explosive/fire?
As for logblock, it as well doesnt work on the new world. I can do the command and get it but it doesn't tell me any blocks history. And suggestions there?
Thanks!
As for logblock, it as well doesnt work on the new world. I can do the command and get it but it doesn't tell me any blocks history. And suggestions there?
Thanks!
3
You can also use Worldgurad for this:
physics:
no-physics-gravel: false
no-physics-sand: false
allow-portal-anywhere: false
disable-water-damage-blocks: []
vine-like-rope-ladders: false
ignition:
block-tnt: true
block-tnt-block-damage: true
block-lighter: false
fire:
disable-lava-fire-spread: true
disable-all-fire-spread: false
disable-fire-spread-blocks: []
lava-spread-blocks: []
mobs:
block-creeper-explosions: false
block-creeper-block-damage: false
block-enderdragon-block-damage: false
block-fireball-explosions: false
block-fireball-block-damage: false
anti-wolf-dumbness: false
disable-enderman-griefing: false
block-painting-destroy: false
block-plugin-spawning: true
block-creature-spawn: []
block-wither-explosions: false
block-wither-block-damage: false
block-wither-skull-explosions: false
block-wither-skull-block-damage: false
block-item-frame-destroy: false
block-above-ground-slimes: false
player-damage:
disable-fall-damage: false
disable-lava-damage: false
disable-fire-damage: false
disable-lightning-damage: false
disable-drowning-damage: false
disable-suffocation-damage: false
disable-contact-damage: false
teleport-on-suffocation: false
disable-void-damage: true
teleport-on-void-falling: true
disable-explosion-damage: false
disable-mob-damage: false
disable-death-messages: false
chest-protection:
enable: false
disable-off-check: false
crops:
disable-creature-trampling: false
disable-player-trampling: false
weather:
prevent-lightning-strike-blocks: []
disable-lightning-strike-fire: false
disable-thunderstorm: false
disable-weather: false
disable-pig-zombification: false
disable-powered-creepers: false
always-raining: false
always-thundering: false
dynamics:
disable-mushroom-spread: false
disable-ice-melting: false
disable-snow-melting: false
disable-snow-formation: false
disable-ice-formation: false
disable-leaf-decay: false
disable-grass-growth: false
disable-mycelium-spread: false
physics:
no-physics-gravel: false
no-physics-sand: false
allow-portal-anywhere: false
disable-water-damage-blocks: []
vine-like-rope-ladders: false
ignition:
block-tnt: true
block-tnt-block-damage: true
block-lighter: false
fire:
disable-lava-fire-spread: true
disable-all-fire-spread: false
disable-fire-spread-blocks: []
lava-spread-blocks: []
mobs:
block-creeper-explosions: false
block-creeper-block-damage: false
block-enderdragon-block-damage: false
block-fireball-explosions: false
block-fireball-block-damage: false
anti-wolf-dumbness: false
disable-enderman-griefing: false
block-painting-destroy: false
block-plugin-spawning: true
block-creature-spawn: []
block-wither-explosions: false
block-wither-block-damage: false
block-wither-skull-explosions: false
block-wither-skull-block-damage: false
block-item-frame-destroy: false
block-above-ground-slimes: false
player-damage:
disable-fall-damage: false
disable-lava-damage: false
disable-fire-damage: false
disable-lightning-damage: false
disable-drowning-damage: false
disable-suffocation-damage: false
disable-contact-damage: false
teleport-on-suffocation: false
disable-void-damage: true
teleport-on-void-falling: true
disable-explosion-damage: false
disable-mob-damage: false
disable-death-messages: false
chest-protection:
enable: false
disable-off-check: false
crops:
disable-creature-trampling: false
disable-player-trampling: false
weather:
prevent-lightning-strike-blocks: []
disable-lightning-strike-fire: false
disable-thunderstorm: false
disable-weather: false
disable-pig-zombification: false
disable-powered-creepers: false
always-raining: false
always-thundering: false
dynamics:
disable-mushroom-spread: false
disable-ice-melting: false
disable-snow-melting: false
disable-snow-formation: false
disable-ice-formation: false
disable-leaf-decay: false
disable-grass-growth: false
disable-mycelium-spread: false
1) Get essentials, and make sure you have essentialsprotect.jar
2) Go into plugins folder, then into Essentials
3) Open config
4) Somewhere in the config is the essentials protect config info, it looks like this:
prevent:
lava-flow: false
water-flow: false
water-bucket-flow: false
fire-spread: true
lava-fire-spread: true
flint-fire: false
lightning-fire-spread: true
portal-creation: false
tnt-explosion: false
tnt-playerdamage: false
fireball-explosion: false
fireball-fire: false
fireball-playerdamage: false
creeper-explosion: false
creeper-playerdamage: false
creeper-blockdamage: false
enderdragon-blockdamage: true
enderman-pickup: false
villager-death: false
To disable any of these, change the false to true.
Is your server paid for by the way? If so I can do this and stuff like this for you, be the plugins manager
2) Go into plugins folder, then into Essentials
3) Open config
4) Somewhere in the config is the essentials protect config info, it looks like this:
prevent:
lava-flow: false
water-flow: false
water-bucket-flow: false
fire-spread: true
lava-fire-spread: true
flint-fire: false
lightning-fire-spread: true
portal-creation: false
tnt-explosion: false
tnt-playerdamage: false
fireball-explosion: false
fireball-fire: false
fireball-playerdamage: false
creeper-explosion: false
creeper-playerdamage: false
creeper-blockdamage: false
enderdragon-blockdamage: true
enderman-pickup: false
villager-death: false
To disable any of these, change the false to true.
Is your server paid for by the way? If so I can do this and stuff like this for you, be the plugins manager
Thanks, I'll get my technical Owner to look at these. My server is paid for and I may need to know more about someone before I give them access to plugins and such but thanks for the advice!
