fptisthebest

Untitled

Aug 16th, 2019
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.11 KB | None | 0 0
  1. limits:
  2. allow-extra-data-values: false
  3. max-blocks-changed:
  4. default: -1
  5. maximum: -1
  6. max-polygonal-points:
  7. default: -1
  8. maximum: 20
  9. max-radius: -1
  10. max-super-pickaxe-size: 5
  11. max-brush-radius: 5
  12. butcher-radius:
  13. default: -1
  14. maximum: -1
  15. 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]
  16.  
  17. use-inventory:
  18. enable: false
  19. allow-override: true
  20. creative-mode-overrides: false
  21.  
  22. logging:
  23. log-commands: false
  24. file: worldedit.log
  25. # The format of custom log message. This is java general format string (java.util.Formatter). Arguments are:
  26. # 1$ : date - a Date object representing event time of the log record.
  27. # 2$ : source - a string representing the caller, if available; otherwise, the logger's name.
  28. # 3$ : logger - the logger's name.
  29. # 4$ : level - the log level.
  30. # 5$ : message - the formatted log message returned from the Formatter.formatMessage(LogRecord) method. It uses java.text formatting and does not use the java.util.Formatter format argument.
  31. # 6$ : thrown - a string representing the throwable associated with the log record and its backtrace beginning with a newline character, if any; otherwise, an empty string.
  32. # For details see:
  33. # https://docs.oracle.com/javase/8/docs/api/java/util/Formatter.html
  34. # https://docs.oracle.com/javase/8/docs/api/java/util/logging/SimpleFormatter.html#format-java.util.logging.LogRecord-
  35. format: "[%1$tY-%1$tm-%1$td %1$tH:%1$tM:%1$tS %4$s]: %5$s%6$s%n"
  36.  
  37. super-pickaxe:
  38. drop-items: true
  39. many-drop-items: false
  40.  
  41. snapshots:
  42. directory:
  43.  
  44. navigation-wand:
  45. item: 345
  46. max-distance: 100
  47.  
  48. scripting:
  49. timeout: 3000
  50. dir: craftscripts
  51.  
  52. saving:
  53. dir: schematics
  54.  
  55. files:
  56. allow-symbolic-links: false
  57.  
  58. history:
  59. size: 15
  60. expiration: 10
  61.  
  62. wand-item: 271
  63. shell-save-type:
  64. no-double-slash: false
  65. no-op-permissions: false
  66. debug: false
  67. show-help-on-first-use: true
Add Comment
Please, Sign In to add comment