[MISC/SEC] DisableIt v1.0 - Disable some naturally occurring events [1000]

Discussion in 'Inactive/Unsupported Plugins' started by robin0van0der0v, Jul 21, 2011.

  1. Offline

    robin0van0der0v

    DisableIt - Disable some naturally occurring events!
    Version: v1.0

    Features:
    • Disable fire by world.
    • Disable explosions by world.
    • Disable mushroom spread by world.
    • Disable leafdecay by world.
    • Disable mob spawning by world.
    • Disable weather by world.
    Download DisableIt!
    Source is inside the jar file.

    Known bugs:
    None. :D

    Properties:
    This plugin creates a properties file on Plugins/DisableIt/config.yml. ;)

    Standard properties:
    Code:
    disable:
        explode:
            ghast: world,world_nether
            bed: world,world_nether
            tnt: world,world_nether
            creeper: world,world_nether
        spawn:
            chicken: ''
            ghast: ''
            zombie: ''
            wolf: ''
            pigzombie: ''
            cow: ''
            spider: ''
            sheep: ''
            creeper: ''
            skeleton: ''
            squid: ''
            pig: ''
        mushroomspread:
            red: ''
            brown: ''
        leafdecay: ''
        weather:
            thunder: ''
            lightning: ''
            ice:
                form: ''
                melt: ''
            snow:
                form: ''
                melt: ''
            storm: ''
        fire: world,world_nether
    Changelog:
    Version 1.0
    • Release.
     
    corenting and harakiwi like this.
  2. Offline

    iPhysX

    Nice work:)
    Thanks
     
  3. Offline

    Amsterdom

    do i put true and false in between those '' ?
     
  4. I think its:
    ThingToDisable: World1,World2
    ThingIDontWantDisabled: ' '
     
  5. Offline

    Amsterdom

    aahhh ok thanks :D
     
  6. Offline

    Grammar Troll

    Where does "bed" (under explosions) stand for?
     
  7. Offline

    iPhysX

    @Grammar Troll
    i think it means that beds arent destroyed by explosions
     
  8. Offline

    Grammar Troll

    That's probably it, thanks!
     
  9. Offline

    philboy11

    Is this going to replace your No (blank) plugins?
     
  10. Offline

    ZachBora

    Nice plugin, but no disable grassspread?

    If you try to use a bed in the nether it acts like TNT

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 17, 2016
  11. Offline

    iPhysX

    Thats kinda cool :O
     
  12. Offline

    robin0van0der0v

    If you use a bed in the Nether it explodes, this option blocks that. ;)

    Yes. :p

    Maybe in the next version. :)
     
  13. Offline

    whatever

    It's very sorry that you dont know that beds explode in the nether :confused:
     
  14. Offline

    saithis

    Disable explosions doesn't work... (at least not for creepers, I didn't test it for the other ones)
    My setting is:
    Code:
    disable:
        explode:
    ...
            creeper: lawlwut,lawlwut_nether
    ...
    lawlwut is my mapname
     
  15. Offline

    iPhysX

    I spend no time playing the game and 100% of my Minecraft experience is testing plugins and programming
    Thats why i didnt know that.
     
  16. Offline

    Forzii

    This mod isn't working for me. My world names are World and World_nether... what should i be putting to get it to work?
     
  17. Offline

    Rsccman

    beds wont explode
     
  18. Offline

    PatrickFreed

  19. My bad, I thought creatures reloaded after a restart. It just needed time, apparently. :)
    Nevermind! (open)
    Hiya, I just installed this plugin, but it doesn't seem to be working. My only goal really was to disable spiders. I'm terribly arachnophobic. >.< I'll go through all the details just in case I did something wrong:
    1) Stopped server. Put DisableIt into the plugins/ directory.
    2) Started server. Observed DisableIt saying it was enabled. Stopped server.
    3) Edited plugins/DisableIt/config.yml to the following, noting that my world's name is world:
    Show Spoiler
    Code:
    disable:
         explode:
             ghast: ''
             bed: ''
             tnt: ''
             creeper: ''
         spawn:
             chicken: ''
             ghast: ''
             zombie: ''
             wolf: ''
             pigzombie: ''
             cow: ''
             spider: world
             sheep: ''
             creeper: ''
             skeleton: ''
             squid: ''
             pig: ''
         mushroomspread:
             red: ''
             brown: ''
         leafdecay: ''
         weather:
             thunder: ''
             lightning: ''
             ice:
                 form: ''
                 melt: ''
             snow:
                 form: ''
                 melt: ''
             storm: ''
         fire: ''
    I assume I wouldn't need to put world_nether since spiders don't usually spawn there anyway.
    4. Restarted server. I was in world, not the nether. It was night. I went to sleep. I woke up and heard a spider.
    5. Panicked, came to forums instantly. Hi! I be clingin ur leg. (I also stopped the server and checked the config to make sure it took, and it's still there, so yeah. Spiders! The devil you say!
     
  20. Offline

    EcoMaster21

    I can't get the explosion prevention to work at all. I am using CB #1000.

    Code:
    disable:
        explode:
            ghast: world,TO,nether
            bed: world,TO,nether
            tnt: ''
            creeper: world,TO,nether
        spawn:
            chicken: ''
            ghast: ''
            zombie: ''
            wolf: ''
            pigzombie: ''
            cow: ''
            spider: ''
            sheep: ''
            creeper: ''
            skeleton: ''
            squid: ''
            pig: ''
        mushroomspread:
            red: ''
            brown: ''
        leafdecay: ''
        weather:
            thunder: ''
            lightning: ''
            ice:
                form: ''
                melt: ''
            snow:
                form: ''
                melt: ''
            storm: ''
        fire: ''
    Yet, Creepers and Ghasts are still destroying blocks.

    Also, I don't see any toggles for, say, allowing Creepers and Ghasts to still do explosive damage (do Ghasts even do that?) without breaking blocks. Is this a possibility for a future release?

    EDIT: I should also note that your previous version of NoExplode worked, at the very least, for Creeper Block Damage prevention, but you have taken the download down. If this can't be fixed, could you at least re-host NoExplode 1.5?
     
  21. Offline

    Forzii

    Perhaps i should just post clear, concise requests for those who don't know how to interpret English. I'd like to request the author post, even if a couple sentences, instructions for the config file. Cause as of right now, i don't know if it isn't working for me because i'm an idiot or because it's actually broken. I was asking advice as to how to format it, not saying it's broken.
     
  22. Offline

    Godleydemon

    This plugin isn't working for me at all, I have no idea what in the hell I'm doing wrong here.
    DisableIt Config
    Code:
    disable:
        explode:
            ghast: ''
            bed: ''
            tnt: ''
            creeper: Werewolf,Werewolf_nether
        spawn:
            chicken: ''
            ghast: ''
            zombie: ''
            wolf: ''
            pigzombie: ''
            cow: ''
            spider: ''
            sheep: ''
            creeper: ''
            skeleton: ''
            squid: ''
            pig: ''
        mushroomspread:
            red: ''
            brown: ''
        leafdecay: ''
        weather:
            thunder: ''
            lightning: ''
            ice:
                form: ''
                melt: ''
            snow:
                form: ''
                melt: ''
            storm: ''
        fire: Werewolf,Werewolf_nether
    
    Permissions
    Code:
    groups:
        Builder:
            default: true
            info:
                prefix: '&2'
                suffix: '&f'
                build: true
            permissions:
            - foo.bar
            - towny.wild.switch
            - towny.publicspawntp
            - towny.wild.item_use
            - towny.spawntp
            - towny.wild.destroy
            - towny.wild.build
            - towny.wild.item_use
            - citizens.use.trader
            - citizens.use.blacksmith
            - lwc.mod
            - iConomyChestShop.shop.create
            - iConomyChestShop.shop.create.<id>
            - iConomyChestShop.shop.exclude.<id>
            - iConomyChestShop.shop.buy
            - iConomyChestShop.shop.sell
            - iConomyChestShop.command.iteminfo
            - mobbounty.collect
            - mobbounty.multipliers.environment
            - hungry.player.hunger
            - hungry.player.hunger.check
            - hungry.player.food
            - hungry.player.food.list
            - signColours.*
            - colorme.self
            - citizens.use.wizard
            - citizens.use.trader
            - citizens.use.blacksmith
            - citizens.use.healer
            - password.password
            - falsebook.blocks.*
            - falsebook.destroy.blocks
            - falsebook.blocks.area
            - falsebook.cart.*
            - falsebook.blocks.readbooks
            - falsebook.destroy.blocks
            - falsebook.anyic
            - mcmmo.skills.*
            - mcmmo.ability.*
            - mcmmo.chat.partychat
            - mcmmo.commands.party
            - mcmmo.commands.ptp
            - mcmmo.commands.ability
            - mcmmo.regeneration
            - mcmmo.commands.myspawn
            - mcmmo.commands.setmyspawn
            - simplesignedit.edit
            - simplesignedit.colour.*
            - factions.participate
            - factions.create
            - factions.viewAnyPower
            - waypoint.basic.add
            - waypoint.basic.delete
            - waypoint.basic.teleport
            - waypoint.basic.invite
            - waypoint.basic.invite.accept
            - waypoint.home
            - waypoint.home.set
            - waypoint.warp
            - waypoint.warp.access
            - waypoint.warp.list
    
        Moderator:
            default: false
            info:
                prefix: '&b'
                suffix: '&f'
                build: true
            inheritance:
            - Default
            permissions:
            - foo.*
            - foo.test
            - towny.wild.switch
            - towny.publicspawntp
            - towny.wild.item_use
            - towny.spawntp
            - towny.wild.destroy
            - towny.wild.build
            - towny.wild.item_use
            - towny.admin
            - citizens.use.trader
            - citizens.use.blacksmith
            - lwc.mod
            - iConomyChestShop.shop.create
            - iConomyChestShop.shop.create.<id>
            - iConomyChestShop.shop.exclude.<id>
            - iConomyChestShop.shop.buy
            - iConomyChestShop.shop.sell
            - iConomyChestShop.command.iteminfo
            - iConomyChestShop.admin
            - mobbounty.collect
            - mobbounty.multipliers.environment
            - hungry.player.hunger
            - hungry.player.hunger.check
            - hungry.player.food
            - hungry.player.food.list
            - hungry.admin.toggle
            - hungry.admin.sethunger
            - signColours.*
            - colorme.self
            - colorme.other
            - colorme.remove
            - citizens.use.wizard
            - citizens.use.trader
            - citizens.use.blacksmith
            - citizens.use.healer
            - citizens.create.healer
            - mantraweather.weather
            - falsebook.blocks.*
            - falsebook.destroy.blocks
            - falsebook.blocks.area
            - falsebook.cart.*
            - falsebook.blocks.readbooks
            - falsebook.destroy.blocks
            - falsebook.anyic
            - mcmmo.skills.*
            - mcmmo.ability.*
            - mcmmo.chat.partychat
            - mcmmo.chat.adminchat
            - mcmmo.commands.party
            - mcmmo.commands.ptp
            - mcmmo.commands.ability
            - mcmmo.regeneration
            - mcmmo.commands.myspawn
            - mcmmo.commands.setmyspawn
            - mcmmo.commands.setmyspawnother
            - simplesignedit.edit
            - simplesignedit.colour.*
            - factions.participate
            - factions.create
            - factions.viewAnyPower
            - factions.manageSafeZone
            - factions.manageWarZone
            - factions.adminBypass
            - factions.reload
            - factions.saveall
            - factions.lock
            - factions.disband
            - factions.worldOptions
            - factions.config
            - bb.admin.watch
            - bb.admin.info
            - bb.admin.rollback
            - waypoint.basic.add
            - waypoint.basic.delete
            - waypoint.basic.teleport
            - waypoint.basic.invite
            - waypoint.basic.invite.accept
            - waypoint.home
            - waypoint.home.set
            - waypoint.admin.spawn
            - waypoint.admin.spawn.set
            - waypoint.admin.spawn.save
            - waypoint.admin.spawn.load
            - waypoint.admin.warp
            - waypoint.spawn
            - waypoint.warp
            - waypoint.warp.access
            - waypoint.warp.create
            - waypoint.warp.delete
            - waypoint.warp.list
    
        Admins:
            default: false
            info:
                prefix: '&4'
                suffix: '&f'
                build: true
            permissions:
            - '*'
            - lwc.mod
            - iConomyChestShop.shop.create
            - iConomyChestShop.shop.create.<id>
            - iConomyChestShop.shop.exclude.<id>
            - iConomyChestShop.shop.buy
            - iConomyChestShop.shop.sell
            - iConomyChestShop.command.iteminfo
            - iConomyChestShop.admin
            - mobbounty.collect
            - mobbounty.multipliers.environment
            - mobbounty.commands.*
            - hungry.player.hunger
            - hungry.player.hunger.check
            - hungry.player.food
            - hungry.player.food.list
            - hungry.admin.toggle
            - hungry.admin.sethunger
            - signColours.*
            - colorme.self
            - colorme.other
            - colorme.remove
            - citizens.use.wizard
            - citizens.create.wizard
            - citizens.use.trader
            - citizens.create.trader
            - citizens.use.blacksmith
            - citizens.create.blacksmith
            - citizens.basic.*
            - citizens.use.healer
            - citizens.create.healer
            - mantraweather.weather
            - falsebook.blocks.*
            - falsebook.destroy.blocks
            - falsebook.blocks.area
            - falsebook.cart.*
            - falsebook.blocks.readbooks
            - falsebook.destroy.blocks
            - falsebook.anyic
            - mcmmo.skills.*
            - mcmmo.ability.*
            - mcmmo.chat.partychat
            - mcmmo.chat.adminchat
            - mcmmo.commands.party
            - mcmmo.commands.ptp
            - mcmmo.commands.ability
            - mcmmo.regeneration
            - mcmmo.commands.myspawn
            - mcmmo.commands.setmyspawn
            - mcmmo.commands.setmyspawnother
            - simplesignedit.setowner
            - simplesignedit.edit
            - simplesignedit.colour.*
            - factions.participate
            - factions.create
            - factions.viewAnyPower
            - factions.manageSafeZone
            - factions.manageWarZone
            - factions.adminBypass
            - factions.reload
            - factions.saveall
            - factions.lock
            - factions.disband
            - factions.worldOptions
            - factions.config
            - bb.admin.watch
            - bb.admin.info
            - bb.admin.rollback
            - waypoint.basic.add
            - waypoint.basic.delete
            - waypoint.basic.teleport
            - waypoint.basic.invite
            - waypoint.basic.invite.accept
            - waypoint.home
            - waypoint.home.set
            - waypoint.basic.add
            - waypoint.basic.delete
            - waypoint.basic.teleport
            - waypoint.basic.invite
            - waypoint.basic.invite.accept
            - waypoint.home
            - waypoint.home.set
            - waypoint.admin.spawn
            - waypoint.admin.spawn.set
            - waypoint.admin.spawn.save
            - waypoint.admin.spawn.load
            - waypoint.admin.warp
            - waypoint.spawn
            - waypoint.warp
            - waypoint.warp.access
            - waypoint.warp.create
            - waypoint.warp.delete
            - waypoint.warp.list
        Admin:
            default: false
            info:
                prefix: '&4'
                suffix: '&f'
                build: true
            permissions:
            - '*'
            - lwc.mod
            - iConomyChestShop.shop.create
            - iConomyChestShop.shop.create.<id>
            - iConomyChestShop.shop.exclude.<id>
            - iConomyChestShop.shop.buy
            - iConomyChestShop.shop.sell
            - iConomyChestShop.command.iteminfo
            - iConomyChestShop.admin
            - mobbounty.collect
            - mobbounty.multipliers.environment
            - mobbounty.commands.*
            - hungry.player.hunger
            - hungry.player.hunger.check
            - hungry.player.food
            - hungry.player.food.list
            - hungry.admin.toggle
            - hungry.admin.sethunger
            - signColours.*
            - colorme.self
            - colorme.other
            - colorme.remove
            - citizens.use.wizard
            - citizens.create.wizard
            - citizens.use.trader
            - citizens.create.trader
            - citizens.use.blacksmith
            - citizens.create.blacksmith
            - citizens.basic.*
            - citizens.use.healer
            - citizens.create.healer
            - mantraweather.weather
            - falsebook.blocks.*
            - falsebook.destroy.blocks
            - falsebook.blocks.area
            - falsebook.cart.*
            - falsebook.blocks.readbooks
            - falsebook.destroy.blocks
            - mcmmo.skills.*
            - mcmmo.ability.*
            - mcmmo.chat.partychat
            - mcmmo.chat.adminchat
            - mcmmo.commands.party
            - mcmmo.commands.ptp
            - mcmmo.commands.ability
            - mcmmo.regeneration
            - mcmmo.commands.myspawn
            - mcmmo.commands.setmyspawn
            - mcmmo.commands.setmyspawnother
            - simplesignedit.setowner
            - simplesignedit.edit
            - simplesignedit.colour.*
            - factions.participate
            - factions.create
            - factions.viewAnyPower
            - factions.manageSafeZone
            - factions.manageWarZone
            - factions.adminBypass
            - factions.reload
            - factions.saveall
            - factions.lock
            - factions.disband
            - factions.worldOptions
            - factions.config
            - bb.admin.watch
            - bb.admin.info
            - bb.admin.rollback
            - waypoint.basic.add
            - waypoint.basic.delete
            - waypoint.basic.teleport
            - waypoint.basic.invite
            - waypoint.basic.invite.accept
            - waypoint.home
            - waypoint.home.set
            - waypoint.basic.add
            - waypoint.basic.delete
            - waypoint.basic.teleport
            - waypoint.basic.invite
            - waypoint.basic.invite.accept
            - waypoint.home
            - waypoint.home.set
            - waypoint.admin.spawn
            - waypoint.admin.spawn.set
            - waypoint.admin.spawn.save
            - waypoint.admin.spawn.load
            - waypoint.admin.warp
            - waypoint.spawn
            - waypoint.warp
            - waypoint.warp.access
            - waypoint.warp.create
            - waypoint.warp.delete
            - waypoint.warp.list
        Default:
            permissions:
            inheritance:
    
    plugin List
    Code:
    AuthMe, BigBrother, Citizens, ColorMe, DisableIt, Factions, FalseBook, Fruitful, Iconomy, IconomyChestShop, LWC, mcMMO, MobBounty, Permissions, PermissionsPlus, Towny, Waypoint
    
    I realize a couple of these plugins clash a little. I know Towny and Waypoint they clash slightly, but I only wanted it for its /home set and /home commands. Color Me seems to not work at all because I'm supposing of towny again. But right now whats slightly annoying to me is creepers. So if someone could take a look and see what in the worlds going on?
    Code:
    Bukkit Version 1000
    
    Code:
    2011-07-30 18:36:58 [INFO] Starting minecraft server version Beta 1.7.3
    2011-07-30 18:36:58 [INFO] Loading properties
    2011-07-30 18:36:58 [INFO] Starting Minecraft server on *:25565
    2011-07-30 18:36:58 [WARNING] **** SERVER IS RUNNING IN OFFLINE/INSECURE MODE!
    2011-07-30 18:36:58 [WARNING] The server will make no attempt to authenticate usernames. Beware.
    2011-07-30 18:36:58 [WARNING] While this makes the game possible to play without internet access, it also opens up the ability for hackers to connect with any username they choose.
    2011-07-30 18:36:58 [WARNING] To change this, set "online-mode" to "true" in the server.settings file.
    2011-07-30 18:36:58 [INFO] This server is running Craftbukkit version git-Bukkit-0.0.0-945-g73697a4-b1000jnks (MC: 1.7.3)
    2011-07-30 18:36:58 [INFO] DataSourcePool [iConomyChestShop] autoCommit[false] transIsolation[SERIALIZABLE] min[2] max[20]
    2011-07-30 18:36:58 [INFO] SubClassFactory parent ClassLoader [org.bukkit.plugin.java.PluginClassLoader]
    2011-07-30 18:36:58 [INFO] Entities enhanced[0] subclassed[1]
    2011-07-30 18:36:59 [INFO] [Waypoint] Initialising configurations.
    2011-07-30 18:36:59 [INFO] LWC: Loading shared objects
    2011-07-30 18:36:59 [INFO] LWC: Protection cache: 0/10000
    2011-07-30 18:36:59 [INFO] LWC: Native library: plugins/LWC/lib/native/Windows/x86/sqlitejdbc.dll
    2011-07-30 18:36:59 [INFO] [Permissions] (Yeti) was initialized.
    2011-07-30 18:36:59 [INFO] [Permissions] version [3.1.6] (Yeti)  loaded
    2011-07-30 18:36:59 [INFO] [P2] version 3.2 has been enabled.
    2011-07-30 18:36:59 [INFO] [P2Aliases] 1.3 Enabled.
    2011-07-30 18:36:59 [INFO] Preparing level "Werewolf"
    2011-07-30 18:36:59 [INFO] Preparing start region for level 0 (Seed: -190110861)
    2011-07-30 18:37:00 [INFO] Preparing start region for level 1 (Seed: 4621154153770314690)
    2011-07-30 18:37:00 [INFO] Preparing spawn area: 40%
    2011-07-30 18:37:01 [INFO] [AuthMe] Using flatfile as datasource!
    2011-07-30 18:37:01 [INFO] [AuthMe] Cache for registrations is enabled!
    2011-07-30 18:37:01 [INFO] [AuthMe] There are 34 registered players in database!
    2011-07-30 18:37:01 [INFO] [AuthMe] Version 0.84 is enabled!
    2011-07-30 18:37:01 [INFO] [BBROTHER] ------------------------------------
    2011-07-30 18:37:01 [INFO] [BBROTHER] Hello, and thank you for using the TESTING version of BigBrother!
    2011-07-30 18:37:01 [INFO] [BBROTHER] Please note that, since this is far from complete, there will be many bugs.
    2011-07-30 18:37:01 [INFO] [BBROTHER] IF YOU FIND ANY BUGS, PLEASE REPORT THEM ON http://bugs.nexisonline.net/bb
    2011-07-30 18:37:01 [INFO] [BBROTHER] Please stay tuned in irc.esper.net #bigbrother for updates and build notifications.
    2011-07-30 18:37:01 [INFO] [BBROTHER] ------------------------------------
    2011-07-30 18:37:01 [INFO] [BBROTHER] Building `bbdata` table...
    2011-07-30 18:37:01 [INFO] [BBROTHER] BBData H2 Driver r1 loaded!
    2011-07-30 18:37:01 [INFO] [BBROTHER] Building `bbworlds` table...
    2011-07-30 18:37:01 [INFO] [BBROTHER] Building `bbactions` table...
    2011-07-30 18:37:01 [INFO] [BBROTHER] Action #1 - BrokenBlock
    2011-07-30 18:37:01 [INFO] [BBROTHER] Action #2 - PlacedBlock
    2011-07-30 18:37:01 [INFO] [BBROTHER] Action #3 - DestroySignText
    2011-07-30 18:37:01 [INFO] [BBROTHER] Action #4 - Teleport
    2011-07-30 18:37:01 [INFO] [BBROTHER] Action #5 - DeltaChest
    2011-07-30 18:37:01 [INFO] [BBROTHER] Action #6 - Command
    2011-07-30 18:37:01 [INFO] [BBROTHER] Action #7 - Chat
    2011-07-30 18:37:01 [INFO] [BBROTHER] Action #8 - Disconnect
    2011-07-30 18:37:01 [INFO] [BBROTHER] Action #9 - Login
    2011-07-30 18:37:01 [INFO] [BBROTHER] Action #10 - DoorOpen
    2011-07-30 18:37:01 [INFO] [BBROTHER] Action #11 - ButtonPress
    2011-07-30 18:37:01 [INFO] [BBROTHER] Action #12 - LeverSwitch
    2011-07-30 18:37:01 [INFO] [BBROTHER] Action #13 - CreateSignText
    2011-07-30 18:37:01 [INFO] [BBROTHER] Action #14 - LeafDecay
    2011-07-30 18:37:01 [INFO] [BBROTHER] Action #15 - FlintAndSteel
    2011-07-30 18:37:01 [INFO] [BBROTHER] Action #16 - TNTExplosion
    2011-07-30 18:37:01 [INFO] [BBROTHER] Action #17 - CreeperExplosion
    2011-07-30 18:37:01 [INFO] [BBROTHER] Action #18 - MiscExplosion
    2011-07-30 18:37:01 [INFO] [BBROTHER] Action #19 - ChestOpen
    2011-07-30 18:37:01 [INFO] [BBROTHER] Action #20 - BlockBurn
    2011-07-30 18:37:01 [INFO] [BBROTHER] Action #21 - Flow
    2011-07-30 18:37:01 [INFO] [BBROTHER] Action #22 - DropItem
    2011-07-30 18:37:01 [INFO] [BBROTHER] Action #23 - PickupItem
    2011-07-30 18:37:01 [INFO] [BBROTHER] Action #24 - SignDestroyed
    2011-07-30 18:37:01 [INFO] [BBROTHER] Action #25 - Heartbeat
    2011-07-30 18:37:01 [INFO] [BBROTHER] Action #26 - BlockPistoned
    2011-07-30 18:37:01 [INFO] [BBROTHER] Building `bbusers` table...
    2011-07-30 18:37:01 [INFO] [BBROTHER] Permissions enabled using: Permissions v3.1.6
    2011-07-30 18:37:01 [WARNING] [BBROTHER] 'Help' isn't detected. No /help support
    2011-07-30 18:37:01 [INFO] [BBROTHER] BigBrother 1.10.1-SNAPSHOT (build #648) enabled!
    2011-07-30 18:37:01 [INFO] [ColorMe] v2.4 has been enabled.
    2011-07-30 18:37:01 [INFO] DisableIt version 1.0 is enabled!
    2011-07-30 18:37:01 [INFO] [FalseBook Block] 3100 Books loaded!
    2011-07-30 18:37:01 [INFO] FalseBookBlock v0.87alpha DEV#3 by GeMo enabled
    2011-07-30 18:37:01 [INFO] [FalseBook Block] 2 Cauldrons successfully loaded.
    2011-07-30 18:37:01 [INFO] FalseBookCart v0.87alpha DEV#3 by GeMo enabled
    2011-07-30 18:37:01 [INFO] [FalseBook Chat] 0 ChatRooms loaded.
    2011-07-30 18:37:01 [INFO] FalseBookChat v0.87alpha DEV#2 by GeMo enabled
    2011-07-30 18:37:01 [INFO] [FalseBook Core] FalseBookCore v0.87alpha DEV#3 by GeMo enabled!
    2011-07-30 18:37:01 [INFO] FalseBookExtra v0.87alpha DEV#3 by GeMo enabled
    2011-07-30 18:37:01 [INFO] FalseBookIC v0.87alpha DEV#3 by GeMo enabled
    2011-07-30 18:37:01 [INFO] [Fruitful] Plugin has been enabled.
    2011-07-30 18:37:01 [INFO] [Fruitful] Configuration has been loaded.
    2011-07-30 18:37:02 [INFO] [iConomy] Logging is currently disabled.
    2011-07-30 18:37:02 [INFO] [iConomy] v5.01 (Eruanna) loaded.
    2011-07-30 18:37:02 [INFO] [iConomy] Developed by: [Nijikokun]
    2011-07-30 18:37:02 [INFO] [iConomy] hooked into Permissions.
    2011-07-30 18:37:02 [INFO] [iConomyChestShop] version 2.75 initialized!
    2011-07-30 18:37:02 [INFO] [iConomyChestShop] iConomy version 5 loaded.
    2011-07-30 18:37:02 [INFO] [iConomyChestShop] Permissions version 3.1.6 loaded.
    2011-07-30 18:37:02 [INFO] [iConomyChestShop] LWC version 3.3 loaded.
    2011-07-30 18:37:02 [INFO] [mcMMO] Permissions version 3.1.6 found, using Permissions.
    2011-07-30 18:37:02 [INFO] Loading Config File...
    2011-07-30 18:37:02 [INFO] [mcMMO] Permissions version 3.1.6 found, using Permissions.
    2011-07-30 18:37:02 [INFO] mcMMO version 1.0.49 is enabled!
    2011-07-30 18:37:02 [INFO] [MobBounty] v4.05 (Oxygen) enabled.
    2011-07-30 18:37:02 [INFO] [MobBounty] Developed by: [Mattera, Steven (IchigoKyger)].
    2011-07-30 18:37:02 [INFO] [MobBounty] Special Thanks to: nijikokun for the Register API.
    2011-07-30 18:37:02 [INFO] [MobBounty] Config loaded.
    2011-07-30 18:37:02 [INFO] [MobBounty] Permission plugin was found (Permissions v3.1.6).
    2011-07-30 18:37:02 [INFO] [MobBounty] Payment plugin was found (iConomy v5).
    2011-07-30 18:37:02 [INFO] [Permissions] SQL Interface enabled!
    2011-07-30 18:37:02 [INFO] SignColours version 0.9 by ichingpow enabled.
    2011-07-30 18:37:02 [INFO] [Towny] Database: [Load] flatfile [Save] flatfile
    2011-07-30 18:37:02 [INFO] [Towny] Using: Permissions, iConomy
    2011-07-30 18:37:02 [INFO] [Towny] Version: 0.73.1 - Mod Enabled
    2011-07-30 18:37:02 [INFO] [Waypoint] Reading configurations.
    2011-07-30 18:37:02 [INFO] [Waypoint] Writing default config values.
    2011-07-30 18:37:02 [INFO] [Waypoint] Wrote spawn info for world: Werewolf
    2011-07-30 18:37:02 [INFO] [Waypoint] Wrote spawn info for world: Werewolf_nether
    2011-07-30 18:37:02 [INFO] [Waypoint] Wrote all world spawn locations.
    2011-07-30 18:37:02 [INFO] [Waypoint] Wrote defaults.
    2011-07-30 18:37:02 [INFO] [Waypoint] Configuration succesfully loaded.
    2011-07-30 18:37:02 [INFO] [Waypoint] Set home to bed is enabled.
    2011-07-30 18:37:02 [INFO] [Waypoint] Permissions plugin detected. Using Permissions v3.1.6
    2011-07-30 18:37:02 [INFO] [Waypoint] Enabled version 1.5.0
    2011-07-30 18:37:02 [INFO] [Waypoint] Saved all configurations.
    2011-07-30 18:37:02 [SEVERE] Error occurred while enabling Waypoint v1.5.0 (Is it up to date?): null
    java.lang.NullPointerException
    	at me.pirogoeth.Waypoint.Util.AutoUpdate.checkUpdate(AutoUpdate.java:49)
    	at me.pirogoeth.Waypoint.Util.AutoUpdate.doUpdate(AutoUpdate.java:74)
    	at me.pirogoeth.Waypoint.Waypoint.onEnable(Waypoint.java:64)
    	at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:126)
    	at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:878)
    	at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:272)
    	at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:162)
    	at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:146)
    	at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:284)
    	at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:271)
    	at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:148)
    	at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:335)
    	at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    2011-07-30 18:37:02 [INFO] [Citizens] Loaded 0 quests.
    2011-07-30 18:37:02 [INFO] [Citizens] Permissions enabled.
    2011-07-30 18:37:02 [INFO] [Citizens] version [1.0.9d] (Odyssey) loaded
    2011-07-30 18:37:02 [INFO] [Citizens] Payment method found (iConomy version: 5)
    2011-07-30 18:37:02 [INFO] LWC: Loaded 135 locale strings (0 overrides)
    2011-07-30 18:37:02 [INFO] Using Permissions API
    2011-07-30 18:37:02 [INFO] LWC: Loading SQLite
    2011-07-30 18:37:02 [INFO] LWC: Using: Native
    2011-07-30 18:37:02 [INFO] LWC: Precached 292 protections.
    2011-07-30 18:37:02 [INFO] LWC: At version: 3.30-git-LWC-94b93dd42195692ed1823346544359d5917274a2-b69jnks
    2011-07-30 18:37:02 [INFO] [MantraWeather] version [0.1] enabled.
    2011-07-30 18:37:02 [INFO] [Factions v1.4.2] === ENABLE START ===
    2011-07-30 18:37:02 [INFO] [Factions v1.4.2] Loading conf from disk
    2011-07-30 18:37:02 [INFO] [Factions v1.4.2] Loading players from disk
    2011-07-30 18:37:02 [INFO] [Factions v1.4.2] Loading factions from disk
    2011-07-30 18:37:02 [INFO] [Factions v1.4.2] Loading board from disk
    2011-07-30 18:37:02 [INFO] [Factions v1.4.2] Found and will use plugin Permissions v3.1.6
    2011-07-30 18:37:02 [INFO] [Factions v1.4.2] === ENABLE DONE (Took 119ms) ===
    2011-07-30 18:37:02 [INFO] Server permissions file permissions.yml is empty, ignoring it
    2011-07-30 18:37:02 [INFO] Done (0.324s)! For help, type "help" or "?"
    2011-07-30 18:37:03 [INFO] [FalseBook Block] 0 Bridges successfully loaded.
    2011-07-30 18:37:03 [INFO] [FalseBook Block] 0 Doors successfully loaded.
    2011-07-30 18:37:03 [INFO] [FalseBook Block] 54 protected gateblocks successfully loaded.
    2011-07-30 18:37:03 [INFO] [Citizens] Loaded 15 NPCs.
    
    thanks for taking a look.
     
  23. Offline

    Mausterio

    It wont let me download it... there websites down.
     
  24. Offline

    Cas 't Hart

    link is dead
     
  25. Offline

    nokcihc

    Link is dead
     
  26. Offline

    gyoloco

    Cant download anymore...... SHOOT!
     
  27. Offline

    dbizzzle

    Please fix download, neeeeeed this
     
  28. Offline

    fatmarley

    @robin0van0der0v

    I have a minor error spitting out and it seems to be related to advanced mobs.


    Show Spoiler
    2011-08-18 22:14:56 [SEVERE] Could not pass event ENTITY_EXPLODE to DisableIt
    java.lang.NullPointerException
    at nl.robinvandervliet.DisableIt.DisableItEntityListener.onEntityExplode(DisableItEntityListener.java:60)
    at org.bukkit.plugin.java.JavaPluginLoader$61.execute(JavaPluginLoader.java:670)
    at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:58)
    at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:332)
    at net.minecraft.server.Explosion.a(Explosion.java:195)
    at net.minecraft.server.World.createExplosion(World.java:1467)
    at net.minecraft.server.WorldServer.createExplosion(WorldServer.java:145)
    at org.bukkit.craftbukkit.CraftWorld.createExplosion(CraftWorld.java:416)
    at org.bukkit.craftbukkit.CraftWorld.createExplosion(CraftWorld.java:424)
    at org.bukkit.craftbukkit.CraftWorld.createExplosion(CraftWorld.java:420)
    at com.bukkit.tennessee.AdvancedMobs.AdvancedMobsEntityListener.onExplosionPrime(AdvancedMobsEntityListener.java:677)
    at org.bukkit.plugin.java.JavaPluginLoader$62.execute(JavaPluginLoader.java:677)
    at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:58)
    at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:332)
    at net.minecraft.server.EntityTNTPrimed.explode(EntityTNTPrimed.java:84)
    at net.minecraft.server.EntityTNTPrimed.m_(EntityTNTPrimed.java:66)
    at net.minecraft.server.World.entityJoinedWorld(World.java:1198)
    at net.minecraft.server.WorldServer.entityJoinedWorld(WorldServer.java:48)
    at net.minecraft.server.World.playerJoinedWorld(World.java:1180)
    at net.minecraft.server.World.cleanUp(World.java:1104)
    at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:447)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:361)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
     
  29. Offline

    PatPeter

  30. Offline

    Rellac

    Yeah, so when running this plugin, I'll get an error whenever a bed is used in the nether (and I'll still have the explosion, as per vanilla) and I'll recieve the following error:

    Code:
    [SEVERE] Could not pass event ENTITY_EXPLODE to DisableIt
    java.lang.NullPointerException
        at nl.robinvandervliet.DisableIt.DisableItEntityListener.onEntityExplode(DisableItEntityListener.java:60)
        at org.bukkit.plugin.java.JavaPluginLoader$62.execute(JavaPluginLoader.java:677)
        at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:58)
        at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:338)
        at net.minecraft.server.Explosion.a(Explosion.java:195)
        at net.minecraft.server.World.createExplosion(World.java:1481)
        at net.minecraft.server.WorldServer.createExplosion(WorldServer.java:145)
        at net.minecraft.server.BlockBed.interact(SourceFile:70)
        at net.minecraft.server.ItemInWorldManager.interact(ItemInWorldManager.java:219)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:573)
        at net.minecraft.server.Packet15Place.a(SourceFile:57)
        at net.minecraft.server.NetworkManager.b(NetworkManager.java:226)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:89)
        at org.getspout.spout.SpoutNetServerHandler.a(SpoutNetServerHandler.java:436)
        at net.minecraft.server.NetworkListenThread.a(SourceFile:105)
        at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:454)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:363)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    And here is my config file (I only want to limit bed explosion in the nether):

    Code:
    disable:
        explode:
            ghast:
            bed: world,world_nether
            tnt:
            creeper:
        spawn:
            chicken: ''
            ghast: ''
            zombie: ''
            wolf: ''
            pigzombie: ''
            cow: ''
            spider: ''
            sheep: ''
            creeper: ''
            skeleton: ''
            squid: ''
            pig: ''
        mushroomspread:
            red: ''
            brown: ''
        leafdecay: ''
        weather:
            thunder: ''
            lightning: ''
            ice:
                form: ''
                melt: ''
            snow:
                form: ''
                melt: ''
            storm: ''
        fire:
    
    
     

Share This Page