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

    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.

    Show Spoiler

    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.
     
    Rwembee likes this.
  2. Offline

    NVX

    That's an idea, selling plugins on eBay :p

    Also, obligatory "this plugin works on CB1000 without an update" post.
     
  3. And this is the obligatory DON'T MAKE WORLDS OUT OF LEAVES. Ended my Core i7 iMac 3.46 Ghz w/ 12 Gb of ram...

    Relevant (Gallery):
    http://min.us/me7LtFI
     
  4. Offline

    NVX

    I hear worlds of many layers of stacked grass end in a similar fate...

    Edit: Actually, if you disabled leaf decay it would probably be fine.
     
  5. Offline

    niugnip

    Maybe its more like the render-behind-leaves-thingy in Fancy-graphics :S
     
  6. Offline

    niugnip

    Okay, now i got an issue.
    //regen does NOT work (the right way)
    with:
    Cleanroomgenerator 0.0.3
    MultiVerse-Core 2.0-b118
    WorldEdit 4.6

    any suggestions?
    MV-C Settings of the world:
    Code:
       Creative:
            scale: 1.0
            animals:
                spawn: false
            environment: NORMAL
            respawnworld: ''
            pvp: false
            tempspawn: ''
            alias:
                color: WHITE
                name: ''
            generator: CleanroomGenerator:10,stone,20,dirt,1,grass
            monsters:
                spawn: true
            scaling: 1.0
            seed: ''
     
  7. Offline

    NVX

    Can you be a little more specific? Use of //regen was one of the main reasons for me writing this plugin, and is something I use quite heavily on my servers cleanrooms without issues using the same setup (and plugins) as you have.

    If by does not work you mean it generates normal terrain (and doesn't use the chunk generator), please test and let me know if it only happens after a server restart (ie, create a new cleanroom, then try //regen and see if it works, then restart the server and try //regen again on the same map). If it's happening only after a server restart, try teleporting a thousand blocks away from spawn where you haven't previously been (on the newly generated map to make it force generate new chunks) - to x: 1000 z: 1000 for example - and see if it generates cleanroom chunks, or regular world chunks. If it generates new chunks that are the same as the main world, it's possibly a MultiVerse bug not setting the chunk generator on startup correctly.

    Post back with more details or feel free to jump on irc.esper.net in #MultiVerse and ping me there.
     
  8. Offline

    niugnip

    Okay. So here are my results:

    Newly created map: //regen works just fine
    After a reload: //regen works
    After restart: //regen still works.

    So back to my normal cleanroommap:
    Yes. it generates new Chunks with mountains and stuff =(

    EDIT
    I created a new map and managed to copy the biggest part over. I'll tell if the error happens again
     
  9. Offline

    Rwembee

    Check your bukkit.yml to make sure you didn't duplicate sections, or CBukkit mangle it.

    I had mine mangled when I put in a second CR incorrectly with its own "world:" section
     
  10. Offline

    niugnip

    Error occured again on my newly generated map (After some crashes caused by Worldedit and Logblock-DB --> cause?). I think my bukkit.yml looks all right:
    Code:
    settings:
        update-folder: update
        spawn-radius: 16
        permissions-file: permissions.yml
    database:
        username: bukkit
        isolation: SERIALIZABLE
        driver: org.sqlite.JDBC
        password: walrus
        url: jdbc:sqlite:{DIR}{NAME}.db
    aliases:
        icanhasbukkit:
        - version
    
     
  11. Offline

    NVX

    Can you paste your server.log from when the server started til when you logged in and did a //regen (with regen not working). - If it's been a while, feel free to restart the server again just to get logs as long as the //regen bug sticks around.

    Also try teleporting a few thousand blocks away and report if it generates cleanroom chunks, or regular world chunks.
     
  12. Offline

    niugnip

    Code:
    13:32:36 [INFO] CraftBookCommon: Permissions plugin detected! Using Permissions
    plugin for permissions.
    13:32:36 [INFO] CraftBookMechanisms 37-a9b78b6 enabled.
    13:32:36 [INFO] CraftBookMechanisms: Permissions plugin detected! Using Permissi
    ons plugin for permissions.
    13:32:36 [INFO] 1 cauldron recipe(s) loaded
    13:32:36 [INFO] CraftBukkitUpToDate version 2.5.7 is enabled!
    13:32:36 [INFO] [PermissionsCompat] Compatibility layer enabled.
    13:32:36 [INFO] CommandBook: Permissions plugin detected! Using Permissions plug
    in for permissions.
    13:32:36 [INFO] [iConomy] hooked into Permissions.
    13:32:36 [WARNING] CraftBukkitUpToDate: Can't connect to ci-b.bukkit.org.
    13:32:36 [INFO] [CreativeGates v1.1.3] ===== ENABLE START
    13:32:36 [INFO] [CreativeGates v1.1.3] Loading conf.txt ...
    13:32:36 [INFO] [CreativeGates v1.1.3] Wand: Watch
    13:32:36 [INFO] [CreativeGates v1.1.3] Block: Diamond block
    13:32:36 [INFO] [CreativeGates v1.1.3] Max Area: 200
    13:32:43 [INFO] Preparing start region for level 1 (Seed: -4410388415975762140)
    13:32:44 [INFO] Preparing start region for level 2 (Seed: 7599834268029574443)
    13:32:45 [INFO] [CreativeGates v1.1.3] ===== ENABLE END
    13:32:45 [INFO] DeathMessagePlugin version 2.2 is enabled with permissions!
    13:32:45 [INFO] [FirstLastSeen] PermissionsEx found.
    13:32:45 [INFO] [FirstLastSeen] version 0.7 loaded.
    13:32:45 [INFO] [Giant Trees] version 0.3.2 is enabled
    13:32:45 [INFO] [iAuction] (version 3.3) is enabled!
    13:32:45 [INFO] [iAuction] Permissions support enabled!
    13:32:45 [INFO] [iConomyChestShop] version 2.75 initialized!
    13:32:45 [INFO] [iConomyChestShop] iConomy version 5 loaded.
    13:32:45 [INFO] [iConomyChestShop] Permissions version 2.7.7 loaded.
    13:32:45 [INFO] [iConomyChestShop] Lockette version 1.3.8 loaded.
    13:32:45 [INFO] [Inception] version 0.9delta is enabled!
    13:32:45 [INFO] [LagMeter 0.2] Enabled!  Polling every 40 server ticks.
    13:32:45 [INFO] Lockette version 1.3.8 is being enabled!  Yay!  (Core version 1.
    0)
    13:32:45 [INFO] Lockette: Detected craftbukkit build [1000] ok.
    13:32:45 [INFO] Lockette: Linked to Permissions plugin version 2.7.7
    13:32:45 [INFO] Lockette: Ready to protect your containers.
    13:32:45 [INFO] LogBlockQuestioner v0.02 enabled
    13:32:45 [INFO] [MagicCarpet] MagicCarpet version 1.5.6 is enabled!
    13:32:45 [INFO] [MagicCarpet] Take yourself wonder by wonder, using /magiccarpet
     or /mc.
    13:32:45 [INFO] [MagicCarpet] Using Permissions.
    13:32:45 [INFO] MCBans: mcbans version 2.9.1 is enabled!
    13:32:45 [INFO] MCBans: Debug mode active!
    13:32:45 [INFO] MCBans: Checking for premium!
    13:32:46 [INFO] MCBans: Server NOT premium!
    13:32:46 [INFO] The automatic update-Check only work every 6 hours, the last che
    ck was 171 minutes ago.
    13:32:46 [INFO] MobRider 0.39 enabled.
    13:32:46 [INFO] MobRider: Integrated with Permissions
    13:32:46 [INFO] MonsterBox version 0.2 is enabled!
    13:32:46 [INFO] [MultiInv] version 2.3.0 is enabled!
    13:32:46 [INFO] [Multiverse-Core] - Version 2.0-b118 Enabled - By Rigby and fern
    ferret
    13:32:46 [INFO] [Multiverse-Core] - Attached to Permissions
    13:32:46 [INFO] [AllPay] - Version .5.1 - hooked into iConomy for Multiverse-Cor
    e v2.0-b118
    13:32:46 [INFO] [Multiverse-Core] - Multiverse Config -- Loaded
    13:32:46 [INFO] [Multiverse-Core] - World Config -- Loaded
    13:32:46 [INFO] [Multiverse-Core] Loading World & Settings - 'Ground' - NORMAL
    13:32:46 [INFO] Preparing start region for level 3 (Seed: -7927276562556123170)
    13:32:47 [INFO] [Multiverse-Core] Loading World & Settings - 'world_nether' - NE
    THER
    13:32:47 [INFO] [Multiverse-Core] Loading World & Settings - 'Sky' - SKYLANDS
    13:32:47 [INFO] Preparing start region for level 4 (Seed: 3048916294395665057)
    13:32:48 [INFO] [Multiverse-Core] Loading World & Settings - 'world' - NORMAL
    13:32:48 [INFO] Preparing start region for level 5 (Seed: 3108772716470876461)
    13:32:48 [INFO] [Multiverse-Core] Loading World & Settings - 'test' - NORMAL & C
    ustom Generator: CleanroomGenerator:20,stone
    13:32:48 [INFO] [Multiverse-Core] Loading World & Settings - 'Creative' - NORMAL
     & Custom Generator: CleanroomGenerator:10,1,19,3,1,2
    13:32:49 [INFO] [Multiverse-Core] 6 - World(s) loaded.
    13:32:49 [INFO] [MyHome] 17 homes loaded
    13:32:49 [INFO] [MyHome] Permissions enabled using: PermissionsEx v1.13
    13:32:49 [WARNING] [MyHome] Help plugin not detected. Only providing help via /h
    ome help.
    13:32:49 [INFO] [MyHome] MyHome 2.0 enabled
    13:32:49 [INFO] [NightClub] v1.1.1 is enabled!
    13:32:49 [INFO] [nSpleef] Hooked into Permissions 2.7.7
    13:32:49 [INFO] nSpleef version 0.4.3 is enabled!
    13:32:49 [INFO] [nSpleef] Economy plugin found (iConomy version: 5)
    13:32:49 [INFO] [PermissionsEx] Modifyworld is enabled.
    13:32:49 [INFO] [PermissionsEx] v1.13 enabled
    13:32:49 [INFO] [Plugins_info] PLUGIN_INFO v1.0 is enabled! created by: Patrick_
    pk91
    13:32:51 [INFO] [RestartNow] 0.2.1ready to restart!
    13:32:51 [INFO] [RestartNow] Permissions detected.
    13:32:51 [INFO] [ShopAds] Version 1.56 loading.
    13:32:51 [INFO] [ShopAds] Config loaded!
    13:32:51 [INFO] [ShopAds] No advertisements were loaded
    13:32:51 [INFO] [ShopAds] Permissions Plugin Found
    13:32:51 [INFO] [ShopAds] Successfully hooked into iConomy
    13:32:51 [INFO] [ShopAds] Version 1.56 is enabled!
    13:32:51 [INFO] [SignShop] Hooked into Permissions
    13:32:51 [INFO] [SignShop] v1.2 enabled
    13:32:51 [INFO] [SignShop] hooked into iConomy.
    13:32:51 [INFO] SimpleSave: Parts of config file are blank, but not null. Possib
    le errors might happen.
    13:32:51 [INFO] SimpleSave: DON'T! Post this 'warning' on the thread.
    13:32:51 [WARNING] SimpleSave: Amount of worlds is greater than backup history
    13:32:51 [WARNING] SimpleSave: Changing setting to backup all worlds. Please fix
     later
    13:32:51 [INFO] SimpleSave: 3.25 Initialized
    13:32:51 [INFO] SimpleSignEdit v1.5 enabled.
    13:32:51 [INFO] SimpleTips v0.5 by keithlawless has been enabled.
    13:32:51 [INFO] SimpleTips v0.5 by keithlawless Success! SimpleTips will be disp
    layed on your schedule.
    13:32:51 [INFO] Stargate v.0.5.5 is enabled.
    13:32:51 [INFO] [Stargate] Loaded 3 gate layouts
    13:32:51 [INFO] [Stargate] {Ground} Loaded 3 stargates with 0 set as always-on
    13:32:51 [INFO] [Stargate] {Creative} No stargates for world
    13:32:51 [INFO] [Stargate] {Sky} No stargates for world
    13:32:51 [INFO] [Stargate] {world_nether} Loaded 1 stargates with 1 set as alway
    s-on
    13:32:51 [INFO] [Stargate] {world} No stargates for world
    13:32:51 [INFO] [Stargate] {test} No stargates for world
    13:32:51 [INFO] [Stargate] Found Permissions (v2.7.7)
    13:32:51 [INFO] [Stargate] Found iConomy (v5.01)
    13:32:52 [INFO] [StockExchange] hooked into Permissions.
    13:32:52 [INFO] [StockExchange] version v1.8 is enabled.
    13:32:52 [INFO] [StockExchange] Payment method found (iConomy version: 5)
    13:32:52 [INFO] [Tables 0.2] Enabled
    13:32:52 [INFO] Turnstile 1.9.1 is enabled!
    13:32:52 [INFO] [Turnstile] Successfully linked with Permissions!
    13:32:52 [INFO] [Turnstile] Successfully linked with iConomy 5!
    13:32:52 [INFO] Loaded vote listener: FlatfileVoteListener
    13:32:52 [INFO] Loaded vote listener: iConomyListener
    13:32:52 [INFO] Votifier enabled.
    13:32:52 [INFO] WorldEdit 4.6 enabled.
    13:32:52 [INFO] WorldEdit: Permissions plugin detected! Using Permissions plugin
     for permissions.
    13:32:52 [INFO] WorldGuard: Permissions plugin detected! Using Permissions plugi
    n for permissions.
    13:32:52 [INFO] WorldGuard: (Ground) Single session is enforced.
    13:32:52 [INFO] WorldGuard: (Ground) TNT ignition is blocked.
    13:32:52 [INFO] WorldGuard: (Ground) Lighters are PERMITTED.
    13:32:52 [INFO] WorldGuard: (Ground) Lava fire is blocked.
    13:32:52 [INFO] WorldGuard: (Ground) All fire spread is disabled.
    13:32:52 [INFO] WorldGuard: Loaded configuration for world 'Ground"
    13:32:52 [INFO] WorldGuard: (Creative) Single session is enforced.
    13:32:52 [INFO] WorldGuard: (Creative) TNT ignition is PERMITTED.
    13:32:52 [INFO] WorldGuard: (Creative) Lighters are PERMITTED.
    13:32:52 [INFO] WorldGuard: (Creative) Lava fire is blocked.
    13:32:52 [INFO] WorldGuard: (Creative) Fire spread is UNRESTRICTED.
    13:32:52 [INFO] WorldGuard: Loaded configuration for world 'Creative"
    13:32:52 [INFO] WorldGuard: (Sky) Single session is enforced.
    13:32:52 [INFO] WorldGuard: (Sky) TNT ignition is PERMITTED.
    13:32:52 [INFO] WorldGuard: (Sky) Lighters are PERMITTED.
    13:32:52 [INFO] WorldGuard: (Sky) Lava fire is blocked.
    13:32:52 [INFO] WorldGuard: (Sky) All fire spread is disabled.
    13:32:52 [INFO] WorldGuard: Loaded configuration for world 'Sky"
    13:32:52 [INFO] WorldGuard: (world_nether) Single session is enforced.
    13:32:52 [INFO] WorldGuard: (world_nether) TNT ignition is blocked.
    13:32:52 [INFO] WorldGuard: (world_nether) Lighters are PERMITTED.
    13:32:52 [INFO] WorldGuard: (world_nether) Lava fire is PERMITTED.
    13:32:52 [INFO] WorldGuard: (world_nether) Fire spread is UNRESTRICTED.
    13:32:52 [INFO] WorldGuard: Loaded configuration for world 'world_nether"
    13:32:52 [INFO] WorldGuard: (world) Single session is enforced.
    13:32:52 [INFO] WorldGuard: (world) TNT ignition is blocked.
    13:32:52 [INFO] WorldGuard: (world) Lighters are PERMITTED.
    13:32:52 [INFO] WorldGuard: (world) Lava fire is blocked.
    13:32:52 [INFO] WorldGuard: (world) All fire spread is disabled.
    13:32:52 [INFO] WorldGuard: Loaded configuration for world 'world"
    13:32:52 [INFO] WorldGuard: (test) Single session is enforced.
    13:32:52 [INFO] WorldGuard: (test) TNT ignition is PERMITTED.
    13:32:52 [INFO] WorldGuard: (test) Lighters are PERMITTED.
    13:32:52 [INFO] WorldGuard: (test) Lava fire is blocked.
    13:32:52 [INFO] WorldGuard: (test) Fire spread is UNRESTRICTED.
    13:32:52 [INFO] WorldGuard: Loaded configuration for world 'test"
    13:32:52 [INFO] WorldGuard: 25 regions loaded for 'Ground'
    13:32:52 [INFO] WorldGuard: 1 regions loaded for 'Creative'
    13:32:52 [INFO] WorldGuard: 3 regions loaded for 'Sky'
    13:32:52 [INFO] WorldGuard: 1 regions loaded for 'world_nether'
    13:32:52 [INFO] WorldGuard: 1 regions loaded for 'world'
    13:32:52 [INFO] WorldGuard 5.2.2 enabled.
    13:32:52 [INFO] Superpickaxe v0.3 by DiddiZ enabled
    13:32:52 [INFO] ChessCraft: Permissions detected
    13:32:52 [INFO] ChessCraft: loaded set Standard OK.
    13:32:52 [INFO] ChessCraft: loaded set twist OK.
    13:32:52 [INFO] ChessCraft: loaded 2 saved boards.
    13:32:52 [INFO] ChessCraft: loaded 0 saved games.
    13:32:52 [INFO] ChessCraft version 0.2.2 is enabled!
    13:32:52 [INFO] [iChat] Found Permissions (v2.7.7)
    13:32:52 [INFO] iChat (v2.3.3) enabled
    13:32:52 [INFO] [LogBlock] Permissions found.
    13:32:52 [INFO] [LogBlock] Scheduled consumer with bukkit scheduler.
    13:32:52 [INFO] Logblock v1.22 by DiddiZ enabled.
    13:32:52 [INFO] MagicSpells v0.8 loaded!
    13:32:52 [INFO] [MobArena] Payment method found (iConomy version: 5)
    13:32:52 [INFO] [MobArena] v0.93.2 enabled.
    13:32:52 [INFO] (NoCheat) Did you know? NoCheat now supports the new Bukkit-Perm
    ission system. You can activate it in the config file.
    13:32:52 [INFO] (NoCheat) Did you know? There will be a change in the near futur
    e to how movement in CraftBukkit works, which will break NoCheats moving-check(s
    ) completely, causing tons of false positives. Be careful if you tend to run ble
    eding edge builds of CraftBukkit.
    13:32:52 [INFO] (NoCheat) Did you know? This version of NoCheat was written for
    CraftBukkit RB 1000, but may still work for some older or newer versions.
    13:32:52 [INFO] (NoCheat) Did you know? You can find detailed information about
    all configuration options of NoCheat in the file "descriptions.txt" in your "plu
    gins/NoCheat" folder
    13:32:52 [INFO] (NoCheat) Did you know? You can deactivate these Messages in the
     config file, if they annoy you.
    13:32:52 [INFO] [NoCheat] version [1.11] couldn't find CrafTIRC plugin. Disablin
    g logging to IRC.
    13:32:52 [INFO] [NoCheat] version [1.11] is enabled with the following checks: m
    oving speedhack airbuild bogusitems nuke flying fastswim
    13:32:52 [INFO] Server permissions file permissions.yml is empty, ignoring it
    13:32:52 [INFO] Done (1.809s)! For help, type "help" or "?"
    13:32:52 [INFO] [nSpleef] Arenas loaded!
    13:32:54 [INFO] MCBans: Sent From: Console .::. Potential Login
    13:32:54 [INFO] MCBans: Sent From: Console .::. Player triggered prelogin event!
    
    13:32:54 [INFO] MCBans: Sent From: Console .::. Online Mode.
    13:32:54 [INFO] MCBans: Sent From: Console .::. Player check with mcbans.com sta
    rted.
    13:32:54 [INFO] MCBans: Sent From: Console .::. Recieved reply.
    13:32:54 [INFO] MCBans: Sent From: Console .::. Check completed!
    13:32:54 [INFO] niugnip [/84.181.87.230:57619] logged in with entity id 65 at ([
    Creative] 0.9583261771907374, 31.0, -10.769573540890228)
    13:32:55 [INFO] MCBans: Sent From: Console .::. JSON ERROR
    13:32:55 [INFO] [MultiInv] Shared worlds loaded with no errors
    13:32:55 [INFO] MagicSpells: Loading player spell list: niugnip
    13:32:55 [INFO] MagicSpells:   Loading spells from player file...
    13:32:55 [INFO] MagicSpells:     Added spell: bind
    13:32:55 [INFO] MagicSpells:     Added spell: blink
    13:32:55 [INFO] MagicSpells:     Added spell: build
    13:32:55 [INFO] MagicSpells:     Added spell: combust
    13:32:55 [INFO] MagicSpells:     Added spell: entomb
    13:32:55 [INFO] MagicSpells:     Added spell: explode
    13:32:55 [INFO] MagicSpells:     Added spell: fireball
    13:32:55 [INFO] MagicSpells:     Added spell: firenova
    13:32:55 [INFO] MagicSpells:     Added spell: flamewalk
    13:32:55 [INFO] MagicSpells:     Added spell: forcepush
    13:32:55 [INFO] MagicSpells:     Added spell: forget
    13:32:55 [INFO] MagicSpells:     Added spell: frostwalk
    13:32:55 [INFO] MagicSpells:     Added spell: gate
    13:32:55 [INFO] MagicSpells:     Added spell: gills
    13:32:55 [INFO] MagicSpells:     Added spell: heal
    13:32:55 [INFO] MagicSpells:     Added spell: help
    13:32:55 [INFO] MagicSpells:     Added spell: invulnerability
    13:32:55 [INFO] MagicSpells:     Added spell: leap
    13:32:55 [INFO] MagicSpells:     Added spell: lifewalk
    13:32:55 [INFO] MagicSpells:     Added spell: lightning
    13:32:55 [INFO] MagicSpells:     Added spell: lightwalk
    13:32:55 [INFO] MagicSpells:     Added spell: list
    13:32:55 [INFO] MagicSpells:     Added spell: mark
    13:32:55 [INFO] MagicSpells:     Added spell: minion
    13:32:55 [INFO] MagicSpells:     Added spell: prayer
    13:32:55 [INFO] MagicSpells:     Added spell: purge
    13:32:55 [INFO] MagicSpells:     Added spell: recall
    13:32:55 [INFO] MagicSpells:     Added spell: safefall
    13:32:55 [INFO] MagicSpells:     Added spell: spellbook
    13:32:55 [INFO] MagicSpells:     Added spell: stealth
    13:32:55 [INFO] MagicSpells:     Added spell: stonevision
    13:32:55 [INFO] MagicSpells:     Added spell: teach
    13:32:55 [INFO] MagicSpells:     Added spell: telekinesis
    13:32:55 [INFO] MagicSpells:     Added spell: volley
    13:32:55 [INFO] MagicSpells:     Added spell: wall
    13:32:55 [INFO] MagicSpells:     Added spell: windwalk
    13:32:55 [INFO] MagicSpells:     Added spell: zap
    13:32:55 [INFO] MagicSpells:   Adding granted spells...
    13:32:55 [INFO] MagicSpells:     Checking spell entomb...
    13:32:55 [INFO] MagicSpells:     Checking spell lightwalk...
    13:32:55 [INFO] MagicSpells:     Checking spell prayer...
    13:32:55 [INFO] MagicSpells:     Checking spell lifewalk...
    13:32:55 [INFO] MagicSpells:     Checking spell frostwalk...
    13:32:55 [INFO] MagicSpells:     Checking spell build...
    13:32:55 [INFO] MagicSpells:     Checking spell windwalk...
    13:32:55 [INFO] MagicSpells:     Checking spell explode...
    13:32:55 [INFO] MagicSpells:     Checking spell help...
    13:32:55 [INFO] MagicSpells:     Checking spell heal...
    13:32:55 [INFO] MagicSpells:     Checking spell stonevision...
    13:32:55 [INFO] MagicSpells:     Checking spell combust...
    13:32:55 [INFO] MagicSpells:     Checking spell purge...
    13:32:55 [INFO] MagicSpells:     Checking spell safefall...
    13:32:55 [INFO] MagicSpells:     Checking spell flamewalk...
    13:32:55 [INFO] MagicSpells:     Checking spell spellbook...
    13:32:55 [INFO] MagicSpells:     Checking spell invulnerability...
    13:32:55 [INFO] MagicSpells:     Checking spell minion...
    13:32:55 [INFO] MagicSpells:     Checking spell firenova...
    13:32:55 [INFO] MagicSpells:     Checking spell list...
    13:32:55 [INFO] MagicSpells:     Checking spell mark...
    13:32:55 [INFO] MagicSpells:     Checking spell gills...
    13:32:55 [INFO] MagicSpells:     Checking spell teach...
    13:32:55 [INFO] MagicSpells:     Checking spell gate...
    13:32:55 [INFO] MagicSpells:     Checking spell lightning...
    13:32:55 [INFO] MagicSpells:     Checking spell blink...
    13:32:55 [INFO] MagicSpells:     Checking spell recall...
    13:32:55 [INFO] MagicSpells:     Checking spell stealth...
    13:32:55 [INFO] MagicSpells:     Checking spell zap...
    13:32:55 [INFO] MagicSpells:     Checking spell volley...
    13:32:55 [INFO] MagicSpells:     Checking spell telekinesis...
    13:32:55 [INFO] MagicSpells:     Checking spell forget...
    13:32:55 [INFO] MagicSpells:     Checking spell bind...
    13:32:55 [INFO] MagicSpells:     Checking spell wall...
    13:32:55 [INFO] MagicSpells:     Checking spell forcepush...
    13:32:55 [INFO] MagicSpells:     Checking spell fireball...
    13:32:55 [INFO] MagicSpells:     Checking spell leap...
    >
    After that. //regen wont work in World "Creative" (Work in the sense of creating a cleanroom)
    It still works in world "test".
    Teleporting around doesnt create Clean-Chunks.
     
  13. Offline

    NVX

    Did you restart the server, or reload? If reload, can you do it again with a full restart? Generators in theory can't be changed on the fly, and worlds don't get unloaded on a reload afaict, go figure.

    If it was a full restart, can you include the full log? I've noticed a few things like the CraftBukkit startup information (including Bukkit version, etc). Also the preparing spawn area lines/etc for possible race conditions. Full log please.
     
  14. Offline

    niugnip

    Code:
    151 recipes
    16 achievements
    16:01:57 [INFO] Starting minecraft server version Beta 1.7.3
    16:01:57 [INFO] Loading properties
    16:01:57 [INFO] Starting Minecraft server on *:25565
    16:01:57 [INFO] This server is running Craftbukkit version git-Bukkit-0.0.0-945-
    g73697a4-b1000jnks (MC: 1.7.3)
    16:01:57 [INFO] DataSourcePool [iConomyChestShop] autoCommit[false] transIsolati
    on[SERIALIZABLE] min[2] max[20]
    16:01:57 [INFO] SubClassFactory parent ClassLoader [org.bukkit.plugin.java.Plugi
    nClassLoader]
    16:01:58 [INFO] Entities enhanced[0] subclassed[1]
    16:01:58 [INFO] Starting Minequery server on *:25566
    16:01:58 [INFO] [PermissionsEx] sql backend registered!
    16:01:58 [INFO] [PermissionsEx] file backend registered!
    16:01:58 [INFO] [PermissionsEx] PermissionEx plugin initialized.
    16:01:58 [INFO] [PermissionsEx] p2compat backend registered!
    16:01:58 [INFO] [PermissionsCompat] Compatibility Layer Initalized!
    16:01:58 [INFO] [PermissionsEx] Initializing file backend
    16:01:59 [INFO] [LogBlock] Version check: Your version is up to date
    16:01:59 [INFO] [LogBlock] Connecting to root@jdbc:mysql://localhost:3306/minecr
    aft...
    16:01:59 [INFO] CleanroomGenerator version 0.0.3 is enabled!
    16:02:00 [INFO] [iConomy] Logging is currently disabled.
    16:02:00 [INFO] [iConomy] v5.01 (Eruanna) loaded.
    16:02:00 [INFO] [iConomy] Developed by: [Nijikokun]
    16:02:00 [INFO] Preparing level "Ground"
    16:02:00 [INFO] Preparing start region for level 0 (Seed: 2242852676329797980)
    16:02:01 [INFO] [Annotate] 1.2.4 enabled.
    16:02:01 [INFO] Annotate: Integrated with Permissions v2.7.7
    16:02:01 [INFO] BorderGuard version 4.11 is enabled!
    16:02:01 [INFO] BukkitContrib 0.1.7 has been initialized
    16:02:01 [INFO] CommandBook 1.5.2-customized enabled.
    16:02:01 [INFO] CommandBook: Maximum wrapper compatibility is enabled. Some feat
    ures have been disabled to be compatible with poorly written server wrappers.
    16:02:01 [INFO] CommandBook: 2 banned name(s) loaded.
    16:02:01 [INFO] CommandBook: 2 kit(s) loaded.
    16:02:01 [INFO] CommandBook: Permissions plugin detected! Using Permissions plug
    in for permissions.
    16:02:01 [INFO] Register: Payment method found (iConomy version: 5.01)
    16:02:01 [INFO] [CommandSigns] 0.9 enabled.
    16:02:01 [INFO] CommandSigns: Integrated with Annotate v1.2.4
    16:02:01 [INFO] CommandSigns: Integrated with Permissions v2.7.7
    16:02:01 [INFO] CommandSigns: Integrated with PermissionsEx v1.13
    16:02:01 [INFO] CraftBookCommon 37-a9b78b6 enabled.
    16:02:01 [INFO] CraftBookCommon: Permissions plugin detected! Using Permissions
    plugin for permissions.
    16:02:01 [INFO] CraftBookMechanisms 37-a9b78b6 enabled.
    16:02:01 [INFO] CraftBookMechanisms: Permissions plugin detected! Using Permissi
    ons plugin for permissions.
    16:02:01 [INFO] 1 cauldron recipe(s) loaded
    16:02:01 [INFO] CraftBukkitUpToDate version 2.5.7 is enabled!
    16:02:01 [INFO] [PermissionsCompat] Compatibility layer enabled.
    16:02:01 [INFO] CommandBook: Permissions plugin detected! Using Permissions plug
    in for permissions.
    16:02:01 [INFO] [iConomy] hooked into Permissions.
    16:02:01 [WARNING] CraftBukkitUpToDate: Can't connect to ci-b.bukkit.org.
    16:02:01 [INFO] [CreativeGates v1.1.3] ===== ENABLE START
    16:02:01 [INFO] [CreativeGates v1.1.3] Loading conf.txt ...
    16:02:01 [INFO] [CreativeGates v1.1.3] Wand: Watch
    16:02:01 [INFO] [CreativeGates v1.1.3] Block: Diamond block
    16:02:01 [INFO] [CreativeGates v1.1.3] Max Area: 200
    16:02:01 [INFO] Preparing start region for level 1 (Seed: -4410388415975762140)
    16:02:02 [INFO] Preparing start region for level 2 (Seed: 7599834268029574443)
    16:02:02 [INFO] [CreativeGates v1.1.3] ===== ENABLE END
    16:02:02 [INFO] DeathMessagePlugin version 2.2 is enabled with permissions!
    16:02:02 [INFO] [FirstLastSeen] PermissionsEx found.
    16:02:02 [INFO] [FirstLastSeen] version 0.7 loaded.
    16:02:02 [INFO] [Giant Trees] version 0.3.2 is enabled
    16:02:02 [INFO] [iAuction] (version 3.3) is enabled!
    16:02:02 [INFO] [iAuction] Permissions support enabled!
    16:02:03 [INFO] [iConomyChestShop] version 2.75 initialized!
    16:02:03 [INFO] [iConomyChestShop] iConomy version 5 loaded.
    16:02:03 [INFO] [iConomyChestShop] Permissions version 2.7.7 loaded.
    16:02:03 [INFO] [iConomyChestShop] Lockette version 1.3.8 loaded.
    16:02:03 [INFO] [Inception] version 0.9delta is enabled!
    16:02:03 [INFO] [LagMeter 0.2] Enabled!  Polling every 40 server ticks.
    16:02:03 [INFO] Lockette version 1.3.8 is being enabled!  Yay!  (Core version 1.
    0)
    16:02:03 [INFO] Lockette: Detected craftbukkit build [1000] ok.
    16:02:03 [INFO] Lockette: Linked to Permissions plugin version 2.7.7
    16:02:03 [INFO] Lockette: Ready to protect your containers.
    16:02:03 [INFO] LogBlockQuestioner v0.02 enabled
    16:02:03 [INFO] [MagicCarpet] MagicCarpet version 1.5.6 is enabled!
    16:02:03 [INFO] [MagicCarpet] Take yourself wonder by wonder, using /magiccarpet
     or /mc.
    16:02:03 [INFO] [MagicCarpet] Using Permissions.
    16:02:03 [INFO] MCBans: mcbans version 2.9.1 is enabled!
    16:02:03 [INFO] MCBans: Debug mode active!
    16:02:03 [INFO] MCBans: Checking for premium!
    16:02:03 [INFO] MCBans: Server NOT premium!
    16:02:03 [INFO] MobRider 0.39 enabled.
    16:02:03 [INFO] MobRider: Integrated with Permissions
    16:02:03 [INFO] MonsterBox version 0.2 is enabled!
    16:02:03 [INFO] [MultiInv] version 2.3.0 is enabled!
    16:02:03 [INFO] [Multiverse-Core] - Version 2.0-b118 Enabled - By Rigby and fern
    ferret
    16:02:03 [INFO] [Multiverse-Core] - Attached to Permissions
    16:02:03 [INFO] [AllPay] - Version .5.1 - hooked into iConomy for Multiverse-Cor
    e v2.0-b118
    16:02:03 [INFO] [Multiverse-Core] - Multiverse Config -- Loaded
    16:02:03 [INFO] [Multiverse-Core] - World Config -- Loaded
    16:02:03 [INFO] [Multiverse-Core] Loading World & Settings - 'Ground' - NORMAL
    16:02:03 [INFO] Preparing start region for level 3 (Seed: -7927276562556123170)
    16:02:04 [INFO] [Multiverse-Core] Loading World & Settings - 'world_nether' - NE
    THER
    16:02:04 [INFO] [Multiverse-Core] Loading World & Settings - 'Sky' - SKYLANDS
    16:02:04 [INFO] Preparing start region for level 4 (Seed: 3048916294395665057)
    16:02:04 [INFO] [Multiverse-Core] Loading World & Settings - 'world' - NORMAL
    16:02:04 [INFO] Preparing start region for level 5 (Seed: 3108772716470876461)
    16:02:05 [INFO] [Multiverse-Core] Loading World & Settings - 'test' - NORMAL & C
    ustom Generator: CleanroomGenerator:20,stone
    16:02:05 [INFO] [Multiverse-Core] Loading World & Settings - 'Creative' - NORMAL
     & Custom Generator: CleanroomGenerator:10,1,19,3,1,2
    16:02:05 [INFO] [Multiverse-Core] 6 - World(s) loaded.
    16:02:05 [INFO] [MyHome] 17 homes loaded
    16:02:05 [INFO] [MyHome] Permissions enabled using: PermissionsEx v1.13
    16:02:05 [WARNING] [MyHome] Help plugin not detected. Only providing help via /h
    ome help.
    16:02:05 [INFO] [MyHome] MyHome 2.0 enabled
    16:02:05 [INFO] [NightClub] v1.1.1 is enabled!
    16:02:05 [INFO] [nSpleef] Hooked into Permissions 2.7.7
    16:02:05 [INFO] nSpleef version 0.4.3 is enabled!
    16:02:05 [INFO] [nSpleef] Economy plugin found (iConomy version: 5)
    16:02:05 [INFO] [PermissionsEx] Modifyworld is enabled.
    16:02:05 [INFO] [PermissionsEx] v1.13 enabled
    16:02:05 [INFO] [Plugins_info] PLUGIN_INFO v1.0 is enabled! created by: Patrick_
    pk91
    16:02:08 [INFO] [RestartNow] 0.2.1ready to restart!
    16:02:08 [INFO] [RestartNow] Permissions detected.
    16:02:08 [INFO] [ShopAds] Version 1.56 loading.
    16:02:08 [INFO] [ShopAds] Config loaded!
    16:02:08 [INFO] [ShopAds] No advertisements were loaded
    16:02:08 [INFO] [ShopAds] Permissions Plugin Found
    16:02:08 [INFO] [ShopAds] Successfully hooked into iConomy
    16:02:08 [INFO] [ShopAds] Version 1.56 is enabled!
    16:02:08 [INFO] [SignShop] Hooked into Permissions
    16:02:08 [INFO] [SignShop] v1.2 enabled
    16:02:08 [INFO] [SignShop] hooked into iConomy.
    16:02:08 [INFO] SimpleSave: Parts of config file are blank, but not null. Possib
    le errors might happen.
    16:02:08 [INFO] SimpleSave: DON'T! Post this 'warning' on the thread.
    16:02:08 [WARNING] SimpleSave: Amount of worlds is greater than backup history
    16:02:08 [WARNING] SimpleSave: Changing setting to backup all worlds. Please fix
     later
    16:02:08 [INFO] SimpleSave: 3.25 Initialized
    16:02:08 [INFO] SimpleSignEdit v1.5 enabled.
    16:02:08 [INFO] SimpleTips v0.5 by keithlawless has been enabled.
    16:02:08 [INFO] SimpleTips v0.5 by keithlawless Success! SimpleTips will be disp
    layed on your schedule.
    16:02:08 [INFO] Stargate v.0.5.5 is enabled.
    16:02:08 [INFO] [Stargate] Loaded 3 gate layouts
    16:02:08 [INFO] [Stargate] {Ground} Loaded 3 stargates with 0 set as always-on
    16:02:08 [INFO] [Stargate] {Creative} No stargates for world
    16:02:08 [INFO] [Stargate] {Sky} No stargates for world
    16:02:08 [INFO] [Stargate] {world_nether} Loaded 1 stargates with 1 set as alway
    s-on
    16:02:08 [INFO] [Stargate] {world} No stargates for world
    16:02:08 [INFO] [Stargate] {test} No stargates for world
    16:02:08 [INFO] [Stargate] Found Permissions (v2.7.7)
    16:02:08 [INFO] [Stargate] Found iConomy (v5.01)
    16:02:08 [INFO] [StockExchange] hooked into Permissions.
    16:02:08 [INFO] [StockExchange] version v1.8 is enabled.
    16:02:08 [INFO] [StockExchange] Payment method found (iConomy version: 5)
    16:02:08 [INFO] [Tables 0.2] Enabled
    16:02:08 [INFO] Turnstile 1.9.1 is enabled!
    16:02:08 [INFO] [Turnstile] Successfully linked with Permissions!
    16:02:08 [INFO] [Turnstile] Successfully linked with iConomy 5!
    16:02:08 [INFO] Loaded vote listener: FlatfileVoteListener
    16:02:08 [INFO] Loaded vote listener: iConomyListener
    16:02:08 [INFO] Votifier enabled.
    16:02:08 [INFO] WorldEdit 4.6 enabled.
    16:02:08 [INFO] WorldEdit: Permissions plugin detected! Using Permissions plugin
     for permissions.
    16:02:09 [INFO] WorldGuard: Permissions plugin detected! Using Permissions plugi
    n for permissions.
    16:02:09 [INFO] WorldGuard: (Ground) Single session is enforced.
    16:02:09 [INFO] WorldGuard: (Ground) TNT ignition is blocked.
    16:02:09 [INFO] WorldGuard: (Ground) Lighters are PERMITTED.
    16:02:09 [INFO] WorldGuard: (Ground) Lava fire is blocked.
    16:02:09 [INFO] WorldGuard: (Ground) All fire spread is disabled.
    16:02:09 [INFO] WorldGuard: Loaded configuration for world 'Ground"
    16:02:09 [INFO] WorldGuard: (Creative) Single session is enforced.
    16:02:09 [INFO] WorldGuard: (Creative) TNT ignition is PERMITTED.
    16:02:09 [INFO] WorldGuard: (Creative) Lighters are PERMITTED.
    16:02:09 [INFO] WorldGuard: (Creative) Lava fire is blocked.
    16:02:09 [INFO] WorldGuard: (Creative) Fire spread is UNRESTRICTED.
    16:02:09 [INFO] WorldGuard: Loaded configuration for world 'Creative"
    16:02:09 [INFO] WorldGuard: (Sky) Single session is enforced.
    16:02:09 [INFO] WorldGuard: (Sky) TNT ignition is PERMITTED.
    16:02:09 [INFO] WorldGuard: (Sky) Lighters are PERMITTED.
    16:02:09 [INFO] WorldGuard: (Sky) Lava fire is blocked.
    16:02:09 [INFO] WorldGuard: (Sky) All fire spread is disabled.
    16:02:09 [INFO] WorldGuard: Loaded configuration for world 'Sky"
    16:02:09 [INFO] WorldGuard: (world_nether) Single session is enforced.
    16:02:09 [INFO] WorldGuard: (world_nether) TNT ignition is blocked.
    16:02:09 [INFO] WorldGuard: (world_nether) Lighters are PERMITTED.
    16:02:09 [INFO] WorldGuard: (world_nether) Lava fire is PERMITTED.
    16:02:09 [INFO] WorldGuard: (world_nether) Fire spread is UNRESTRICTED.
    16:02:09 [INFO] WorldGuard: Loaded configuration for world 'world_nether"
    16:02:09 [INFO] WorldGuard: (world) Single session is enforced.
    16:02:09 [INFO] WorldGuard: (world) TNT ignition is blocked.
    16:02:09 [INFO] WorldGuard: (world) Lighters are PERMITTED.
    16:02:09 [INFO] WorldGuard: (world) Lava fire is blocked.
    16:02:09 [INFO] WorldGuard: (world) All fire spread is disabled.
    16:02:09 [INFO] WorldGuard: Loaded configuration for world 'world"
    16:02:09 [INFO] WorldGuard: (test) Single session is enforced.
    16:02:09 [INFO] WorldGuard: (test) TNT ignition is PERMITTED.
    16:02:09 [INFO] WorldGuard: (test) Lighters are PERMITTED.
    16:02:09 [INFO] WorldGuard: (test) Lava fire is blocked.
    16:02:09 [INFO] WorldGuard: (test) Fire spread is UNRESTRICTED.
    16:02:09 [INFO] WorldGuard: Loaded configuration for world 'test"
    16:02:09 [INFO] WorldGuard: 25 regions loaded for 'Ground'
    16:02:09 [INFO] WorldGuard: 2 regions loaded for 'Creative'
    16:02:09 [INFO] WorldGuard: 3 regions loaded for 'Sky'
    16:02:09 [INFO] WorldGuard: 1 regions loaded for 'world_nether'
    16:02:09 [INFO] WorldGuard: 1 regions loaded for 'world'
    16:02:09 [INFO] WorldGuard 5.2.2 enabled.
    16:02:09 [INFO] Superpickaxe v0.3 by DiddiZ enabled
    16:02:09 [INFO] ChessCraft: Permissions detected
    16:02:09 [INFO] ChessCraft: loaded set Standard OK.
    16:02:09 [INFO] ChessCraft: loaded set twist OK.
    16:02:09 [INFO] ChessCraft: loaded 2 saved boards.
    16:02:09 [INFO] ChessCraft: loaded 0 saved games.
    16:02:09 [INFO] ChessCraft version 0.2.2 is enabled!
    16:02:09 [INFO] [iChat] Found Permissions (v2.7.7)
    16:02:09 [INFO] iChat (v2.3.3) enabled
    16:02:09 [INFO] [LogBlock] Permissions found.
    16:02:09 [INFO] [LogBlock] Scheduled consumer with bukkit scheduler.
    16:02:09 [INFO] Logblock v1.22 by DiddiZ enabled.
    16:02:09 [INFO] MagicSpells v0.8 loaded!
    16:02:09 [INFO] [MobArena] Payment method found (iConomy version: 5)
    16:02:09 [INFO] [MobArena] v0.93.2 enabled.
    16:02:09 [INFO] (NoCheat) Did you know? NoCheat now supports the new Bukkit-Perm
    ission system. You can activate it in the config file.
    16:02:09 [INFO] (NoCheat) Did you know? There will be a change in the near futur
    e to how movement in CraftBukkit works, which will break NoCheats moving-check(s
    ) completely, causing tons of false positives. Be careful if you tend to run ble
    eding edge builds of CraftBukkit.
    16:02:09 [INFO] (NoCheat) Did you know? This version of NoCheat was written for
    CraftBukkit RB 1000, but may still work for some older or newer versions.
    16:02:09 [INFO] (NoCheat) Did you know? You can find detailed information about
    all configuration options of NoCheat in the file "descriptions.txt" in your "plu
    gins/NoCheat" folder
    16:02:09 [INFO] (NoCheat) Did you know? You can deactivate these Messages in the
     config file, if they annoy you.
    16:02:09 [INFO] [NoCheat] version [1.11] couldn't find CrafTIRC plugin. Disablin
    g logging to IRC.
    16:02:09 [INFO] [NoCheat] version [1.11] is enabled with the following checks: m
    oving speedhack airbuild bogusitems nuke flying fastswim
    16:02:09 [INFO] Server permissions file permissions.yml is empty, ignoring it
    16:02:09 [INFO] Done (0.957s)! For help, type "help" or "?"
    16:02:09 [INFO] [nSpleef] Arenas loaded!
    >
    (Now without player joining+magicspells-spam)
     
  15. Offline

    NVX

    Weird. Can you update to http://dl.dropbox.com/u/97241/CleanroomGenerator.jar and do a restart again and paste the same output (feel free to leave out the magicspells stuff again) - that version is the same as v0.0.4 but with a little more debugging info enabled.
     
  16. Offline

    niugnip

    Okay here you are. Now it gave me some [SEVERE]s :(
    Code:
    151 recipes
    16 achievements
    21:05:40 [INFO] Starting minecraft server version Beta 1.7.3
    21:05:40 [INFO] Loading properties
    21:05:40 [INFO] Starting Minecraft server on *:25565
    21:05:40 [INFO] This server is running Craftbukkit version git-Bukkit-0.0.0-945-
    g73697a4-b1000jnks (MC: 1.7.3)
    21:05:41 [INFO] DataSourcePool [iConomyChestShop] autoCommit[false] transIsolati
    on[SERIALIZABLE] min[2] max[20]
    21:05:41 [INFO] SubClassFactory parent ClassLoader [org.bukkit.plugin.java.Plugi
    nClassLoader]
    21:05:42 [INFO] Entities enhanced[0] subclassed[1]
    21:05:42 [INFO] Starting Minequery server on *:25566
    21:05:42 [INFO] [PermissionsEx] sql backend registered!
    21:05:42 [INFO] [PermissionsEx] file backend registered!
    21:05:42 [INFO] [PermissionsEx] PermissionEx plugin initialized.
    21:05:42 [INFO] [PermissionsEx] p2compat backend registered!
    21:05:42 [INFO] [PermissionsCompat] Compatibility Layer Initalized!
    21:05:42 [INFO] [PermissionsEx] Initializing file backend
    21:05:42 [INFO] [LogBlock] Version check: Your version is up to date
    21:05:43 [INFO] [LogBlock] Connecting to root@jdbc:mysql://localhost:3306/minecr
    aft...
    21:05:43 [SCHWERWIEGEND] Error occurred while enabling CleanroomGenerator v0.0.4
     (Is it up to date?): null
    java.lang.NullPointerException
            at net.neo_vortex.bukkit.CleanroomGenerator.CleanroomGenerator.onEnable(
    CleanroomGenerator.java:34)
            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(SimplePluginManage
    r.java:272)
            at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:162)
            at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:146
    )
            at org.bukkit.craftbukkit.CraftServer.<init>(CraftServer.java:98)
            at net.minecraft.server.ServerConfigurationManager.<init>(ServerConfigur
    ationManager.java:51)
            at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:132)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:335)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    21:05:44 [INFO] [iConomy] Logging is currently disabled.
    21:05:44 [INFO] [iConomy] v5.01 (Eruanna) loaded.
    21:05:44 [INFO] [iConomy] Developed by: [Nijikokun]
    21:05:44 [INFO] Preparing level "Ground"
    21:05:44 [INFO] Preparing start region for level 0 (Seed: 2242852676329797980)
    21:05:44 [INFO] [Annotate] 1.2.4 enabled.
    21:05:44 [INFO] Annotate: Integrated with Permissions v2.7.7
    21:05:44 [INFO] BorderGuard version 4.11 is enabled!
    21:05:45 [INFO] BukkitContrib 0.1.7 has been initialized
    21:05:45 [INFO] CommandBook 1.5.2-customized enabled.
    21:05:45 [INFO] CommandBook: Maximum wrapper compatibility is enabled. Some feat
    ures have been disabled to be compatible with poorly written server wrappers.
    21:05:45 [INFO] CommandBook: 2 banned name(s) loaded.
    21:05:45 [INFO] CommandBook: 2 kit(s) loaded.
    21:05:45 [INFO] CommandBook: Permissions plugin detected! Using Permissions plug
    in for permissions.
    21:05:45 [INFO] Register: Payment method found (iConomy version: 5.01)
    21:05:45 [INFO] [CommandSigns] 0.9 enabled.
    21:05:45 [INFO] CommandSigns: Integrated with Annotate v1.2.4
    21:05:45 [INFO] CommandSigns: Integrated with Permissions v2.7.7
    21:05:45 [INFO] CommandSigns: Integrated with PermissionsEx v1.13
    21:05:45 [INFO] CraftBookCommon 37-a9b78b6 enabled.
    21:05:45 [INFO] CraftBookCommon: Permissions plugin detected! Using Permissions
    plugin for permissions.
    21:05:45 [INFO] CraftBookMechanisms 37-a9b78b6 enabled.
    21:05:45 [INFO] CraftBookMechanisms: Permissions plugin detected! Using Permissi
    ons plugin for permissions.
    21:05:45 [INFO] 1 cauldron recipe(s) loaded
    21:05:45 [INFO] CraftBukkitUpToDate version 2.5.7 is enabled!
    21:05:45 [INFO] [PermissionsCompat] Compatibility layer enabled.
    21:05:45 [INFO] CommandBook: Permissions plugin detected! Using Permissions plug
    in for permissions.
    21:05:45 [INFO] [iConomy] hooked into Permissions.
    21:05:45 [WARNING] CraftBukkitUpToDate: Can't connect to ci-b.bukkit.org.
    21:05:45 [INFO] [CreativeGates v1.1.3] ===== ENABLE START
    21:05:45 [INFO] [CreativeGates v1.1.3] Loading conf.txt ...
    21:05:45 [INFO] [CreativeGates v1.1.3] Wand: Watch
    21:05:45 [INFO] [CreativeGates v1.1.3] Block: Diamond block
    21:05:45 [INFO] [CreativeGates v1.1.3] Max Area: 200
    21:05:45 [INFO] Preparing start region for level 1 (Seed: -4410388415975762140)
    21:05:46 [INFO] Preparing start region for level 2 (Seed: 7599834268029574443)
    21:05:46 [INFO] [CreativeGates v1.1.3] ===== ENABLE END
    21:05:46 [INFO] DeathMessagePlugin version 2.2 is enabled with permissions!
    21:05:46 [INFO] [FirstLastSeen] PermissionsEx found.
    21:05:46 [INFO] [FirstLastSeen] version 0.7 loaded.
    21:05:46 [INFO] [Giant Trees] version 0.3.2 is enabled
    21:05:46 [INFO] [iAuction] (version 3.3) is enabled!
    21:05:46 [INFO] [iAuction] Permissions support enabled!
    21:05:46 [INFO] [iConomyChestShop] version 2.75 initialized!
    21:05:46 [INFO] [iConomyChestShop] iConomy version 5 loaded.
    21:05:46 [INFO] [iConomyChestShop] Permissions version 2.7.7 loaded.
    21:05:46 [INFO] [iConomyChestShop] Lockette version 1.3.8 loaded.
    21:05:46 [INFO] [Inception] version 0.9delta is enabled!
    21:05:46 [INFO] [LagMeter 0.2] Enabled!  Polling every 40 server ticks.
    21:05:46 [INFO] Lockette version 1.3.8 is being enabled!  Yay!  (Core version 1.
    0)
    21:05:46 [INFO] Lockette: Detected craftbukkit build [1000] ok.
    21:05:47 [INFO] Lockette: Linked to Permissions plugin version 2.7.7
    21:05:47 [INFO] Lockette: Ready to protect your containers.
    21:05:47 [INFO] LogBlockQuestioner v0.02 enabled
    21:05:47 [INFO] [MagicCarpet] MagicCarpet version 1.5.6 is enabled!
    21:05:47 [INFO] [MagicCarpet] Take yourself wonder by wonder, using /magiccarpet
     or /mc.
    21:05:47 [INFO] [MagicCarpet] Using Permissions.
    21:05:47 [INFO] MCBans: mcbans version 2.9.1 is enabled!
    21:05:47 [INFO] MCBans: Debug mode active!
    21:05:47 [INFO] MCBans: Checking for premium!
    21:05:47 [INFO] MCBans: Server NOT premium!
    21:05:47 [INFO] MobRider 0.39 enabled.
    21:05:47 [INFO] MobRider: Integrated with Permissions
    21:05:47 [INFO] MonsterBox version 0.2 is enabled!
    21:05:47 [INFO] [MultiInv] version 2.3.0 is enabled!
    21:05:47 [INFO] [Multiverse-Core] - Version 2.0-b118 Enabled - By Rigby and fern
    ferret
    21:05:47 [INFO] [Multiverse-Core] - Attached to Permissions
    21:05:47 [INFO] [AllPay] - Version .5.1 - hooked into iConomy for Multiverse-Cor
    e v2.0-b118
    21:05:47 [INFO] [Multiverse-Core] - Multiverse Config -- Loaded
    21:05:47 [INFO] [Multiverse-Core] - World Config -- Loaded
    21:05:47 [INFO] [Multiverse-Core] Loading World & Settings - 'Ground' - NORMAL
    21:05:47 [INFO] Preparing start region for level 3 (Seed: -7927276562556123170)
    21:05:48 [INFO] [Multiverse-Core] Loading World & Settings - 'world_nether' - NE
    THER
    21:05:48 [INFO] [Multiverse-Core] Loading World & Settings - 'Sky' - SKYLANDS
    21:05:48 [INFO] Preparing start region for level 4 (Seed: 3048916294395665057)
    21:05:48 [INFO] [Multiverse-Core] Loading World & Settings - 'world' - NORMAL
    21:05:48 [SEVERE] Error occurred while enabling Multiverse-Core v2.0-b118 (Is it
     up to date?): null
    java.lang.NullPointerException
            at net.neo_vortex.bukkit.CleanroomGenerator.CleanroomGenerator.getDefaul
    tWorldGenerator(CleanroomGenerator.java:44)
            at com.onarandombox.MultiverseCore.MultiverseCore.getChunkGenerator(Mult
    iverseCore.java:333)
            at com.onarandombox.MultiverseCore.MultiverseCore.addWorld(MultiverseCor
    e.java:276)
            at com.onarandombox.MultiverseCore.MultiverseCore.loadWorlds(MultiverseC
    ore.java:232)
            at com.onarandombox.MultiverseCore.MultiverseCore.onEnable(MultiverseCor
    e.java:113)
            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(SimplePluginManage
    r.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)
    21:05:48 [INFO] [MyHome] 17 homes loaded
    21:05:48 [INFO] [MyHome] Permissions enabled using: PermissionsEx v1.13
    21:05:48 [WARNING] [MyHome] Help plugin not detected. Only providing help via /h
    ome help.
    21:05:49 [INFO] [MyHome] MyHome 2.0 enabled
    21:05:49 [INFO] [NightClub] v1.1.1 is enabled!
    21:05:49 [INFO] [nSpleef] Hooked into Permissions 2.7.7
    21:05:49 [INFO] nSpleef version 0.4.3 is enabled!
    21:05:49 [INFO] [nSpleef] Economy plugin found (iConomy version: 5)
    21:05:49 [INFO] [PermissionsEx] Modifyworld is enabled.
    21:05:49 [INFO] [PermissionsEx] v1.13 enabled
    21:05:49 [INFO] [Plugins_info] PLUGIN_INFO v1.0 is enabled! created by: Patrick_
    pk91
    21:05:51 [INFO] [RestartNow] 0.2.1ready to restart!
    21:05:51 [INFO] [RestartNow] Permissions detected.
    21:05:51 [INFO] [ShopAds] Version 1.56 loading.
    21:05:51 [INFO] [ShopAds] Config loaded!
    21:05:51 [INFO] [ShopAds] No advertisements were loaded
    21:05:51 [INFO] [ShopAds] Permissions Plugin Found
    21:05:51 [INFO] [ShopAds] Successfully hooked into iConomy
    21:05:51 [INFO] [ShopAds] Version 1.56 is enabled!
    21:05:51 [INFO] [SignShop] Hooked into Permissions
    21:05:51 [INFO] [SignShop] v1.2 enabled
    21:05:51 [INFO] [SignShop] hooked into iConomy.
    21:05:51 [INFO] SimpleSave: Parts of config file are blank, but not null. Possib
    le errors might happen.
    21:05:51 [INFO] SimpleSave: DON'T! Post this 'warning' on the thread.
    21:05:51 [INFO] SimpleSave: 3.25 Initialized
    21:05:51 [INFO] SimpleSignEdit v1.5 enabled.
    21:05:51 [INFO] SimpleTips v0.5 by keithlawless has been enabled.
    21:05:51 [INFO] SimpleTips v0.5 by keithlawless Success! SimpleTips will be disp
    layed on your schedule.
    21:05:51 [INFO] Stargate v.0.5.5 is enabled.
    21:05:51 [INFO] [Stargate] Loaded 3 gate layouts
    21:05:51 [INFO] [Stargate] {Ground} Loaded 3 stargates with 0 set as always-on
    21:05:51 [INFO] [Stargate] {Creative} No stargates for world
    21:05:51 [INFO] [Stargate] {Sky} No stargates for world
    21:05:51 [INFO] [Stargate] {world_nether} Loaded 1 stargates with 1 set as alway
    s-on
    21:05:51 [INFO] [Stargate] {world} No stargates for world
    21:05:51 [INFO] [Stargate] Found Permissions (v2.7.7)
    21:05:51 [INFO] [Stargate] Found iConomy (v5.01)
    21:05:52 [INFO] [StockExchange] hooked into Permissions.
    21:05:52 [INFO] [StockExchange] version v1.8 is enabled.
    21:05:52 [INFO] [StockExchange] Payment method found (iConomy version: 5)
    21:05:52 [INFO] [Tables 0.2] Enabled
    21:05:52 [INFO] Turnstile 1.9.1 is enabled!
    21:05:52 [INFO] [Turnstile] Successfully linked with Permissions!
    21:05:52 [INFO] [Turnstile] Successfully linked with iConomy 5!
    21:05:52 [INFO] Loaded vote listener: FlatfileVoteListener
    21:05:52 [INFO] Loaded vote listener: iConomyListener
    21:05:52 [INFO] Votifier enabled.
    21:05:52 [INFO] WorldEdit 4.6 enabled.
    21:05:52 [INFO] WorldEdit: Permissions plugin detected! Using Permissions plugin
     for permissions.
    21:05:52 [INFO] WorldGuard: Permissions plugin detected! Using Permissions plugi
    n for permissions.
    21:05:52 [INFO] WorldGuard: (Ground) Single session is enforced.
    21:05:52 [INFO] WorldGuard: (Ground) TNT ignition is blocked.
    21:05:52 [INFO] WorldGuard: (Ground) Lighters are PERMITTED.
    21:05:52 [INFO] WorldGuard: (Ground) Lava fire is blocked.
    21:05:52 [INFO] WorldGuard: (Ground) All fire spread is disabled.
    21:05:52 [INFO] WorldGuard: Loaded configuration for world 'Ground"
    21:05:52 [INFO] WorldGuard: (Creative) Single session is enforced.
    21:05:52 [INFO] WorldGuard: (Creative) TNT ignition is PERMITTED.
    21:05:52 [INFO] WorldGuard: (Creative) Lighters are PERMITTED.
    21:05:52 [INFO] WorldGuard: (Creative) Lava fire is blocked.
    21:05:52 [INFO] WorldGuard: (Creative) Fire spread is UNRESTRICTED.
    21:05:52 [INFO] WorldGuard: Loaded configuration for world 'Creative"
    21:05:52 [INFO] WorldGuard: (Sky) Single session is enforced.
    21:05:52 [INFO] WorldGuard: (Sky) TNT ignition is PERMITTED.
    21:05:52 [INFO] WorldGuard: (Sky) Lighters are PERMITTED.
    21:05:52 [INFO] WorldGuard: (Sky) Lava fire is blocked.
    21:05:52 [INFO] WorldGuard: (Sky) All fire spread is disabled.
    21:05:52 [INFO] WorldGuard: Loaded configuration for world 'Sky"
    21:05:52 [INFO] WorldGuard: (world_nether) Single session is enforced.
    21:05:52 [INFO] WorldGuard: (world_nether) TNT ignition is blocked.
    21:05:52 [INFO] WorldGuard: (world_nether) Lighters are PERMITTED.
    21:05:52 [INFO] WorldGuard: (world_nether) Lava fire is PERMITTED.
    21:05:52 [INFO] WorldGuard: (world_nether) Fire spread is UNRESTRICTED.
    21:05:52 [INFO] WorldGuard: Loaded configuration for world 'world_nether"
    21:05:52 [INFO] WorldGuard: (world) Single session is enforced.
    21:05:52 [INFO] WorldGuard: (world) TNT ignition is blocked.
    21:05:52 [INFO] WorldGuard: (world) Lighters are PERMITTED.
    21:05:52 [INFO] WorldGuard: (world) Lava fire is blocked.
    21:05:52 [INFO] WorldGuard: (world) All fire spread is disabled.
    21:05:52 [INFO] WorldGuard: Loaded configuration for world 'world"
    21:05:52 [INFO] WorldGuard: 25 regions loaded for 'Ground'
    21:05:52 [INFO] WorldGuard: 3 regions loaded for 'Creative'
    21:05:52 [INFO] WorldGuard: 3 regions loaded for 'Sky'
    21:05:52 [INFO] WorldGuard: 1 regions loaded for 'world_nether'
    21:05:52 [INFO] WorldGuard: 1 regions loaded for 'world'
    21:05:52 [INFO] WorldGuard 5.2.2 enabled.
    21:05:52 [INFO] Superpickaxe v0.3 by DiddiZ enabled
    21:05:52 [INFO] ChessCraft: Permissions detected
    21:05:52 [INFO] ChessCraft: loaded set Standard OK.
    21:05:52 [INFO] ChessCraft: loaded set twist OK.
    21:05:52 [INFO] ChessCraft: loaded 2 saved boards.
    21:05:52 [INFO] ChessCraft: loaded 0 saved games.
    21:05:52 [INFO] ChessCraft version 0.2.2 is enabled!
    21:05:52 [INFO] [iChat] Found Permissions (v2.7.7)
    21:05:52 [INFO] iChat (v2.3.3) enabled
    21:05:52 [INFO] [LogBlock] Permissions found.
    21:05:52 [INFO] [LogBlock] Scheduled consumer with bukkit scheduler.
    21:05:52 [INFO] Logblock v1.22 by DiddiZ enabled.
    21:05:52 [INFO] MagicSpells v0.8 loaded!
    21:05:52 [INFO] [MobArena] Payment method found (iConomy version: 5)
    21:05:52 [INFO] [MobArena] v0.93.2 enabled.
    21:05:53 [INFO] (NoCheat) Did you know? NoCheat now supports the new Bukkit-Perm
    ission system. You can activate it in the config file.
    21:05:53 [INFO] (NoCheat) Did you know? There will be a change in the near futur
    e to how movement in CraftBukkit works, which will break NoCheats moving-check(s
    ) completely, causing tons of false positives. Be careful if you tend to run ble
    eding edge builds of CraftBukkit.
    21:05:53 [INFO] (NoCheat) Did you know? This version of NoCheat was written for
    CraftBukkit RB 1000, but may still work for some older or newer versions.
    21:05:53 [INFO] (NoCheat) Did you know? You can find detailed information about
    all configuration options of NoCheat in the file "descriptions.txt" in your "plu
    gins/NoCheat" folder
    21:05:53 [INFO] (NoCheat) Did you know? You can deactivate these Messages in the
     config file, if they annoy you.
    21:05:53 [INFO] [NoCheat] version [1.11] couldn't find CrafTIRC plugin. Disablin
    g logging to IRC.
    21:05:53 [INFO] [NoCheat] version [1.11] is enabled with the following checks: m
    oving speedhack airbuild bogusitems nuke flying fastswim
    21:05:53 [INFO] Server permissions file permissions.yml is empty, ignoring it
    21:05:53 [INFO] Done (0.899s)! For help, type "help" or "?"
    21:05:53 [INFO] [nSpleef] Arenas loaded!
    21:05:55 [INFO] The automatic update-Check only work every 6 hours, the last che
    ck was 75 minutes ago.
    >

    EDIT:
    Now i can neither acces "test" nor "creative". They dont show up on /mvlist and plugins like SignShop (With day/night-sign in creative) and NightClub (with a strobe block there) are getting errors 2...

    EDIT2:
    Thats what happening on creating a new CleanRoom map now:
    Code:
    21:41:12 [SEVERE] null
    org.bukkit.command.CommandException: Unhandled exception executing command 'mvcr
    eate' in plugin Multiverse-Core v2.0-b118
            at org.bukkit.command.PluginCommand.execute(PluginCommand.java:37)
            at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:12
    9)
            at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:3
    20)
            at net.minecraft.server.NetServerHandler.handleCommand(NetServerHandler.
    java:713)
            at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:677)
    
            at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:670)
            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:85)
            at net.minecraft.server.NetworkListenThread.a(SourceFile:105)
            at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:451)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:361)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    Caused by: java.lang.NullPointerException
            at net.neo_vortex.bukkit.CleanroomGenerator.CleanroomGenerator.getDefaul
    tWorldGenerator(CleanroomGenerator.java:44)
            at com.onarandombox.MultiverseCore.MultiverseCore.getChunkGenerator(Mult
    iverseCore.java:333)
            at com.onarandombox.MultiverseCore.MultiverseCore.addWorld(MultiverseCor
    e.java:276)
            at com.onarandombox.MultiverseCore.commands.CreateCommand.runCommand(Cre
    ateCommand.java:51)
            at com.pneumaticraft.commandhandler.CommandHandler.checkAndRunCommand(Co
    mmandHandler.java:203)
            at com.pneumaticraft.commandhandler.CommandHandler.locateAndRunCommand(C
    ommandHandler.java:60)
            at com.onarandombox.MultiverseCore.MultiverseCore.onCommand(MultiverseCo
    re.java:460)
            at org.bukkit.command.PluginCommand.execute(PluginCommand.java:35)
            ... 12 more
    21:41:13 [SEVERE] Could not pass event PLAYER_INTERACT to SignShops
    java.lang.NullPointerException
            at me.specops.signshops.SignShopPlayerListener.onPlayerInteract(SignShop
    PlayerListener.java:293)
            at org.bukkit.plugin.java.JavaPluginLoader$10.execute(JavaPluginLoader.j
    ava:307)
            at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.jav
    a:58)
            at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.j
    ava:332)
            at org.bukkit.craftbukkit.event.CraftEventFactory.callPlayerInteractEven
    t(CraftEventFactory.java:168)
            at net.minecraft.server.ItemInWorldManager.dig(ItemInWorldManager.java:6
    3)
            at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:458)
            at net.minecraft.server.Packet14BlockDig.a(SourceFile:42)
            at net.minecraft.server.NetworkManager.b(NetworkManager.java:226)
            at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:85)
            at net.minecraft.server.NetworkListenThread.a(SourceFile:105)
            at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:451)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:361)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    21:41:14 [SEVERE] Could not pass event BLOCK_BREAK to SignShops
    java.lang.NullPointerException
            at me.specops.signshops.SignShopBlockListener.onBlockBreak(SignShopBlock
    Listener.java:19)
            at org.bukkit.plugin.java.JavaPluginLoader$36.execute(JavaPluginLoader.j
    ava:490)
            at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.jav
    a:58)
            at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.j
    ava:332)
            at net.minecraft.server.ItemInWorldManager.c(ItemInWorldManager.java:157
    )
            at net.minecraft.server.ItemInWorldManager.a(ItemInWorldManager.java:121
    )
            at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:461)
            at net.minecraft.server.Packet14BlockDig.a(SourceFile:42)
            at net.minecraft.server.NetworkManager.b(NetworkManager.java:226)
            at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:85)
            at net.minecraft.server.NetworkListenThread.a(SourceFile:105)
            at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:451)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:361)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
     
  17. Offline

    mohan0704

    lol my multiverse v2 just crashes when it loads
    Code:
    14:34:13 [INFO] [Multiverse-Core] - Version 2.0-b136 Enabled - By Rigby and fern
    ferret
    14:34:13 [INFO] [Multiverse-Core] - Attached to Permissions
    14:34:13 [INFO] [AllPay] - Version .5.1 - using only an item based economy for M
    ultiverse-Core v2.0-b136
    14:34:13 [SEVERE] Error occurred while enabling Multiverse-Core v2.0-b136 (Is it
     up to date?): org.bukkit.plugin.PluginManager.recalculatePermissionDefaults(Lor
    g/bukkit/permissions/Permission;)V
    java.lang.NoSuchMethodError: org.bukkit.plugin.PluginManager.recalculatePermissi
    onDefaults(Lorg/bukkit/permissions/Permission;)V
            at com.pneumaticraft.commandhandler.Command.addToParentPerms(Command.jav
    a:106)
            at com.pneumaticraft.commandhandler.Command.setPermission(Command.java:8
    9)
            at com.pneumaticraft.commandhandler.Command.setPermission(Command.java:8
    1)
            at com.onarandombox.MultiverseCore.commands.VersionCommand.<init>(Versio
    nCommand.java:22)
            at com.onarandombox.MultiverseCore.MultiverseCore.registerCommands(Multi
    verseCore.java:210)
            at com.onarandombox.MultiverseCore.MultiverseCore.onEnable(MultiverseCor
    e.java:133)
            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(SimplePluginManage
    r.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)
    btw is there another, easier, way? (probably not:()
     
  18. Offline

    NVX

    Whoops, serves me right for thinking "ah, its just a couple of lines of extra debugging spam, I don't need to test it". Redownload and try again please.

    Bukkit #1024 is required for the latest builds of MV2. Else you can define it in world.yml and use MV1.
     
  19. Offline

    niugnip

    Okay. I'll retry and report as soon as a "stable" version of MV2 is out.
    Wanna give my users some restartfree time :D
     
  20. Offline

    unl33t

    @NVX
    Looks like part of your examples got truncated. When to create a new world but all the examples look the same. Might need to put them behind a code or spoiler cut. :)
     
  21. Offline

    NVX

    They look fine (and not munged) to me, which ones specifically? Note there are no spaces in (or in-between) the generator or generatorid, and there is a : between the generator name and the generator id.
     
  22. Offline

    unl33t

    Oh! I see now. the lack of apparent command parameters had me confused. I get it now.

    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).

    at a glance they all looked the same. I think it's time for a new monitor... or glasses for me.
     
  23. Offline

    rockxz2135

    HELP
    I am using MV 2.0 and B1000 But upon trying to generate a new world it simply doesn't do anything. here is what i typed EXACTLY:
    /mvcreate cleanroom normal -g CleanroomGenerator:5,stone,5,dirt,1,grass
    It did nothing... no small lag spike, no error in the console, NOTHING as if this plugin didn't exist.
     
  24. Offline

    NVX

    The simplest explanation is usually the right one. Chances are, the plugin isn't loaded. Check your server log from startup, you probably have an error during startup and MV2-Core failed to load. Note the latest versions of MV2-Core require CB 1024 or newer for mutable permissions support which might be the cause of your issues.

    If you're still stuck, please paste the full server startup logs from when you first start it, til executing the /mvcreate command.
     
  25. Offline

    joeyismusic

    does this plugin still require you to edit bukkit.yml? if so, why isn't this added to the original post.
     
  26. Offline

    NVX

    No. You have the option of either using MV2 to set the generator, or editing bukkit.yml to set the generator and using a generator-agnostic multiworld management tool (such as MV1). Personally I prefer the former and the latter was not possible when this plugin was originally written, as such the first post gives information about that.
     
  27. Offline

    rockxz2135

    Alright I noticed something... I dont think its this plugin as it is mv2 but heres an error that comes up everytime someone says something.
    Code:
    2011-07-24 10:52:41 [INFO] §f[§2world§f]§f[§6Builder§f]§8creeperman1717:§7 THANKS
    2011-07-24 10:53:31 [SEVERE] Could not pass event PLAYER_CHAT to Multiverse-Core
    java.lang.NullPointerException
        at com.onarandombox.MultiverseCore.MVPlayerListener.onPlayerChat(MVPlayerListener.java:38)
        at org.bukkit.plugin.java.JavaPluginLoader$6.execute(JavaPluginLoader.java:279)
        at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:58)
        at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:321)
        at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:681)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:669)
        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:84)
        at net.minecraft.server.NetworkListenThread.a(SourceFile:105)
        at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:451)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:361)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
     
  28. Offline

    NVX

    CB and MV2-Core version would be useful as well as the requested logs. You don't really inspire people to help you if you don't provide the information requested to enable those who are trying to assist you to do so.
     
  29. Offline

    toffo

  30. Offline

    meiskam

    NVX, this looks exactly what I was looking for. A pure world-gen, with no unnecessary bloat. Thank you.
     

Share This Page