Advertisement
Qanthelas

PhoenixRealms WorldEdit config.yml

Apr 14th, 2011
914
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.82 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.  
  56. wand-item: 271
  57. shell-save-type:
  58. no-double-slash: false
  59. no-op-permissions: false
  60. debug: false
  61.  
  62. # See http://wiki.sk89q.com/wiki/WorldEdit/Permissions/Bukkit
  63. permissions:
  64. groups:
  65. default:
  66. permissions:
  67. - /reloadwe
  68. - /worldeditselect
  69. users:
  70. sk89q:
  71. permissions:
  72. - /worldedit
  73. - /reloadwe
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement