Inactive [WGEN] CleanroomGenerator v1.0.0 - Clean Room flat world multilayer Chunk Generator [1.2.4-R1.0]

Discussion in 'Inactive/Unsupported Plugins' started by NVX, Jul 5, 2011.

     
  1. Offline

    NVX

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    CleanroomGenerator - Clean Room style flat world Chunk Generator
    Version: v1.0.0

    Find this project on BukkitDev for more information and download links!

    This plugin can be used by world managers such as MultiVerse (version 2.0+) as a Custom Chunk Generator to create customisable flat clean room style worlds.

    Your world manager must support Custom Chunk Generation or this will not work. MultiVerse only supports it in version 2.0 and later.

    Example usage with MultiVerse:
    /mvcreate cleanroom normal -g CleanroomGenerator:64,stone

    This will create a new world named "cleanroom" with the layer 0 as bedrock and layers 1-64 as stone, thus giving 65 total layers (including bedrock). Block ids are also valid in place of block names.

    You can also specify multiple layers such as:
    /mvcreate cleanroom normal -g CleanroomGenerator:10,stone,20,dirt,1,grass

    This would create a new world named "cleanroom" with layer 0 as bedrock, layers 1-10 as stone, layers 11-30 as dirt, and layer 31 as grass thus giving 32 total layers (including bedrock).

    If the generator id is prefixed with a "." character, layer0 will not be generated as bedrock by default, allowing you to create space maps, or have a different block at layer0. For space maps, the spawn is set to y=64 to allow some falling before damage is taken. Fly mods are recommended for this sort of map.

    Some more examples:

    /mvcreate cleanroom normal -g CleanroomGenerator: - Creates a map with only layer0 as bedrock.

    /mvcreate cleanroom normal -g CleanroomGenerator:. - Creates an empty 'space' map.

    /mvcreate cleanroom normal -g CleanroomGenerator - Creates a map with layer0 as bedrock, followed by 64 stone (default when no generator id is specified).

    More examples can be found at the Wiki

    Features:
    • Customisable height and block types of cleanroom.
    • Support for multiple layers.
    • Commands like WorldEdit's //regen will regenerate the correct blocks.
    • World sizes are not restricted as is the case with mcedited cleanroom maps.
    • Only generates chunks as required.
    • Able to create infinite space maps (using "." as the generator id).
    Known Conflicting Plugins:
    Any plugin which calls createWorld itself rather than letting your world manager plugin call it (with the appropriate parameters to specify WGEN) will cause issues. The following are known to cause conflicts, please let me know if you find any other plugins causing issues, or if any listed have been updated to no longer cause issues with custom WGENs.
    • ButtonWarp
    • Creative Gates
    • Inception
    Downloads on BukkitDev

    Source Code on GitHub and BukkitDev

    Changelog:
    Version 1.0.0
    • Updated to use Bukkit 1.2.x API, breaking backwards compatibility with Minecraft 1.1 and earlier, but allows for >128-high maps.
    • Arbitrarily high maps (as long as World.getMaxHeight() is sane).
    • Extended block id support.
    • Data value support (generator id syntax: "height,block[:datavalue]", for example "1,stone,2,wool,1,wool:5,1,35:1" will have 1x Bedrock, 2x White Wool (default data value is 0), 1x Lime Wool, 1x Orange Wool). Note only numeric data values are supported at present.

    Version 0.0.4
    • Added ability to have cleanrooms without layer0 being bedrock. Prefix the generator id with a "." to create one.


    Version 0.0.3
    • Fixed spawn y (height) coordinate sometimes being 0 (silly race condition?)

    Version 0.0.2
    • Added ability to have multiple layers.
    • Minor fixes, optimisations and general code clean up.
    Version 0.0.1
    • Initial Release.

    This post has been edited 6 times. It was last edited by NVX Mar 31, 2012.
    Rwembee likes this.
  2.  
  3. Offline

    JoshP95

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    No problem! I'm glad I can help :)

    Oh right okay well I hope they do! Sure I'll visit sometime soon :)

    I've changed my mind about how I will get it too you (can't seem to lock the RAR) can I just email? If you PM me it that'd be cool thanks :) Also if you know how to lock a RAR that'd be helpful too :L I can't seem to do it
  4. Offline

    NVX

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Hey, just made a little breakthrough - go through the list of plugins that load before Multiverse2-Core (as per your http://pastebin.com/U9nBDqeR link) - Go check to see if any of those reference the cleanroom world in any way, shape or form - ie portals, database entries (protected chests), configuration keys, etc - just grep your plugins folder for the world name of your cleanroom and report back which ones do - looks like some plugins are naughty and call createWorld() when they probably shouldn't be...
  5. Offline

    NVX

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    And the conflicting plugin is.... *drumroll* ButtonWarp! http://forums.bukkit.org/threads/8981/page-15#post-660395

    It looks like it wasn't a bug in Bukkit, Multiverse/DimensionDoor, or CleanroomGenerator - it was simply plugins acting as world managers when they shouldn't be!

    I'll make a list of known conflicting plugins in the first post (such plugins will conflict with all WGENs and world manager plugins).
  6. Offline

    JoshP95

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Ooooooh wow nice! So what should I do? Shall I wait for Codisimus to update his plugin and then it'll be fine? or something else? I currently use his plugin quite a bit for transport so I'm sad that it's this one that's conflicting :L

    Glad you found the problem though :)
  7. Offline

    NVX

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Check out the post in the ButtonWarp thread - another option is to try the bukkit.yml method of specifying the generator as that might allow it to work as well (check a few pages back for details)
  8. Offline

    Zgred

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Is it possible to increase height of generated maps to 255?
  9. Offline

    NVX

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Yes, that is the maximum height supported by Minecraft, so it should work, have you tried it and had it not work? If so, please paste the generator id you are using and I'll look into it.
  10. Offline

    Zgred

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    I have used command:

    /mvcreate cleanroom normal -g CleanroomGenerator:32,stone,31,grass

    and i can build only 63 blocks up. And i can't build under bedrock. So the world height is limited to 127 blocks, like in 1.7 and older versions. I am using 1129 build of CB.

    This post has been edited 1 time. It was last edited by Zgred Sep 19, 2011.
  11. Offline

    NVX

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Oh sorry, I'm silly - 0-127 is what is supported by Minecraft by default, 1.8 made it easier to mod by making it dependent on only a single variable, but it still requires Bukkit to provide APIs to allow for this before it can be used in maps.
  12. Offline

    Zgred

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Ok, thanks. That's what i wanted to know. So i will wait for CraftBukkit update.
  13. Offline

    sry9681

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    how and where do i install it at if i have multiverse 2.x
  14. Offline

    majow

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    hi, my world is not //regenerating also, it regens non-plane world

    It's not the main world,
    configs in MultiVerse 2.0 point's the generator

    Code:
        creative:
            gamemode: CREATIVE
            keepspawninmemory: true
            scale: 1.0
            animals:
                spawn: false
            pvp: false
            entryfee:
                amount: 0.0
                currency: -1
            alias:
                color: WHITE
                name: ''
            allowweather: true
            monsters:
                spawn: false
            spawn:
                yaw: -90.90391
                pitch: 88.580956
                z: 0.513546142011594
                y: 26.0
                x: -0.5044430250334826
            environment: NORMAL
            respawnworld: ''
            tempspawn: ''
            generator: CleanroomGenerator:10,stone,14,dirt,1,grass
            seed: ''
    
    there is also pointed at the server.log:

    Code:
    2011-09-26 03:06:17 [INFO] CleanroomGenerator version 0.0.4 is enabled!
    2011-09-26 03:00:06 [INFO] [Multiverse-Core] - Version 2.0-b265 Enabled - By Rigby and fernferret
    2011-09-26 03:00:06 [INFO] [Multiverse-Core] - Attached to Permissions
    2011-09-26 03:00:06 [INFO] [Multiverse-Core] - Multiverse Config -- Loaded
    2011-09-26 03:00:06 [INFO] [Multiverse-Core] - World Config -- Loaded
    2011-09-26 03:00:06 [INFO] [Multiverse-Core] Loading World & Settings - 'skylands' - NORMAL
    2011-09-26 03:00:06 [INFO] [Multiverse-Core] Loading World & Settings - 'survival' - NORMAL
    2011-09-26 03:00:06 [INFO] [Multiverse-Core] Loading World & Settings - 'creative' - NORMAL & Custom Generator: CleanroomGenerator:10,stone,14,dirt,1,grass
    
  15. Offline

    HereInPlainSight

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    I recommend you post a complete start up log.
  16. Offline

    majow

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    here we go

    http://pastebin.com/jt39r2Zi

    also tried to soft stop and restart server, no deal.

    This post has been edited 1 time. It was last edited by majow Sep 27, 2011.
  17. Offline

    HereInPlainSight

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    I'm not totally familiar with Inception, but it's loading before Multiverse and it's loading your creative world. Unless I miss my mark it probably has no idea what the settings are for the custom generator.
  18. Offline

    majow

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    ok, i know it's not your plugin, but do you know what can i do to change this loading order?

    thank you in advance


    EDIT:

    you sir were totally correct in your statement,
    disabled Inception, restarted, //regen worked flawlessly
    thank you for your awesome knowledge

    (btw my question still applies)

    This post has been edited 1 time. It was last edited by majow Sep 27, 2011.
  19. Offline

    HereInPlainSight

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    I know because I bothered two plugin devs to, in the end, solve roughly the same issue with a different plugin instead of inception. ;) Really the best solution is to bring this issue to the Inception author's attention. You can try, in the mean time, to make a soft dependency in Inception by opening the Inception.jar file, editing the plugin.yml file to add something along the lines of
    Code:
    softdepend: Multiverse-Core
    I don't know that that will work though, or if that's even the correct syntax or naming for Multiverse.
  20. Offline

    majow

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    I think I found a way on Inception's Topic:
    - Inception passes priority of world creation with 'environment: null'
    I configured my map CREATIVE to environment NORMAL, so it was being handled by Inception, i just didn't know how exactly it would affect it

    you just answered another one for me! thank you!
  21. Offline

    riolu447

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Hi, I am very new to multiverse and cleanroom generator (just installed them yesterday). I installed both of them, imported my worlds and then i tried to make a cleanroom. The cleanroom world was created successfully and when I went into the world it was beautifully clean. However when I traveled a little ways and it began creating new chunks the chunks were normal minecraft terrain... How can i fix it so it auto generates new clean chunks? Below are my server details.

    CraftBukkit RB: 1185 - 1.8.1
    Multiverse-core 2.0-b275
    Cleanroom Generator v0.0.4

    The command i used:
    /mvcreate cworld normal -g CleanroomGenerator:10,stone,4,dirt,1,grass

    Thanks for the help!!

    This post has been edited 1 time. It was last edited by riolu447 Oct 2, 2011.
  22. Offline

    HereInPlainSight

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Could you paste in a copy of your entire bukkit startup sequence, please? There's some plugins around that seem to load worlds incorrectly a bit too early and mess up the custom generators.
  23. Offline

    riolu447

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    OK, here is the startup sequence! Thanks for the help!
    161 recipes
    17 achievements
    11:10:06 [INFO] Starting minecraft server version Beta 1.8.1
    11:10:06 [INFO] Loading properties
    11:10:06 [INFO] Starting Minecraft server on *:25565
    11:10:06 [WARNING] **** SERVER IS RUNNING IN OFFLINE/INSECURE MODE!
    11:10:06 [WARNING] The server will make no attempt to authenticate usernames. Beware.
    11:10:06 [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.
    11:10:06 [WARNING] To change this, set "online-mode" to "true" in the server.settings file.
    11:10:06 [INFO] This server is running Craftbukkit version git-Bukkit-0.0.0-1067-g6301507-b1185jnks (MC: 1.8.1)
    11:10:07 [INFO] [PermissionsEx] sql backend registered!
    11:10:07 [INFO] [PermissionsEx] file backend registered!
    11:10:07 [INFO] [PermissionsEx] PermissionEx plugin initialized.
    11:10:07 [INFO] [PermissionsEx] p2compat backend registered!
    11:10:07 [INFO] [PermissionsCompat] Compatibility Layer Initalized!
    11:10:07 [INFO] [BaseBukkitPlugin 1.5] initialized
    11:10:07 [INFO] [PermissionsEx] Initializing file backend
    11:10:08 [INFO] Spout 1.0.6.403 has been initialized
    11:10:08 [INFO] CleanroomGenerator version 0.0.4 is enabled!
    11:10:08 [INFO] Preparing level "world"
    11:10:08 [INFO] Default game type: 0
    11:10:08 [INFO] Preparing start region for level 0 (Seed: 7786749086274333646)
    11:10:09 [INFO] Preparing spawn area: 73%
    11:10:09 [INFO] Preparing start region for level 1 (Seed: 976074138212558826)
    11:10:10 [INFO] Preparing spawn area: 73%
    11:10:11 [INFO] DefaultCommands 3.6.0 is enabled.
    11:10:11 [INFO] WorldEdit 4.6 enabled.
    11:10:11 [INFO] WorldEdit: Permissions plugin detected! Using Permissions plugin for permissions.
    11:10:11 [INFO] DailyBonus is running!
    11:10:11 [INFO] [DailyBonus] Permissions version 2.7.7 loaded.
    11:10:11 [INFO] SimpleSignEdit v1.7 enabled.
    11:10:12 [INFO] [NoLagg] Auto-save field bound to 'u'!
    11:10:12 [INFO] NoLagg version 1.17 is enabled!
    11:10:12 [INFO] [iConomy] Logging is currently disabled.
    11:10:12 [INFO] [iConomy] v5.01 (Eruanna) loaded.
    11:10:12 [INFO] [iConomy] Developed by: [Nijikokun]
    11:10:12 [INFO] [DailyBonus] iConomy version 5 loaded.
    11:10:12 [INFO] ThunderTools version 0.3 is enabled!
    11:10:12 [INFO] [JSONAPI] JSONAPI version null started
    11:10:12 [INFO] [JSONAPI] Logging to file: false
    11:10:12 [INFO] [JSONAPI] Logging to console: true
    11:10:12 [INFO] [JSONAPI] IP Whitelist = None, all requests are allowed.
    11:10:13 [INFO] [JSONAPI] Waiting 2.000 seconds to load methods so that all the other plugins load...
    11:10:13 [INFO] [JSONAPI] Any requests in this time will not work...
    11:10:13 [INFO] Load OreDetector v0.2 maintained by [_skyler_]
    11:10:13 [INFO] [OreDetector] Hooking into Permissions plugin by Nijuko
    11:10:13 [INFO] [SpoutFlight] Using Bukkit SuperPerms
    11:10:13 [INFO] [SpoutFlight] version 1.2 is now enabled.
    11:10:13 [INFO] [PermissionsEx] Superperms support enabled.
    11:10:13 [INFO] [PermissionsEx] v1.14 enabled
    11:10:13 [INFO] [Multiverse-Core] - Version 2.0-b275 Enabled - By Rigby and fernferret
    11:10:13 [INFO] [Multiverse-Core] - Attached to Permissions
    11:10:13 [INFO] [AllPay] - Version 3.0 - hooked into iConomy 5 for Multiverse-Core v2.0-b275
    11:10:13 [INFO] [Multiverse-Core] - Multiverse Config -- Loaded
    11:10:13 [INFO] [Multiverse-Core] - World Config -- Loaded
    11:10:13 [INFO] [Multiverse-Core] Loading World & Settings - 'world_nether' - NETHER
    11:10:15 [INFO] [JSONAPI] Dynmap API methods cannot be loaded because it depends on a plugin that is not enabled: 'dynmap'
    11:10:15 [INFO] [JSONAPI] Remote Toolkit methods cannot be loaded because it depends on a plugin that is not installed: 'RemoteToolkitPlugin'
    11:10:15 [INFO] [JSONAPI] 67 methods loaded in 2 namespaces.
    11:10:15 [INFO] [JSONAPI] JSON Server listening on 20059
    11:10:15 [INFO] [JSONAPI] JSON Stream Server listening on 20060
    11:10:15 [INFO] [JSONAPI] JSON WebSocket Stream Server listening on 20061
    11:10:15 [INFO] [JSONAPI] Active and listening for requests.
    11:10:15 [INFO] [Multiverse-Core] Loading World & Settings - 'world' - NORMAL
    11:10:17 [INFO] [Multiverse-Core] 2 - World(s) loaded.
    11:10:17 [INFO] [MotherNature] Using Permissions version 2.7.7 for permission handling
    11:10:17 [INFO] [MotherNature] Plugin enabled! (version 1.3.2)
    11:10:17 [INFO] RedstoneChips: Loading BasicCircuits 0.9 > adder, and, clock, counter, demultiplexer, divider, flipflop, multiplexer, multiplier, or, pisoregister, print, random, receiver, shiftregister, transmitter, xor, decoder, encoder, pixel, pulse, not, synth, srnor, terminal, router, ringcounter, iptransmitter, ipreceiver, comparator, delay, repeater, nand, nor, xnor, segdriver, dregister, sram, bintobcd.
    11:10:17 [INFO] RedstoneChips: Loading SensorLibrary 0.25 > photocell, pirsensor, rangefinder, daytime, slotinput, beacon.
    11:10:17 [INFO] RedstoneChips 0.9 enabled.
    11:10:17 [INFO] [MultiVerse-SignPortals] - Version 2.0-b122 Enabled - By Rigby and fernferret
    11:10:17 [INFO] Version: 91
    11:10:17 [INFO] [NarrowtuxLib] v0.8.11 by [narrowtux] enabled.
    11:10:17 [INFO] [NarrowtuxLib] Payment method found (iConomy version: 5)
    11:10:17 [INFO] [Residence] Found Permissions Plugin!
    11:10:17 [INFO] [Residence] Permissions running in Legacy mode!
    11:10:17 [INFO] [Residence] Successfully linked with iConomy! Version: 5.01
    11:10:17 [INFO] [Residence] Loaded...
    11:10:17 [INFO] [Residence] Enabled! Version 2.4.2 by bekvon
    11:10:18 [INFO] MoveCraft 0.6.9 Final Beta plugin enabled
    11:10:18 [INFO] [Modifyworld] Modifyworld enabled!
    11:10:18 [INFO] ResidenceSigns v0.2 enabled.
    11:10:18 [INFO] CommandHelper 3.1.2 enabled
    11:10:18 [INFO] CommandHelper: Permissions plugin detected! Using Permissions plugin for permissions.
    11:10:18 [INFO] [CommandHelper]: 3 alias(es) defined.
    11:10:18 [INFO] [PermissionsCompat] Compatibility layer enabled.
    11:10:18 [INFO] WorldEdit: Permissions plugin detected! Using Permissions plugin for permissions.
    11:10:18 [INFO] [iConomy] hooked into Permissions.
    11:10:18 [INFO] [Multiverse-Core] - Attached to Permissions
    11:10:19 [INFO] [Showcase] Registered type [basic] (0 items loaded)
    11:10:19 [INFO] [Showcase] Registered type [finite] (223 items loaded)
    11:10:19 [INFO] [Showcase] Registered type [infinite] (0 items loaded)
    11:10:19 [INFO] [Showcase] Registered type [exchange] (0 items loaded)
    11:10:19 [INFO] [Showcase] Registered type [tutorial] (0 items loaded)
    11:10:19 [INFO] [Showcase] version 0.7.7.11 has been enabled.
    11:10:20 [INFO] [dynmap] Loaded 12 shaders.
    11:10:20 [INFO] [dynmap] Loaded 56 perspectives.
    11:10:20 [INFO] [dynmap] Loaded 6 lightings.
    11:10:20 [INFO] [dynmap] Loaded 2 maps of world 'world'.
    11:10:20 [INFO] [dynmap] Loaded 2 maps of world 'world_nether'.
    11:10:20 [INFO] [dynmap] Dynmap WebServer started on null:8124
    11:10:20 [INFO] [dynmap] version 0.20.1 is enabled
    11:10:20 [INFO] [Jail] Loaded 1 jail zones.
    11:10:20 [INFO] [Jail] Loaded 1 prisoners.
    11:10:20 [INFO] [Jail] Loaded 6 cells.
    11:10:21 [INFO] [Jail] Jail v2.0.1 loaded!
    11:10:21 [INFO] [BaseBukkitPlugin 1.5] Server version compatibility check succeeded
    11:10:21 [INFO] Server permissions file permissions.yml is empty, ignoring it
    11:10:21 [INFO] Done (1.311s)! For help, type "help" or "?"
    11:10:21 [INFO] RedstoneChips: Reading circuits file...
    11:10:21 [INFO] RedstoneChips: Activating circuits...
    11:10:21 [INFO] RedstoneChips: Done. Loaded 0 chips.

    Thanks, again!

    This post has been edited 4 times. It was last edited by riolu447 Oct 3, 2011.
  24. Offline

    HereInPlainSight

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    *Headtilts.* I don't see your cworld in there at all. Have you not restarted your server since activating the world, and this is happening? Because if so the dev may be very interested in this error. Or does the world not load when you restart the server?

    This post has been edited 2 times. It was last edited by HereInPlainSight Oct 2, 2011.
  25. Offline

    riolu447

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Oh, well I deleted the world when it wasn't working... :oops:

    Should I recreate the world and then re-post the start up script?

    And yes, this error was happening without any server reloads or restarts...

    Thanks so much!!

    This post has been edited 3 times. It was last edited by riolu447 Oct 3, 2011.
  26. Offline

    HereInPlainSight

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Yes, please do. If possible, start the server, create the world, walk around until you find something not right, and paste that whole server log. (In case there's anything helpful in it -- it's very, very curious that you would see this error before a reload/restart.) Then restart and paste that server log as well (spoiler tags may help to keep the post smaller sized). I'm not the best at this so I'm just trying to gather as much data as possible. :)
  27. Offline

    riolu447

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Well... This is Intriguing to say the least. I have tried this at least a dozen times and I get a different result about every time... The first several times the world generated with a single chunk as a cleanroom and everything else normal terrain. The next couple times it generated all of the original chunks but even without a restart all new chunks after the originals generated as normal chunks. Then it started doing it only after a server restart and now *rolls eyes* it seems to perfectly even after several restarts except for some interesting errors with default commands.

    I'll still post the logs from my most recent attempt... (The one where it worked the whole time...)


    2011-10-03 09:21:33 [INFO] Starting minecraft server version Beta 1.8.1
    2011-10-03 09:21:33 [INFO] Loading properties
    2011-10-03 09:21:33 [INFO] Starting Minecraft server on *:25565
    2011-10-03 09:21:33 [WARNING] **** SERVER IS RUNNING IN OFFLINE/INSECURE MODE!
    2011-10-03 09:21:33 [WARNING] The server will make no attempt to authenticate usernames. Beware.
    2011-10-03 09:21:33 [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-10-03 09:21:33 [WARNING] To change this, set "online-mode" to "true" in the server.settings file.
    2011-10-03 09:21:33 [INFO] This server is running Craftbukkit version git-Bukkit-0.0.0-1067-g6301507-b1185jnks (MC: 1.8.1)
    2011-10-03 09:21:34 [INFO] [PermissionsEx] sql backend registered!
    2011-10-03 09:21:34 [INFO] [PermissionsEx] file backend registered!
    2011-10-03 09:21:34 [INFO] [PermissionsEx] PermissionEx plugin initialized.
    2011-10-03 09:21:35 [INFO] [PermissionsEx] p2compat backend registered!
    2011-10-03 09:21:35 [INFO] [PermissionsCompat] Compatibility Layer Initalized!
    2011-10-03 09:21:35 [INFO] [BaseBukkitPlugin 1.5] initialized
    2011-10-03 09:21:35 [INFO] [PermissionsEx] Initializing file backend
    2011-10-03 09:21:35 [INFO] Spout 1.0.6.403 has been initialized
    2011-10-03 09:21:35 [INFO] CleanroomGenerator version 0.0.4 is enabled!
    2011-10-03 09:21:35 [INFO] Preparing level "world"
    2011-10-03 09:21:35 [INFO] Default game type: 0
    2011-10-03 09:21:35 [INFO] Preparing start region for level 0 (Seed: 7786749086274333646)
    2011-10-03 09:21:36 [INFO] Preparing spawn area: 61%
    2011-10-03 09:21:36 [INFO] Preparing start region for level 1 (Seed: 976074138212558826)
    2011-10-03 09:21:37 [INFO] Preparing spawn area: 73%
    2011-10-03 09:21:38 [INFO] DefaultCommands 3.6.0 is enabled.
    2011-10-03 09:21:38 [INFO] WorldEdit 4.6 enabled.
    2011-10-03 09:21:38 [INFO] WorldEdit: Permissions plugin detected! Using Permissions plugin for permissions.
    2011-10-03 09:21:38 [INFO] DailyBonus is running!
    2011-10-03 09:21:38 [INFO] [DailyBonus] Permissions version 2.7.7 loaded.
    2011-10-03 09:21:38 [INFO] SimpleSignEdit v1.7 enabled.
    2011-10-03 09:21:39 [INFO] [NoLagg] Auto-save field bound to 'u'!
    2011-10-03 09:21:39 [INFO] NoLagg version 1.17 is enabled!
    2011-10-03 09:21:39 [INFO] [iConomy] Logging is currently disabled.
    2011-10-03 09:21:40 [INFO] [iConomy] v5.01 (Eruanna) loaded.
    2011-10-03 09:21:40 [INFO] [iConomy] Developed by: [Nijikokun]
    2011-10-03 09:21:40 [INFO] [DailyBonus] iConomy version 5 loaded.
    2011-10-03 09:21:40 [INFO] ThunderTools version 0.3 is enabled!
    2011-10-03 09:21:40 [INFO] [JSONAPI] JSONAPI version null started
    2011-10-03 09:21:40 [INFO] [JSONAPI] Logging to file: false
    2011-10-03 09:21:40 [INFO] [JSONAPI] Logging to console: true
    2011-10-03 09:21:40 [INFO] [JSONAPI] IP Whitelist = None, all requests are allowed.
    2011-10-03 09:21:40 [INFO] [JSONAPI] Waiting 2.000 seconds to load methods so that all the other plugins load...
    2011-10-03 09:21:40 [INFO] [JSONAPI] Any requests in this time will not work...
    2011-10-03 09:21:40 [INFO] Load OreDetector v0.2 maintained by [_skyler_]
    2011-10-03 09:21:40 [INFO] [OreDetector] Hooking into Permissions plugin by Nijuko
    2011-10-03 09:21:40 [INFO] [SpoutFlight] Using Bukkit SuperPerms
    2011-10-03 09:21:40 [INFO] [SpoutFlight] version 1.2 is now enabled.
    2011-10-03 09:21:40 [INFO] [PermissionsEx] Superperms support enabled.
    2011-10-03 09:21:40 [INFO] [PermissionsEx] v1.14 enabled
    2011-10-03 09:21:40 [INFO] [Multiverse-Core] - Version 2.0-b275 Enabled - By Rigby and fernferret
    2011-10-03 09:21:40 [INFO] [Multiverse-Core] - Attached to Permissions
    2011-10-03 09:21:40 [INFO] [AllPay] - Version 3.0 - hooked into iConomy 5 for Multiverse-Core v2.0-b275
    2011-10-03 09:21:40 [INFO] [Multiverse-Core] - Multiverse Config -- Loaded
    2011-10-03 09:21:40 [INFO] [Multiverse-Core] - World Config -- Loaded
    2011-10-03 09:21:40 [INFO] [Multiverse-Core] Loading World & Settings - 'world_nether' - NETHER
    2011-10-03 09:21:42 [INFO] [Multiverse-Core] Loading World & Settings - 'world' - NORMAL
    2011-10-03 09:21:42 [INFO] [JSONAPI] Dynmap API methods cannot be loaded because it depends on a plugin that is not enabled: 'dynmap'
    2011-10-03 09:21:42 [INFO] [JSONAPI] Remote Toolkit methods cannot be loaded because it depends on a plugin that is not installed: 'RemoteToolkitPlugin'
    2011-10-03 09:21:42 [INFO] [JSONAPI] 67 methods loaded in 2 namespaces.
    2011-10-03 09:21:42 [INFO] [JSONAPI] JSON Server listening on 20059
    2011-10-03 09:21:42 [INFO] [JSONAPI] JSON Stream Server listening on 20060
    2011-10-03 09:21:42 [INFO] [JSONAPI] JSON WebSocket Stream Server listening on 20061
    2011-10-03 09:21:42 [INFO] [JSONAPI] Active and listening for requests.
    2011-10-03 09:21:44 [INFO] [Multiverse-Core] 2 - World(s) loaded.
    2011-10-03 09:21:44 [INFO] RedstoneChips: Loading BasicCircuits 0.9 > adder, and, clock, counter, demultiplexer, divider, flipflop, multiplexer, multiplier, or, pisoregister, print, random, receiver, shiftregister, transmitter, xor, decoder, encoder, pixel, pulse, not, synth, srnor, terminal, router, ringcounter, iptransmitter, ipreceiver, comparator, delay, repeater, nand, nor, xnor, segdriver, dregister, sram, bintobcd.
    2011-10-03 09:21:44 [INFO] RedstoneChips: Loading SensorLibrary 0.25 > photocell, pirsensor, rangefinder, daytime, slotinput, beacon.
    2011-10-03 09:21:44 [INFO] RedstoneChips 0.9 enabled.
    2011-10-03 09:21:44 [INFO] [MultiVerse-SignPortals] - Version 2.0-b122 Enabled - By Rigby and fernferret
    2011-10-03 09:21:44 [INFO] Version: 91
    2011-10-03 09:21:44 [INFO] [NarrowtuxLib] v0.8.11 by [narrowtux] enabled.
    2011-10-03 09:21:44 [INFO] [NarrowtuxLib] Payment method found (iConomy version: 5)
    2011-10-03 09:21:44 [INFO] [Residence] Found Permissions Plugin!
    2011-10-03 09:21:44 [INFO] [Residence] Permissions running in Legacy mode!
    2011-10-03 09:21:44 [INFO] [Residence] Successfully linked with iConomy! Version: 5.01
    2011-10-03 09:21:45 [INFO] [Residence] Loaded...
    2011-10-03 09:21:45 [INFO] [Residence] Enabled! Version 2.4.2 by bekvon
    2011-10-03 09:21:45 [INFO] MoveCraft 0.6.9 Final Beta plugin enabled
    2011-10-03 09:21:45 [INFO] [Modifyworld] Modifyworld enabled!
    2011-10-03 09:21:45 [INFO] ResidenceSigns v0.2 enabled.
    2011-10-03 09:21:45 [INFO] CommandHelper 3.1.2 enabled
    2011-10-03 09:21:45 [INFO] CommandHelper: Permissions plugin detected! Using Permissions plugin for permissions.
    2011-10-03 09:21:46 [INFO] [CommandHelper]: 3 alias(es) defined.
    2011-10-03 09:21:46 [INFO] [PermissionsCompat] Compatibility layer enabled.
    2011-10-03 09:21:46 [INFO] WorldEdit: Permissions plugin detected! Using Permissions plugin for permissions.
    2011-10-03 09:21:46 [INFO] [iConomy] hooked into Permissions.
    2011-10-03 09:21:46 [INFO] [Multiverse-Core] - Attached to Permissions
    2011-10-03 09:21:46 [INFO] [Showcase] Registered type [basic] (0 items loaded)
    2011-10-03 09:21:46 [INFO] [Showcase] Registered type [finite] (223 items loaded)
    2011-10-03 09:21:46 [INFO] [Showcase] Registered type [infinite] (0 items loaded)
    2011-10-03 09:21:46 [INFO] [Showcase] Registered type [exchange] (0 items loaded)
    2011-10-03 09:21:46 [INFO] [Showcase] Registered type [tutorial] (0 items loaded)
    2011-10-03 09:21:46 [INFO] [Showcase] version 0.7.7.11 has been enabled.
    2011-10-03 09:21:47 [INFO] [dynmap] Loaded 12 shaders.
    2011-10-03 09:21:48 [INFO] [dynmap] Loaded 56 perspectives.
    2011-10-03 09:21:48 [INFO] [dynmap] Loaded 6 lightings.
    2011-10-03 09:21:48 [INFO] [dynmap] Loaded 2 maps of world 'world'.
    2011-10-03 09:21:48 [INFO] [dynmap] Loaded 2 maps of world 'world_nether'.
    2011-10-03 09:21:48 [INFO] [dynmap] Dynmap WebServer started on null:8124
    2011-10-03 09:21:48 [INFO] [dynmap] version 0.20.1 is enabled
    2011-10-03 09:21:48 [INFO] [Jail] Loaded 1 jail zones.
    2011-10-03 09:21:48 [INFO] [Jail] Loaded 1 prisoners.
    2011-10-03 09:21:48 [INFO] [Jail] Loaded 6 cells.
    2011-10-03 09:21:48 [INFO] [Jail] Jail v2.0.1 loaded!
    2011-10-03 09:21:48 [INFO] [BaseBukkitPlugin 1.5] Server version compatibility check succeeded
    2011-10-03 09:21:48 [INFO] Server permissions file permissions.yml is empty, ignoring it
    2011-10-03 09:21:48 [INFO] Done (1.327s)! For help, type "help" or "?"
    2011-10-03 09:21:48 [INFO] RedstoneChips: Reading circuits file...
    2011-10-03 09:21:48 [INFO] RedstoneChips: Activating circuits...
    2011-10-03 09:21:48 [INFO] RedstoneChips: Done. Loaded 0 chips.
    2011-10-03 09:21:53 [INFO] riolu447 [/76.2.58.127:28530] logged in with entity id 366 at ([world] 205.625, 16.0, 690.3125)
    2011-10-03 09:21:56 [INFO] New max size: 484
    2011-10-03 09:21:56 [INFO] New max size: 784
    2011-10-03 09:24:37 [INFO] New max size: 1764
    2011-10-03 09:24:37 [INFO] New max size: 5476
    2011-10-03 09:24:37 [INFO] New max size: 18496
    2011-10-03 09:24:37 [INFO] New max size: 19044
    2011-10-03 09:24:37 [INFO] Preparing start region for level 2 (Seed: 7660670575184996358)
    2011-10-03 09:24:38 [INFO] Preparing spawn area for cworld, 97%
    2011-10-03 09:24:38 [INFO] [dynmap] Loaded 2 maps of world 'cworld'.
    2011-10-03 09:24:38 [INFO] [Multiverse-Core] Loading World & Settings - 'cworld' - NORMAL & Custom Generator: CleanroomGenerator:10,stone,4,dirt,1,grass
    2011-10-03 09:24:45 [SEVERE] Could not pass event PLAYER_TELEPORT to DefaultCommands
    java.lang.NullPointerException
    at com.vildaberper.DefaultCommands.Class.DCWorld.getBoolean(DCWorld.java:156)
    at com.vildaberper.DefaultCommands.Misc.getInventory(Misc.java:317)
    at com.vildaberper.DefaultCommands.Listener.DCPlayerListener.onPlayerTeleport(DCPlayerListener.java:357)
    at org.bukkit.plugin.java.JavaPluginLoader$9.execute(JavaPluginLoader.java:300)
    at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:58)
    at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:338)
    at org.bukkit.craftbukkit.entity.CraftPlayer.teleport(CraftPlayer.java:269)
    at com.onarandombox.MultiverseCore.MVTeleport.safelyTeleport(MVTeleport.java:277)
    at com.onarandombox.MultiverseCore.commands.TeleportCommand.runCommand(TeleportCommand.java:144)
    at com.pneumaticraft.commandhandler.CommandHandler.checkAndRunCommand(CommandHandler.java:245)
    at com.pneumaticraft.commandhandler.CommandHandler.processFoundCommands(CommandHandler.java:115)
    at com.pneumaticraft.commandhandler.CommandHandler.locateAndRunCommand(CommandHandler.java:70)
    at com.onarandombox.MultiverseCore.MultiverseCore.onCommand(MultiverseCore.java:380)
    at org.bukkit.command.PluginCommand.execute(PluginCommand.java:39)
    at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:163)
    at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:353)
    at net.minecraft.server.NetServerHandler.handleCommand(NetServerHandler.java:756)
    at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:721)
    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:714)
    at net.minecraft.server.Packet3Chat.a(Packet3Chat.java:33)
    at net.minecraft.server.NetworkManager.b(NetworkManager.java:226)
    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:92)
    at org.getspout.spout.SpoutNetServerHandler.a(SpoutNetServerHandler.java:500)
    at net.minecraft.server.NetworkListenThread.a(SourceFile:108)
    at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:464)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:374)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:417)
    2011-10-03 09:24:52 [WARNING] Task of 'DefaultCommands' generated an exception
    java.lang.NullPointerException
    at com.vildaberper.DefaultCommands.Class.DCWorld.getBoolean(DCWorld.java:156)
    at com.vildaberper.DefaultCommands.Runnable.TimeSync.run(TimeSync.java:15)
    at org.bukkit.craftbukkit.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:137)
    at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:439)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:374)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:417)
    2011-10-03 09:24:57 [SEVERE] Could not pass event CREATURE_SPAWN to DefaultCommands
    java.lang.NullPointerException
    at com.vildaberper.DefaultCommands.Class.DCWorld.getBoolean(DCWorld.java:156)
    at com.vildaberper.DefaultCommands.Listener.DCEntityListener.onCreatureSpawn(DCEntityListener.java:271)
    at org.bukkit.plugin.java.JavaPluginLoader$69.execute(JavaPluginLoader.java:726)
    at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:58)
    at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:338)
    at org.bukkit.craftbukkit.event.CraftEventFactory.callCreatureSpawnEvent(CraftEventFactory.java:239)
    at net.minecraft.server.World.addEntity(World.java:849)
    at net.minecraft.server.SpawnerCreature.spawnEntities(SpawnerCreature.java:117)
    at net.minecraft.server.World.doTick(World.java:1620)
    at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:454)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:374)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:417)
    2011-10-03 09:24:57 [SEVERE] Could not pass event CREATURE_SPAWN to DefaultCommands
    java.lang.NullPointerException
    at com.vildaberper.DefaultCommands.Class.DCWorld.getBoolean(DCWorld.java:156)
    at com.vildaberper.DefaultCommands.Listener.DCEntityListener.onCreatureSpawn(DCEntityListener.java:271)
    at org.bukkit.plugin.java.JavaPluginLoader$69.execute(JavaPluginLoader.java:726)
    at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:58)
    at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:338)
    at org.bukkit.craftbukkit.event.CraftEventFactory.callCreatureSpawnEvent(CraftEventFactory.java:239)
    at net.minecraft.server.World.addEntity(World.java:849)
    at net.minecraft.server.SpawnerCreature.spawnEntities(SpawnerCreature.java:117)
    at net.minecraft.server.World.doTick(World.java:1620)
    at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:454)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:374)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:417)
    2011-10-03 09:25:00 [INFO] CONSOLE: Stopping the server..
    2011-10-03 09:25:00 [INFO] CONSOLE: Stopping the server..
    2011-10-03 09:25:00 [INFO] Stopping server


    So I don't know if it is fixed now or what.... This is just really weird...

    Thanks for all of the help!

    The other logs will follow... For the sake of post length I am removing identical errors.

    This post has been edited 1 time. It was last edited by riolu447 Oct 3, 2011.
  28. Offline

    riolu447

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    And Log 2,


    2011-10-03 09:25:55 [INFO] Starting minecraft server version Beta 1.8.1
    2011-10-03 09:25:55 [INFO] Loading properties
    2011-10-03 09:25:55 [INFO] Starting Minecraft server on *:25565
    2011-10-03 09:25:55 [WARNING] **** SERVER IS RUNNING IN OFFLINE/INSECURE MODE!
    2011-10-03 09:25:55 [WARNING] The server will make no attempt to authenticate usernames. Beware.
    2011-10-03 09:25:55 [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-10-03 09:25:55 [WARNING] To change this, set "online-mode" to "true" in the server.settings file.
    2011-10-03 09:25:55 [INFO] This server is running Craftbukkit version git-Bukkit-0.0.0-1067-g6301507-b1185jnks (MC: 1.8.1)
    2011-10-03 09:25:56 [INFO] [PermissionsEx] sql backend registered!
    2011-10-03 09:25:56 [INFO] [PermissionsEx] file backend registered!
    2011-10-03 09:25:56 [INFO] [PermissionsEx] PermissionEx plugin initialized.
    2011-10-03 09:25:56 [INFO] [PermissionsEx] p2compat backend registered!
    2011-10-03 09:25:56 [INFO] [PermissionsCompat] Compatibility Layer Initalized!
    2011-10-03 09:25:57 [INFO] [BaseBukkitPlugin 1.5] initialized
    2011-10-03 09:25:57 [INFO] [PermissionsEx] Initializing file backend
    2011-10-03 09:25:57 [INFO] Spout 1.0.6.403 has been initialized
    2011-10-03 09:25:57 [INFO] CleanroomGenerator version 0.0.4 is enabled!
    2011-10-03 09:25:57 [INFO] Preparing level "world"
    2011-10-03 09:25:57 [INFO] Default game type: 0
    2011-10-03 09:25:57 [INFO] Preparing start region for level 0 (Seed: 7786749086274333646)
    2011-10-03 09:25:58 [INFO] Preparing spawn area: 69%
    2011-10-03 09:25:58 [INFO] Preparing start region for level 1 (Seed: 976074138212558826)
    2011-10-03 09:25:59 [INFO] Preparing spawn area: 81%
    2011-10-03 09:26:00 [INFO] DefaultCommands 3.6.0 is enabled.
    2011-10-03 09:26:00 [INFO] WorldEdit 4.6 enabled.
    2011-10-03 09:26:00 [INFO] WorldEdit: Permissions plugin detected! Using Permissions plugin for permissions.
    2011-10-03 09:26:00 [INFO] DailyBonus is running!
    2011-10-03 09:26:00 [INFO] [DailyBonus] Permissions version 2.7.7 loaded.
    2011-10-03 09:26:00 [INFO] SimpleSignEdit v1.7 enabled.
    2011-10-03 09:26:01 [INFO] [NoLagg] Auto-save field bound to 'u'!
    2011-10-03 09:26:01 [INFO] NoLagg version 1.17 is enabled!
    2011-10-03 09:26:02 [INFO] [iConomy] Logging is currently disabled.
    2011-10-03 09:26:02 [INFO] [iConomy] v5.01 (Eruanna) loaded.
    2011-10-03 09:26:02 [INFO] [iConomy] Developed by: [Nijikokun]
    2011-10-03 09:26:02 [INFO] [DailyBonus] iConomy version 5 loaded.
    2011-10-03 09:26:02 [INFO] ThunderTools version 0.3 is enabled!
    2011-10-03 09:26:02 [INFO] [JSONAPI] JSONAPI version null started
    2011-10-03 09:26:02 [INFO] [JSONAPI] Logging to file: false
    2011-10-03 09:26:02 [INFO] [JSONAPI] Logging to console: true
    2011-10-03 09:26:02 [INFO] [JSONAPI] IP Whitelist = None, all requests are allowed.
    2011-10-03 09:26:02 [INFO] [JSONAPI] Waiting 2.000 seconds to load methods so that all the other plugins load...
    2011-10-03 09:26:02 [INFO] [JSONAPI] Any requests in this time will not work...
    2011-10-03 09:26:02 [INFO] Load OreDetector v0.2 maintained by [_skyler_]
    2011-10-03 09:26:02 [INFO] [OreDetector] Hooking into Permissions plugin by Nijuko
    2011-10-03 09:26:02 [INFO] [SpoutFlight] Using Bukkit SuperPerms
    2011-10-03 09:26:02 [INFO] [SpoutFlight] version 1.2 is now enabled.
    2011-10-03 09:26:02 [INFO] [PermissionsEx] Superperms support enabled.
    2011-10-03 09:26:02 [INFO] [PermissionsEx] v1.14 enabled
    2011-10-03 09:26:02 [INFO] [Multiverse-Core] - Version 2.0-b275 Enabled - By Rigby and fernferret
    2011-10-03 09:26:02 [INFO] [Multiverse-Core] - Attached to Permissions
    2011-10-03 09:26:02 [INFO] [AllPay] - Version 3.0 - hooked into iConomy 5 for Multiverse-Core v2.0-b275
    2011-10-03 09:26:02 [INFO] [Multiverse-Core] - Multiverse Config -- Loaded
    2011-10-03 09:26:02 [INFO] [Multiverse-Core] - World Config -- Loaded
    2011-10-03 09:26:02 [INFO] [Multiverse-Core] Loading World & Settings - 'world_nether' - NETHER
    2011-10-03 09:26:04 [INFO] [JSONAPI] Dynmap API methods cannot be loaded because it depends on a plugin that is not enabled: 'dynmap'
    2011-10-03 09:26:04 [INFO] [JSONAPI] Remote Toolkit methods cannot be loaded because it depends on a plugin that is not installed: 'RemoteToolkitPlugin'
    2011-10-03 09:26:04 [INFO] [JSONAPI] 67 methods loaded in 2 namespaces.
    2011-10-03 09:26:04 [INFO] [JSONAPI] JSON Server listening on 20059
    2011-10-03 09:26:04 [INFO] [JSONAPI] JSON Stream Server listening on 20060
    2011-10-03 09:26:04 [INFO] [JSONAPI] JSON WebSocket Stream Server listening on 20061
    2011-10-03 09:26:04 [INFO] [JSONAPI] Active and listening for requests.
    2011-10-03 09:26:04 [INFO] [Multiverse-Core] Loading World & Settings - 'world' - NORMAL
    2011-10-03 09:26:06 [INFO] Preparing start region for level 2 (Seed: 7660670575184996358)
    2011-10-03 09:26:07 [INFO] Preparing spawn area for cworld, 93%
    2011-10-03 09:26:07 [INFO] [Multiverse-Core] Loading World & Settings - 'cworld' - NORMAL & Custom Generator: CleanroomGenerator:10,stone,4,dirt,1,grass
    2011-10-03 09:26:07 [INFO] [Multiverse-Core] 3 - World(s) loaded.
    2011-10-03 09:26:07 [INFO] RedstoneChips: Loading BasicCircuits 0.9 > adder, and, clock, counter, demultiplexer, divider, flipflop, multiplexer, multiplier, or, pisoregister, print, random, receiver, shiftregister, transmitter, xor, decoder, encoder, pixel, pulse, not, synth, srnor, terminal, router, ringcounter, iptransmitter, ipreceiver, comparator, delay, repeater, nand, nor, xnor, segdriver, dregister, sram, bintobcd.
    2011-10-03 09:26:07 [INFO] RedstoneChips: Loading SensorLibrary 0.25 > photocell, pirsensor, rangefinder, daytime, slotinput, beacon.
    2011-10-03 09:26:07 [INFO] RedstoneChips 0.9 enabled.
    2011-10-03 09:26:07 [INFO] [MultiVerse-SignPortals] - Version 2.0-b122 Enabled - By Rigby and fernferret
    2011-10-03 09:26:07 [INFO] Version: 91
    2011-10-03 09:26:07 [INFO] [NarrowtuxLib] v0.8.11 by [narrowtux] enabled.
    2011-10-03 09:26:07 [INFO] [NarrowtuxLib] Payment method found (iConomy version: 5)
    2011-10-03 09:26:07 [INFO] [Residence] Found Permissions Plugin!
    2011-10-03 09:26:07 [INFO] [Residence] Permissions running in Legacy mode!
    2011-10-03 09:26:07 [INFO] [Residence] Successfully linked with iConomy! Version: 5.01
    2011-10-03 09:26:08 [INFO] [Residence] Loaded...
    2011-10-03 09:26:08 [INFO] [Residence] Enabled! Version 2.4.2 by bekvon
    2011-10-03 09:26:08 [INFO] MoveCraft 0.6.9 Final Beta plugin enabled
    2011-10-03 09:26:08 [INFO] [Modifyworld] Modifyworld enabled!
    2011-10-03 09:26:08 [INFO] ResidenceSigns v0.2 enabled.
    2011-10-03 09:26:08 [INFO] CommandHelper 3.1.2 enabled
    2011-10-03 09:26:08 [INFO] CommandHelper: Permissions plugin detected! Using Permissions plugin for permissions.
    2011-10-03 09:26:08 [INFO] [CommandHelper]: 3 alias(es) defined.
    2011-10-03 09:26:08 [INFO] [PermissionsCompat] Compatibility layer enabled.
    2011-10-03 09:26:08 [INFO] WorldEdit: Permissions plugin detected! Using Permissions plugin for permissions.
    2011-10-03 09:26:08 [INFO] [iConomy] hooked into Permissions.
    2011-10-03 09:26:08 [INFO] [Multiverse-Core] - Attached to Permissions
    2011-10-03 09:26:09 [INFO] [Showcase] Registered type [basic] (0 items loaded)
    2011-10-03 09:26:09 [INFO] [Showcase] Registered type [finite] (223 items loaded)
    2011-10-03 09:26:09 [INFO] [Showcase] Registered type [infinite] (0 items loaded)
    2011-10-03 09:26:09 [INFO] [Showcase] Registered type [exchange] (0 items loaded)
    2011-10-03 09:26:09 [INFO] [Showcase] Registered type [tutorial] (0 items loaded)
    2011-10-03 09:26:09 [INFO] [Showcase] version 0.7.7.11 has been enabled.
    2011-10-03 09:26:10 [INFO] [dynmap] Loaded 12 shaders.
    2011-10-03 09:26:10 [INFO] [dynmap] Loaded 56 perspectives.
    2011-10-03 09:26:10 [INFO] [dynmap] Loaded 6 lightings.
    2011-10-03 09:26:10 [INFO] [dynmap] Loaded 2 maps of world 'world'.
    2011-10-03 09:26:10 [INFO] [dynmap] Loaded 2 maps of world 'world_nether'.
    2011-10-03 09:26:10 [INFO] [dynmap] Loaded 2 maps of world 'cworld'.
    2011-10-03 09:26:10 [INFO] [dynmap] Dynmap WebServer started on null:8124
    2011-10-03 09:26:10 [INFO] [dynmap] version 0.20.1 is enabled
    2011-10-03 09:26:11 [INFO] [Jail] Loaded 1 jail zones.
    2011-10-03 09:26:11 [INFO] [Jail] Loaded 1 prisoners.
    2011-10-03 09:26:11 [INFO] [Jail] Loaded 6 cells.
    2011-10-03 09:26:11 [INFO] [Jail] Jail v2.0.1 loaded!
    2011-10-03 09:26:11 [INFO] [BaseBukkitPlugin 1.5] Server version compatibility check succeeded
    2011-10-03 09:26:11 [INFO] Server permissions file permissions.yml is empty, ignoring it
    2011-10-03 09:26:11 [INFO] Done (1.408s)! For help, type "help" or "?"
    2011-10-03 09:26:11 [INFO] RedstoneChips: Reading circuits file...
    2011-10-03 09:26:11 [INFO] RedstoneChips: Activating circuits...
    2011-10-03 09:26:11 [INFO] RedstoneChips: Done. Loaded 0 chips.
    2011-10-03 09:26:15 [INFO] riolu447 [/76.2.58.127:28656] logged in with entity id 383 at ([cworld] -36.5, 16.0, 296.5)
    2011-10-03 09:26:16 [SEVERE] Could not pass event PLAYER_JOIN to DefaultCommands
    java.lang.NullPointerException
    at com.vildaberper.DefaultCommands.Class.DCWorld.getBoolean(DCWorld.java:156)
    at com.vildaberper.DefaultCommands.Misc.getInventory(Misc.java:317)
    at com.vildaberper.DefaultCommands.Listener.DCPlayerListener.onPlayerJoin(DCPlayerListener.java:333)
    at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:244)
    at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:58)
    at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:338)
    at net.minecraft.server.ServerConfigurationManager.c(ServerConfigurationManager.java:126)
    at net.minecraft.server.NetLoginHandler.b(NetLoginHandler.java:116)
    at net.minecraft.server.NetLoginHandler.a(NetLoginHandler.java:75)
    at net.minecraft.server.Packet1Login.a(SourceFile:59)
    at net.minecraft.server.NetworkManager.b(NetworkManager.java:226)
    at net.minecraft.server.NetLoginHandler.a(NetLoginHandler.java:41)
    at net.minecraft.server.NetworkListenThread.a(SourceFile:94)
    at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:464)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:374)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:417)
    2011-10-03 09:26:17 [INFO] New max size: 484
    2011-10-03 09:26:17 [INFO] New max size: 784
    2011-10-03 09:26:30 [SEVERE] Could not pass event CREATURE_SPAWN to DefaultCommands
    java.lang.NullPointerException
    at com.vildaberper.DefaultCommands.Class.DCWorld.getBoolean(DCWorld.java:156)
    at com.vildaberper.DefaultCommands.Listener.DCEntityListener.onCreatureSpawn(DCEntityListener.java:271)
    at org.bukkit.plugin.java.JavaPluginLoader$69.execute(JavaPluginLoader.java:726)
    at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:58)
    at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:338)
    at org.bukkit.craftbukkit.event.CraftEventFactory.callCreatureSpawnEvent(CraftEventFactory.java:239)
    at net.minecraft.server.World.addEntity(World.java:849)
    at net.minecraft.server.SpawnerCreature.spawnEntities(SpawnerCreature.java:117)
    at net.minecraft.server.World.doTick(World.java:1620)
    at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:454)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:374)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:417)
    2011-10-03 09:29:18 [INFO] riolu447: Stopping the server..
    2011-10-03 09:29:18 [INFO] riolu447: Stopping the server..
    2011-10-03 09:29:18 [INFO] Stopping server
  29. Offline

    riolu447

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    And log 3.


    2011-10-03 09:32:17 [INFO] Starting minecraft server version Beta 1.8.1
    2011-10-03 09:32:17 [INFO] Loading properties
    2011-10-03 09:32:17 [INFO] Starting Minecraft server on *:25565
    2011-10-03 09:32:17 [WARNING] **** SERVER IS RUNNING IN OFFLINE/INSECURE MODE!
    2011-10-03 09:32:17 [WARNING] The server will make no attempt to authenticate usernames. Beware.
    2011-10-03 09:32:17 [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-10-03 09:32:17 [WARNING] To change this, set "online-mode" to "true" in the server.settings file.
    2011-10-03 09:32:17 [INFO] This server is running Craftbukkit version git-Bukkit-0.0.0-1067-g6301507-b1185jnks (MC: 1.8.1)
    2011-10-03 09:32:18 [INFO] [PermissionsEx] sql backend registered!
    2011-10-03 09:32:18 [INFO] [PermissionsEx] file backend registered!
    2011-10-03 09:32:18 [INFO] [PermissionsEx] PermissionEx plugin initialized.
    2011-10-03 09:32:19 [INFO] [PermissionsEx] p2compat backend registered!
    2011-10-03 09:32:19 [INFO] [PermissionsCompat] Compatibility Layer Initalized!
    2011-10-03 09:32:19 [INFO] [BaseBukkitPlugin 1.5] initialized
    2011-10-03 09:32:19 [INFO] [PermissionsEx] Initializing file backend
    2011-10-03 09:32:19 [INFO] Spout 1.0.6.403 has been initialized
    2011-10-03 09:32:19 [INFO] CleanroomGenerator version 0.0.4 is enabled!
    2011-10-03 09:32:19 [INFO] Preparing level "world"
    2011-10-03 09:32:19 [INFO] Default game type: 0
    2011-10-03 09:32:19 [INFO] Preparing start region for level 0 (Seed: 7786749086274333646)
    2011-10-03 09:32:20 [INFO] Preparing spawn area: 73%
    2011-10-03 09:32:21 [INFO] Preparing start region for level 1 (Seed: 976074138212558826)
    2011-10-03 09:32:21 [INFO] Preparing spawn area: 77%
    2011-10-03 09:32:23 [INFO] DefaultCommands 3.6.0 is enabled.
    2011-10-03 09:32:23 [INFO] WorldEdit 4.6 enabled.
    2011-10-03 09:32:23 [INFO] WorldEdit: Permissions plugin detected! Using Permissions plugin for permissions.
    2011-10-03 09:32:23 [INFO] DailyBonus is running!
    2011-10-03 09:32:23 [INFO] [DailyBonus] Permissions version 2.7.7 loaded.
    2011-10-03 09:32:23 [INFO] SimpleSignEdit v1.7 enabled.
    2011-10-03 09:32:23 [INFO] [NoLagg] Auto-save field bound to 'u'!
    2011-10-03 09:32:23 [INFO] NoLagg version 1.17 is enabled!
    2011-10-03 09:32:25 [INFO] [iConomy] Logging is currently disabled.
    2011-10-03 09:32:25 [INFO] [iConomy] v5.01 (Eruanna) loaded.
    2011-10-03 09:32:25 [INFO] [iConomy] Developed by: [Nijikokun]
    2011-10-03 09:32:25 [INFO] [DailyBonus] iConomy version 5 loaded.
    2011-10-03 09:32:25 [INFO] ThunderTools version 0.3 is enabled!
    2011-10-03 09:32:25 [INFO] [JSONAPI] JSONAPI version null started
    2011-10-03 09:32:25 [INFO] [JSONAPI] Logging to file: false
    2011-10-03 09:32:25 [INFO] [JSONAPI] Logging to console: true
    2011-10-03 09:32:25 [INFO] [JSONAPI] IP Whitelist = None, all requests are allowed.
    2011-10-03 09:32:25 [INFO] [JSONAPI] Waiting 2.000 seconds to load methods so that all the other plugins load...
    2011-10-03 09:32:25 [INFO] [JSONAPI] Any requests in this time will not work...
    2011-10-03 09:32:25 [INFO] Load OreDetector v0.2 maintained by [_skyler_]
    2011-10-03 09:32:25 [INFO] [OreDetector] Hooking into Permissions plugin by Nijuko
    2011-10-03 09:32:25 [INFO] [SpoutFlight] Using Bukkit SuperPerms
    2011-10-03 09:32:25 [INFO] [SpoutFlight] version 1.2 is now enabled.
    2011-10-03 09:32:25 [INFO] [PermissionsEx] Superperms support enabled.
    2011-10-03 09:32:25 [INFO] [PermissionsEx] v1.14 enabled
    2011-10-03 09:32:25 [INFO] [Multiverse-Core] - Version 2.0-b275 Enabled - By Rigby and fernferret
    2011-10-03 09:32:25 [INFO] [Multiverse-Core] - Attached to Permissions
    2011-10-03 09:32:25 [INFO] [AllPay] - Version 3.0 - hooked into iConomy 5 for Multiverse-Core v2.0-b275
    2011-10-03 09:32:25 [INFO] [Multiverse-Core] - Multiverse Config -- Loaded
    2011-10-03 09:32:25 [INFO] [Multiverse-Core] - World Config -- Loaded
    2011-10-03 09:32:25 [INFO] [Multiverse-Core] Loading World & Settings - 'world_nether' - NETHER
    2011-10-03 09:32:27 [INFO] [Multiverse-Core] Loading World & Settings - 'world' - NORMAL
    2011-10-03 09:32:27 [INFO] [JSONAPI] Dynmap API methods cannot be loaded because it depends on a plugin that is not enabled: 'dynmap'
    2011-10-03 09:32:27 [INFO] [JSONAPI] Remote Toolkit methods cannot be loaded because it depends on a plugin that is not installed: 'RemoteToolkitPlugin'
    2011-10-03 09:32:27 [INFO] [JSONAPI] 67 methods loaded in 2 namespaces.
    2011-10-03 09:32:27 [INFO] [JSONAPI] JSON Server listening on 20059
    2011-10-03 09:32:27 [INFO] [JSONAPI] JSON Stream Server listening on 20060
    2011-10-03 09:32:27 [INFO] [JSONAPI] JSON WebSocket Stream Server listening on 20061
    2011-10-03 09:32:27 [INFO] [JSONAPI] Active and listening for requests.
    2011-10-03 09:32:29 [INFO] Preparing start region for level 2 (Seed: 7660670575184996358)
    2011-10-03 09:32:30 [INFO] [Multiverse-Core] Loading World & Settings - 'cworld' - NORMAL & Custom Generator: CleanroomGenerator:10,stone,4,dirt,1,grass
    2011-10-03 09:32:30 [INFO] [Multiverse-Core] 3 - World(s) loaded.
    2011-10-03 09:32:30 [INFO] RedstoneChips: Loading BasicCircuits 0.9 > adder, and, clock, counter, demultiplexer, divider, flipflop, multiplexer, multiplier, or, pisoregister, print, random, receiver, shiftregister, transmitter, xor, decoder, encoder, pixel, pulse, not, synth, srnor, terminal, router, ringcounter, iptransmitter, ipreceiver, comparator, delay, repeater, nand, nor, xnor, segdriver, dregister, sram, bintobcd.
    2011-10-03 09:32:30 [INFO] RedstoneChips: Loading SensorLibrary 0.25 > photocell, pirsensor, rangefinder, daytime, slotinput, beacon.
    2011-10-03 09:32:30 [INFO] RedstoneChips 0.9 enabled.
    2011-10-03 09:32:30 [INFO] [MultiVerse-SignPortals] - Version 2.0-b122 Enabled - By Rigby and fernferret
    2011-10-03 09:32:30 [INFO] Version: 91
    2011-10-03 09:32:30 [INFO] [NarrowtuxLib] v0.8.11 by [narrowtux] enabled.
    2011-10-03 09:32:30 [INFO] [NarrowtuxLib] Payment method found (iConomy version: 5)
    2011-10-03 09:32:30 [INFO] [Residence] Found Permissions Plugin!
    2011-10-03 09:32:30 [INFO] [Residence] Permissions running in Legacy mode!
    2011-10-03 09:32:30 [INFO] [Residence] Successfully linked with iConomy! Version: 5.01
    2011-10-03 09:32:31 [INFO] [Residence] Loaded...
    2011-10-03 09:32:31 [INFO] [Residence] Enabled! Version 2.4.2 by bekvon
    2011-10-03 09:32:31 [INFO] MoveCraft 0.6.9 Final Beta plugin enabled
    2011-10-03 09:32:31 [INFO] [Modifyworld] Modifyworld enabled!
    2011-10-03 09:32:31 [INFO] ResidenceSigns v0.2 enabled.
    2011-10-03 09:32:31 [INFO] CommandHelper 3.1.2 enabled
    2011-10-03 09:32:31 [INFO] CommandHelper: Permissions plugin detected! Using Permissions plugin for permissions.
    2011-10-03 09:32:32 [INFO] [CommandHelper]: 3 alias(es) defined.
    2011-10-03 09:32:32 [INFO] [PermissionsCompat] Compatibility layer enabled.
    2011-10-03 09:32:32 [INFO] WorldEdit: Permissions plugin detected! Using Permissions plugin for permissions.
    2011-10-03 09:32:32 [INFO] [iConomy] hooked into Permissions.
    2011-10-03 09:32:32 [INFO] [Multiverse-Core] - Attached to Permissions
    2011-10-03 09:32:32 [INFO] [Showcase] Registered type [basic] (0 items loaded)
    2011-10-03 09:32:32 [INFO] [Showcase] Registered type [finite] (223 items loaded)
    2011-10-03 09:32:32 [INFO] [Showcase] Registered type [infinite] (0 items loaded)
    2011-10-03 09:32:32 [INFO] [Showcase] Registered type [exchange] (0 items loaded)
    2011-10-03 09:32:32 [INFO] [Showcase] Registered type [tutorial] (0 items loaded)
    2011-10-03 09:32:32 [INFO] [Showcase] version 0.7.7.11 has been enabled.
    2011-10-03 09:32:33 [INFO] [dynmap] Loaded 12 shaders.
    2011-10-03 09:32:34 [INFO] [dynmap] Loaded 56 perspectives.
    2011-10-03 09:32:34 [INFO] [dynmap] Loaded 6 lightings.
    2011-10-03 09:32:34 [INFO] [dynmap] Loaded 2 maps of world 'world'.
    2011-10-03 09:32:34 [INFO] [dynmap] Loaded 2 maps of world 'world_nether'.
    2011-10-03 09:32:34 [INFO] [dynmap] Loaded 2 maps of world 'cworld'.
    2011-10-03 09:32:34 [INFO] [dynmap] Dynmap WebServer started on null:8124
    2011-10-03 09:32:34 [INFO] [dynmap] version 0.20.1 is enabled
    2011-10-03 09:32:34 [INFO] [Jail] Loaded 1 jail zones.
    2011-10-03 09:32:34 [INFO] [Jail] Loaded 1 prisoners.
    2011-10-03 09:32:34 [INFO] [Jail] Loaded 6 cells.
    2011-10-03 09:32:34 [INFO] [Jail] Jail v2.0.1 loaded!
    2011-10-03 09:32:34 [INFO] [BaseBukkitPlugin 1.5] Server version compatibility check succeeded
    2011-10-03 09:32:34 [INFO] Server permissions file permissions.yml is empty, ignoring it
    2011-10-03 09:32:34 [INFO] Done (1.506s)! For help, type "help" or "?"
    2011-10-03 09:32:34 [INFO] RedstoneChips: Reading circuits file...
    2011-10-03 09:32:34 [INFO] RedstoneChips: Activating circuits...
    2011-10-03 09:32:34 [INFO] RedstoneChips: Done. Loaded 0 chips.
    2011-10-03 09:32:41 [INFO] riolu447 [/76.2.58.127:28806] logged in with entity id 367 at ([cworld] -500.90441489610794, 16.0, 1994.259561862406)
    2011-10-03 09:32:43 [SEVERE] Could not pass event PLAYER_JOIN to DefaultCommands
    java.lang.NullPointerException
    at com.vildaberper.DefaultCommands.Class.DCWorld.getBoolean(DCWorld.java:156)
    at com.vildaberper.DefaultCommands.Misc.getInventory(Misc.java:317)
    at com.vildaberper.DefaultCommands.Listener.DCPlayerListener.onPlayerJoin(DCPlayerListener.java:333)
    at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:244)
    at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:58)
    at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:338)
    at net.minecraft.server.ServerConfigurationManager.c(ServerConfigurationManager.java:126)
    at net.minecraft.server.NetLoginHandler.b(NetLoginHandler.java:116)
    at net.minecraft.server.NetLoginHandler.a(NetLoginHandler.java:75)
    at net.minecraft.server.Packet1Login.a(SourceFile:59)
    at net.minecraft.server.NetworkManager.b(NetworkManager.java:226)
    at net.minecraft.server.NetLoginHandler.a(NetLoginHandler.java:41)
    at net.minecraft.server.NetworkListenThread.a(SourceFile:94)
    at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:464)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:374)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:417)
    2011-10-03 09:32:44 [INFO] New max size: 484
    2011-10-03 09:32:44 [INFO] New max size: 784
    2011-10-03 09:32:51 [SEVERE] Could not pass event CREATURE_SPAWN to DefaultCommands
    java.lang.NullPointerException
    at com.vildaberper.DefaultCommands.Class.DCWorld.getBoolean(DCWorld.java:156)
    at com.vildaberper.DefaultCommands.Listener.DCEntityListener.onCreatureSpawn(DCEntityListener.java:271)
    at org.bukkit.plugin.java.JavaPluginLoader$69.execute(JavaPluginLoader.java:726)
    at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:58)
    at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:338)
    at org.bukkit.craftbukkit.event.CraftEventFactory.callCreatureSpawnEvent(CraftEventFactory.java:239)
    at net.minecraft.server.World.addEntity(World.java:849)
    at net.minecraft.server.SpawnerCreature.spawnEntities(SpawnerCreature.java:117)
    at net.minecraft.server.World.doTick(World.java:1620)
    at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:454)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:374)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:417)
    2011-10-03 09:33:15 [INFO] riolu447: Stopping the server..
    2011-10-03 09:33:15 [INFO] riolu447: Stopping the server..
    2011-10-03 09:33:15 [INFO] Stopping server


    Again for the sake of post size, i have deleted identical errors from the logs.

    Thanks for all the help!!!
  30. Offline

    HereInPlainSight

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Well, given that in these logs the cworld was working fine, all I can say is that in the first log, Default Commands crashed so hard on the teleport that it also hit up Multiverse at some point. Multiverse being what's actually controlling that Cleanroom is generating the chunks, I'd be wary about any errors that go in that direction. I guess keep us posted, but it's going to be hard to track down if the issue is just coming and going. And I would keep very close watch for an updated DC without all those errors. And if the problem happens again, I'd try doing everything the same but without DC on the server.
  31. Offline

    riolu447

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    >.<
    *shakes head in frustration*
    well i try and get the logs but now that the server has been running a while it has started generating normal chunks again...

    I know default commands causes a lot of errors but it is the only thing i know how to use and it the same goes for everyone on my server... so we can't remove it... i'll just have to hope for an update.

    This post has been edited 2 times. It was last edited by riolu447 Oct 3, 2011.
  32. Offline

    NVX

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    For the record, any plugin that calls createWorld() without passing the correct generator before Multiverse-Core loads and calls it will cause the issue @riolu447 described - plugins that tend to do this are ones that do stuff with worlds that have saved configs like warp, portal, teleport, area protection, etc plugins that are _NOT_ written properly to hook the on world load event and instead call createWorld themselves when the world is not found.

    If it happens again, a startup log from when chunks are not being generated properly (you can use //regen from WorldEdit to test this easily) is sufficient - any plugin loading before Multiverse-Core could be the culprit, either disabling plugins one by one, or inspecting the source code of each to find the offending plugin will suffice. Sometimes plugin load order can change when other plugins are installed/removed, or when changing operating system making it difficult to reproduce at times.

    If you do encounter which plugin was causing the issues (or if it happens again and you don't know which) then please post here with as much information as possible (startup logs when //regen is failing) so I can assist in tracking down the plugin and mark it in the first post as a known conflicting plugin until that plugin author fixes it.

    Edit: Wow, this post was far more convoluted than it should have been... Sorry about that.

    This post has been edited 1 time. It was last edited by NVX Oct 4, 2011.

Share This Page