Worldedit 4.7 and Worldguard 5.3 problem :( [1.8.1]

Discussion in 'Bukkit Help' started by ShizyCheese, Nov 5, 2011.

Thread Status:
Not open for further replies.
  1. Offline

    ShizyCheese

    I got few different severe and warning errors from Worldedit and Worldguard if you know how to fix it please help :/.
    [Severe] WorldEdit : Unable to read default configuration: config.yml
    [Severe] Worldguard: unable to read default configuration: blacklist.txt
    [Warning] Worldguard blacklist does not exist
    [Warning] Worldguard: Region file for world "world" missing or inaccessible
    [Warning] Worldguard: Region file for world "world_nether" missing or inaccessible
    The worldedit folder is empty and the Worldguard folder only has worlds and config in it(worlds has world and world_nether in it and they both only have config in it).
     
  2. Offline

    IronFerret

    here is the worldedit config.yml

    i'm still looking for the blacklist.txt

    the region files you have to make yourself, i think you can make them in-game....not sure about that...

    Code:
    #
    # WorldEdit's configuration file
    #
    # About editing this file:
    # - DO NOT USE TABS. You MUST use spaces or Bukkit will complain. If
    #   you use an editor like Notepad++ (recommended for Windows users), you
    #   must configure it to "replace tabs with spaces." In Notepad++, this can
    #   be changed in Settings > Preferences > Language Menu.
    # - Don't get rid of the indents. They are indented so some entries are
    #   in categories (like "max-blocks-changed" is in the "limits"
    #   category.
    # - If you want to check the format of this file before putting it
    #   into WorldEdit, paste it into http://yaml-online-parser.appspot.com/
    #   and see if it gives "ERROR:".
    # - Lines starting with # are commentsand so they are ignored.
    #
    
    limits:
        max-blocks-changed:
            default: -1
            maximum: -1
        max-radius: -1
        max-super-pickaxe-size: 5
        max-brush-radius: 5
        disallowed-blocks: [6, 7, 14, 15, 16, 26, 27, 28, 29, 39, 31, 32, 33, 34, 36, 37, 38, 39, 40, 46, 50, 51, 56, 59, 69, 73, 74, 75, 76, 77, 81, 83]
    
    use-inventory:
        enable: false
        allow-override: true
    
    logging:
        log-commands: false
        file: worldedit.log
    
    super-pickaxe:
        drop-items: true
        many-drop-items: false
    
    snapshots:
        directory:
    
    navigation-wand:
        item: 345
        max-distance: 200
    
    scripting:
        timeout: 3000
        dir: craftscripts
    
    saving:
        dir: schematics
    
    history:
        size: 15
        expiration: 10
    
    wand-item: 271
    shell-save-type:
    no-double-slash: false
    no-op-permissions: false
    debug: false
     
Thread Status:
Not open for further replies.

Share This Page