Advertisement
Guest User

Untitled

a guest
May 4th, 2015
198
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.77 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: 1500
  23. max-polygonal-points:
  24. default: -1
  25. maximum: 20
  26. max-radius: 100
  27. max-super-pickaxe-size: 5
  28. max-brush-radius: 5
  29. butcher-radius:
  30. default: 50
  31. maximum: -1
  32. disallowed-blocks: [0, 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: true
  36. allow-override: true
  37. creative-mode-overrides: true
  38.  
  39. logging:
  40. log-commands: true
  41. file: worldedit.log
  42.  
  43. super-pickaxe:
  44. drop-items: true
  45. many-drop-items: false
  46.  
  47. snapshots:
  48. directory:
  49.  
  50. navigation-wand:
  51. item: 345
  52. max-distance: 250
  53.  
  54. scripting:
  55. timeout: 3000
  56. dir: craftscripts
  57.  
  58. saving:
  59. dir: schematics
  60.  
  61. files:
  62. allow-symbolic-links: false
  63.  
  64. history:
  65. size: 15
  66. expiration: 10
  67.  
  68. wand-item: 271
  69. shell-save-type:
  70. no-double-slash: false
  71. no-op-permissions: false
  72. debug: false
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement