Inactive [MECH] BurningMobs v0.6 - Spiders and Creepers can now burn in sunlight. [1060]

Discussion in 'Inactive/Unsupported Plugins' started by McSpazzy, Apr 10, 2011.

  1. Offline

    McSpazzy

    BurningMobs - Spiders and Creepers can now burn in sunlight.
    Version: v0.6

    Just put in plugins directory and BAM. Built and tested with Craftbukkit 1060. May work with some earlier versions.

    Features:
    • Allows admins to choose if they want spiders, creepers, skeletons and zombies to burn when the sun comes up.
    • Monitors in a separate thread so there is virtually no impact on performance.
    • In game commands /bm or /burnmob <spider|creeper|skeleton|zombie|info|frequency>
    • Auto creates config file on first load with default set to true.
    Download

    Changelog:

    Version 0.6
    • Cleaned up lots more of the code.
    • Added more in game commands for changing settings.
    • Added ability to change the frequency at which the thread updates the moblist. This is in milliseconds. Default is 1000(1 second).
    • Fixed the bug that may have caused server lag/crashes/problems when reloaded.
    • Removed permissions support (I don't think they were really needed)
    Version 0.3
    • Cleaned up some of the code.
    • Added in game commands for changing settings.
    • Added config file creation on initial launch.
    • Added permissions support.
    • Fixed multiworld crash bug.
    Version 0.2
    • Fixed spider not burning bug.
    • Fixed thread crashing issue due to concurrency error (I think).
    • Made it more thread-safe. No longer pulls data at will from the main thread.
    Version 0.1
    • Initial Release
     
  2. Offline

    derchris

    No errors at all.
    Config looks like this

    Code:
    Burn_Creeper=true
    Burn_Spider=true
    
    But one the sun comes out, both are still walking around.

    Had to restart the server today, when I saw this error:

    Code:
    2011-04-17 16:20:23 [SEVERE] java.util.ConcurrentModificationException
    2011-04-17 16:20:23 [SEVERE]    at java.util.AbstractList$Itr.checkForComodification(AbstractList.java:372)
    2011-04-17 16:20:23 [SEVERE]    at java.util.AbstractList$Itr.next(AbstractList.java:343)
    2011-04-17 16:20:23 [SEVERE]    at org.bukkit.craftbukkit.CraftWorld.getLivingEntities(CraftWorld.java:506)
    2011-04-17 16:20:23 [SEVERE]    at com.McSpazzy.BurningMobs.BurningMobsList.run(BurningMobsList.java:12)
    2011-04-17 16:20:23 [SEVERE]    at org.bukkit.craftbukkit.scheduler.CraftWorker.run(CraftWorker.java:33)
    2011-04-17 16:20:23 [SEVERE]    at java.lang.Thread.run(Thread.java:662)
    
    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 13, 2016
  3. Offline

    McSpazzy

  4. Offline

    derchris

    Yes, that is with the latest version which is 0.3
     
  5. Offline

    McSpazzy

    And a non multiwolrld server? What other plugins are you using.
     
  6. Offline

    laerbn

    Can you modify this to allow me to let other mobs NOT die by sunlight? I'd like zombies to live during the day.
     
  7. Offline

    McSpazzy

    @laerbn Probably. When the next RB is out, I'll release the updated version with that.
     
  8. Offline

    laerbn

    Yessssssss, I'd loooove that. Would you be able to let me change what light level they spawn at as well? xD
     
  9. Offline

    Windwaker

    I'm not trying to steal your thunder here at all Spazzy but I have a plugin called Sunscreen which does this. Still very basic though.
     
  10. Offline

    McSpazzy

    @Walker Crouse The plugin you just made? Steal all the thunder you want. The more things other people do, the less I have to.
     
  11. Offline

    Windwaker

    Haha, idk there are some people who are very territorial... but thank you for being cool.
     
  12. Offline

    WolfKitOF

    Does this work with 733?
     
  13. Offline

    McSpazzy

  14. Offline

    WolfKitOF

    Creepers are not burning, spiders are not burning, sometimes zombies and skeletons don't burn.
    Code:
    2011-04-28 18:02:24 [INFO] Starting minecraft server version Beta 1.5_02
    2011-04-28 18:02:24 [WARNING] **** NOT ENOUGH RAM!
    2011-04-28 18:02:24 [WARNING] To start the server with more ram, launch it as "java -Xmx1024M -Xms1024M -jar minecraft_server.jar"
    2011-04-28 18:02:24 [INFO] Loading properties
    2011-04-28 18:02:24 [INFO] Starting Minecraft server on 50.22.36.180:25612
    2011-04-28 18:02:24 [INFO] This server is running Craftbukkit version git-Bukkit-0.0.0-700-gf3ae4c3-b733jnks (MC: 1.5_02)
    2011-04-28 18:02:24 [INFO] Preparing level "placeholdername"
    2011-04-28 18:02:24 [INFO] Preparing start region
    2011-04-28 18:02:25 [INFO] [Permissions] (Phoenix) was Initialized.
    2011-04-28 18:02:25 [INFO] Burner version 0.2 is enabled!
    2011-04-28 18:02:25 [INFO] [BurningMobs] Monitoring thread started successfully!
    2011-04-28 18:02:25 [INFO] [BurningMobs] v0.3 loaded successfully! With Permissions.
    2011-04-28 18:02:25 [INFO] [EGGSPAWNER] EggSpawner - Version: 0.5a has been initialized!
    2011-04-28 18:02:25 [INFO] [LightLevel] using Permissions 2.7
    2011-04-28 18:02:25 [INFO] [LightLevel] - Version 0.1 Enabled
    2011-04-28 18:02:26 [INFO] [MYWARP]: 14 warps loaded
    2011-04-28 18:02:26 [INFO] [MYWARP] Permissions enabled using: Permissions v2.7
    2011-04-28 18:02:26 [WARNING] [MYWARP] 'Help' isn't detected. No /help support.
    2011-04-28 18:02:26 [INFO] MyWarp 1.10.5c enabled
    2011-04-28 18:02:26 [INFO] [Permissions] version [2.7] (Phoenix)  loaded
    2011-04-28 18:02:26 [INFO] SheepFeed version 1.2 by ArmEagle is enabled!
    2011-04-28 18:02:26 [INFO] WhichMob v 0.2 is enabled
    2011-04-28 18:02:26 [INFO] Done (0.133s)! For help, type "help" or "?"
     
  15. Offline

    Montag

    Same error. But I am aware that I'm using CB 740...... not the supported 733. This happens every so often during rainfall, but it hasn't caused any issues on my server.

    Code:
    2011-05-04 16:03:29 [SEVERE] java.util.ConcurrentModificationException
    2011-05-04 16:03:29 [SEVERE]     at java.util.AbstractList$Itr.checkForComodification(Unknown Source)
    2011-05-04 16:03:29 [SEVERE]     at java.util.AbstractList$Itr.next(Unknown Source)
    2011-05-04 16:03:29 [SEVERE]     at org.bukkit.craftbukkit.CraftWorld.getLivingEntities(CraftWorld.java:514)
    2011-05-04 16:03:29 [SEVERE]     at com.McSpazzy.BurningMobs.BurningMobsList.run(BurningMobsList.java:12)
    2011-05-04 16:03:29 [SEVERE]     at org.bukkit.craftbukkit.scheduler.CraftWorker.run(CraftWorker.java:33)
    2011-05-04 16:03:29 [SEVERE]     at java.lang.Thread.run(Unknown Source)
     
  16. Offline

    McSpazzy

    I been pretty busy the last few days/weeks. I'll see what I can do to fix them this week/weekend. Sorry about the delays D=

    @Montag That error is normally caused when the thread dies. I thought I fixed all the causes of that. I guess to problems arose in the newest MC version. Probably somehow related to the rain trying to put out the fires.
     
  17. Offline

    OmegaII

    Same error. Running CB 766
     
  18. Offline

    kahlilnc

    This crashes server alot.
     
  19. Offline

    Kiim

    Just wanna repost a error I just got:
    Code:
    2011-05-14 15:04:14 [SEVERE] java.util.ConcurrentModificationException
    2011-05-14 15:04:14 [SEVERE]     at java.util.AbstractList$Itr.checkForComodification(Unknown Source)
    2011-05-14 15:04:14 [SEVERE]     at java.util.AbstractList$Itr.next(Unknown Source)
    2011-05-14 15:04:14 [SEVERE]     at org.bukkit.craftbukkit.CraftWorld.getLivingEntities(CraftWorld.java:520)
    2011-05-14 15:04:14 [SEVERE]     at com.McSpazzy.BurningMobs.BurningMobsList.run(BurningMobsList.java:12)
    2011-05-14 15:04:14 [SEVERE]     at org.bukkit.craftbukkit.scheduler.CraftWorker.run(CraftWorker.java:34)
    2011-05-14 15:04:14 [SEVERE]     at java.lang.Thread.run(Unknown Source)
    CB [766]
     
  20. Offline

    fuzzy_cobalt

    i got the same error as everyone else is getting.
    Code:
    2011-05-16 08:19:07 [SEVERE] java.util.ConcurrentModificationException
    2011-05-16 08:19:07 [SEVERE]     at java.util.AbstractList$Itr.checkForComodification(AbstractList.java:372)
    2011-05-16 08:19:07 [SEVERE]     at java.util.AbstractList$Itr.next(AbstractList.java:343)
    2011-05-16 08:19:07 [SEVERE]     at org.bukkit.craftbukkit.CraftWorld.getLivingEntities(CraftWorld.java:514)
    2011-05-16 08:19:07 [SEVERE]     at com.McSpazzy.BurningMobs.BurningMobsList.run(BurningMobsList.java:12)
    2011-05-16 08:19:07 [SEVERE]     at org.bukkit.craftbukkit.scheduler.CraftWorker.run(CraftWorker.java:33)
    2011-05-16 08:19:07 [SEVERE]     at java.lang.Thread.run(Thread.java:680)
     
  21. Offline

    McSpazzy

    Looks like something that has popped up in a recent version. I think I know what is causing it.
     
  22. Offline

    Psycho Robot

    I set creepers to burn, however they're very slow to catch fire. Its not uncommon for me to see a creeper in broad daylight not burning. I'm sure they're not just being shaded by the trees, because there's snow on the ground under them. I've also spawned a cluster of 10 creepers, and found that only 4 of them start burning right away. A few more start burning 10 or so seconds later, but there's always a few that don't burn even after 20 to 30 seconds. Do you know of any reason this could be?
     
  23. Offline

    Kiim

    Please update :) It's a great plugin!
     
  24. Offline

    HanFox

    Yea, please update they need to burn :(
     
    mattoxhd likes this.
  25. Offline

    strigh1981

    Update to 860 pls :).
     
    poiNt_3D and mattoxhd like this.
  26. Offline

    mattoxhd

    yes pls make it support for b860 its so nice
     
  27. Offline

    Trenny

    Is this plugin inactive? ;)
     
  28. Offline

    Juze

    #733 inactive (Bukkit's latest build number is #733, CraftBukkit #897 :D)
     
  29. Offline

    Benk016

    Any chance of getting an update for this????
     
  30. Offline

    lastern

    update to 953 please
     
  31. Offline

    Trenny

    Pls activate this plugin!
    Someone knows an alternative plugin that burning spiders and creepers? :p
     

Share This Page