Guest User

Untitled

a guest
Jul 25th, 2011
120
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.83 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. max-blocks-changed:
  20. default: -1
  21. maximum: -1
  22. max-radius: -1
  23. max-super-pickaxe-size: 5
  24. max-brush-radius: 5
  25. 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]
  26.  
  27. use-inventory:
  28. enable: false
  29. allow-override: true
  30.  
  31. logging:
  32. log-commands: false
  33. file: worldedit.log
  34.  
  35. super-pickaxe:
  36. drop-items: true
  37. many-drop-items: false
  38.  
  39. snapshots:
  40. directory:
  41.  
  42. navigation-wand:
  43. item: 345
  44. max-distance: 100
  45.  
  46. scripting:
  47. timeout: 3000
  48. dir: craftscripts
  49.  
  50. saving:
  51. dir: schematics
  52.  
  53. history:
  54. size: 15
  55. expiration: 10
  56.  
  57. wand-item: 271
  58. shell-save-type:
  59. no-double-slash: false
  60. no-op-permissions: false
  61. debug: false
  62.  
  63. # See http://wiki.sk89q.com/wiki/WorldEdit/Permissions/Bukkit
  64. permissions:
  65. groups:
  66. default:
  67. permissions:
  68. - /reloadwe
  69. - /worldeditselect
  70. users:
  71. sk89q:
  72. permissions:
  73. - /worldedit
  74. - /reloadwe
Add Comment
Please, Sign In to add comment