WorldEDIT

Discussion in 'Bukkit Help' started by puppy3276, Sep 29, 2012.

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

    puppy3276

    Does anyone know how to ban blocks in worldedit? I want some people to only be able to worldedit with certain blocks but I want to be able to do everything? Is this possible? I tried my config but its not working? Also what permission nodes would give everything to myself?
    CONFIG:
    #
    # 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: 5000
    maximum: 50000000
    max-radius: 20
    max-super-pickaxe-size: 5
    max-brush-radius: 5
    disallowed-blocks: 6, 7, 10, 11, 8, 9, 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, 90, 119

    use-inventory:
    enable: false
    allow-override: true

    logging:
    log-commands: true
    file: worldedit.log

    super-pickaxe:
    drop-items: true
    many-drop-items: false

    snapshots:
    directory:

    navigation-wand:
    item: 345
    max-distance: 100

    scripting:
    timeout: 3000
    dir: craftscripts

    saving:
    dir: schematics

    history:
    size: 40
    expiration: 30

    butcher:
    butcher-default-radius: -1

    wand-item: 271
    shell-save-type:
    no-double-slash: false
    no-op-permissions: false
    debug: false

    Can anyone help me ban blocks from being used in worldedit? and is there bypass node?

    Is no one able to help? Please? I need this soon!

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

    minecrafterwork I steal plugins as my own

    Place the block ids in disallowed-blocks
     
  3. Offline

    puppy3276

    I did but its not being banned
     
Thread Status:
Not open for further replies.

Share This Page