Guest User

Untitled

a guest
Jun 17th, 2015
228
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 1.80 KB | None | 0 0
  1. #
  2. # WorldEdit's configuration file
  3. #
  4. # About editing this file:
  5. # - DO NOT USE TABS. You MUST use spaces or Bukkit will complain. If
  6. #   you use an editor like Notepad++ (recommended for Windows users), you
  7. #   must configure it to "replace tabs with spaces." In Notepad++, this can
  8. #   be changed in Settings > Preferences > Language Menu.
  9. # - Don't get rid of the indents. They are indented so some entries are
  10. #   in categories (like "max-blocks-changed" is in the "limits"
  11. #   category.
  12. # - If you want to check the format of this file before putting it
  13. #   into WorldEdit, paste it into http://yaml-online-parser.appspot.com/
  14. #   and see if it gives "ERROR:".
  15. # - Lines starting with # are commentsand so they are ignored.
  16. #
  17.  
  18. limits:
  19.     allow-extra-data-values: false
  20.     max-blocks-changed:
  21.         default: -1
  22.         maximum: -1
  23.     max-polygonal-points:
  24.         default: -1
  25.         maximum: 20
  26.     max-radius: -1
  27.     max-super-pickaxe-size: 5
  28.     max-brush-radius: 5
  29.     butcher-radius:
  30.         default: -1
  31.         maximum: -1
  32.     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]
  33.  
  34. use-inventory:
  35.     enable: false
  36.     allow-override: true
  37.     creative-mode-overrides: false
  38.  
  39. logging:
  40.     log-commands: false
  41.     file: worldedit.log
  42.  
  43. super-pickaxe:
  44.     drop-items: true
  45.     many-drop-items: false
  46.  
  47. snapshots:
  48.     directory:
  49. navigation-wand:
  50.     item: 345
  51.     max-distance: 100
  52.  
  53. scripting:
  54.     timeout: 3000
  55.     dir: craftscripts
  56.  
  57. saving:
  58.     dir: schematics
  59.  
  60. files:
  61.     allow-symbolic-links: false
  62.  
  63. history:
  64.     size: 15
  65.     expiration: 10
  66.  
  67. wand-item: 271
  68. shell-save-type:
  69. no-double-slash: false
  70. no-op-permissions: false
  71. debug: false
  72. show-help-on-first-use: true
Add Comment
Please, Sign In to add comment