Hey guys, I have this weird problem on my server where creepers do explode, and damage the player, but the blocks are not damaged. I want them to be damaged though, and I can't figure out what plugin is causing this. I already checked WorldGuard, Towny and Essentials, but couldn't find anything in the config that disabled creeper block damage. If you have an idea what might be causing this, it would be highly appreciated if you'd tell me! Plugins: Spoiler Plugins (84): CleverNotch, PlugMan, SDJ, Buycraft, QuickShop_and_Towny_Interop, CustomItemsAPI, Vault, Multiverse-Core, SpecialMonsters, MightyBoss, TreeAssist, DiagonalBlocks, Ticket_System_GM, dynmap, AutoMessage, Chairs, Shopkeepers, ErrorNoise, MineZip, ChestCommands, PerWorldPlugins, MultiMOTD, ColoredTags, OpenInv, BanManager, ProtocolLib, MuchCraft, Brewery, Votifier, mcMMO, ForcedGrammar, PluginTools, TimTheEnchanter, QuickShop, HideStream, WorldEdit, Towny, Multiverse-Inventories, ColoredSigns, PluginsBaker, Lores, PermissionsEx, ImageMaps, TerrainControl, MyCommand, Questioner, WorldGuard, AutoCraft, iGates, CustomJoinItems, GlobalMarket, MineBackup, NoisyChat, Minigames, Deadbolt, CraftBukkitUpToDate, FirstJoinPlus, IceGeoIP, BetterPvP, TrophyHeads, Essentials, WorldBorder, LibsDisguises, WelcomeBookRecoded, NBTEditor, Prism, MagicSpells, CompatNoCheatPlus, BookShelf, CraftBook, EssentialsChat, WGCustomFlags, Dynmap-Towny, MobArena, NoCheatPlus, EssentialsSpawn, VanishNoPacket, Smileychat, KillerMoney, RandomLocation, MagicSpellsTowny, WGSpawnPointFlag, MoreSounds, WGKeepInventoryFlags
Essentials: http://pastebin.com/TZdAFYVV WorldGuard: http://pastebin.com/UpPQ934C There's nothing in the world config of WorldGuard, and I tested the explosions not in a region.
I'm pretty sure the issue is Code (Text): # Maximum height the creeper should explode. -1 allows them to explode everywhere. # Set prevent.creeper-explosion to true, if you want to disable creeper explosions. creeper: max-height: -1 I think -1 isn't the default.
Changed it, but it didn't work. It's not what is causing it. I don't think Essentials nor Worldguard is disabling creeper block damage.
Obviously, it was ALSO blocking creeper damage... EDIT: Please make sure these are set to FALSE in your essentials config: creeper-explosion: true creeper-playerdamage: true creeper-blockdamage: true
Check the doMobGriefing gamerule, one time I turned that off setting up a server and forgot to turn it back on
I can't remember ever turning this off, but for some reason it was! Thank you so much!!! ✔ Problem solved ✔
Sorry to bring this topic back up but Im also having the same problem. I have set the gamerule to true, essentials is all configured as described above as well as worldguard. Yet creepers do no damage to players or blocks. Spent hours trying to get this to work complexly baffled. I dont have any plugins that could visibly be the issue, other than factions, however I have configured this to allow for all possible situations that may be blocking creepers. Just to note, TNT works fine. EDIT: just to say, setting gamerule mobGriefing to true yields a tiny explosion that does no damage. Changing mobGriefing to anything else positive (1,yes,on) for example (i know these are wrong) yields a huge, tnt size explosion that also does no damage. Other than that still no progress in figuring this one