Advertisement
nunonuno_riku

Untitled

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