Advertisement
Guest User

craftbook_config

a guest
Feb 3rd, 2013
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 4.58 KB | None | 0 0
  1. # CraftBook Configuration for Bukkit. Generated for version: 1680-f5e7902
  2. # This configuration will automatically add new configuration options for you,
  3. # So there is no need to regenerate this configuration unless you need to.
  4. # More information about these configuration nodes are available at...
  5. # http://wiki.sk89q.com/wiki/CraftBook/Configuration
  6.  
  7.  
  8. enable-circuits: false
  9. enable-mechanisms: true
  10. enable-vehicles: true
  11. language: en_US
  12. no-op-permissions: false
  13. safe-destruction: true
  14. use-block-distance: false
  15. check-worldguard-flags: true
  16. indirect-redstone: false
  17. circuits:
  18.     ics:
  19.         enable: false
  20.         cache: true
  21.         allow-short-hand: true
  22.     wiring:
  23.         netherrack-enabled: false
  24.         pumpkins-enabled: false
  25.         glowstone-enabled: false
  26.         glowstone-off-block: 20
  27.     pipes:
  28.         enable: false
  29.         allow-diagonal: false
  30.         insulator-block: 35
  31.         stack-per-move: true
  32. mechanics:
  33.     ai:
  34.         enable: false
  35.         zombie-enable: true
  36.         skeleton-enable: true
  37.     ammeter:
  38.         enable: false
  39.         item: 263
  40.     area:
  41.         enable: false
  42.         allow-redstone: true
  43.         use-schematics: true
  44.         max-size: 5000
  45.         max-per-user: 30
  46.         shorten-long-names: true
  47.     bookcase:
  48.         enable: false
  49.         read-line: You pick up a book...
  50.         read-when-sneaking: false
  51.     bridge:
  52.         enable: true
  53.         allow-redstone: true
  54.         max-length: 30
  55.         max-width: 5
  56.         blocks:
  57.        - 4
  58.         - 5
  59.         - 20
  60.         - 43
  61.     cauldron:
  62.         enable: false
  63.         spoons: true
  64.     chair:
  65.         enable: true
  66.         require-sneak: true
  67.         regen-health: true
  68.         blocks:
  69.        - 53
  70.         - 67
  71.         - 108
  72.         - 109
  73.         - 114
  74.         - 128
  75.         - 134
  76.         - 135
  77.         - 136
  78.     chunk-anchor:
  79.         enable: false
  80.         enable-redstone: true
  81.         check-chunks: true
  82.     command-sign:
  83.         enable: false
  84.     cooking-pot:
  85.         enable: true
  86.         require-fuel: true
  87.         cook-ores: false
  88.         sign-click-open: true
  89.     custom-crafting:
  90.         enable: false
  91.     dispenser-recipes:
  92.         enable: true
  93.     custom-drops:
  94.         enable: false
  95.         require-permissions: false
  96.     door:
  97.         enable: true
  98.         allow-redstone: true
  99.         max-length: 30
  100.         max-width: 5
  101.         blocks:
  102.        - 4
  103.         - 5
  104.         - 20
  105.         - 43
  106.     elevator:
  107.         enable: true
  108.         enable-buttons: true
  109.         allow-looping: false
  110.     gate:
  111.         enable: true
  112.         allow-redstone: true
  113.         limit-columns: true
  114.         max-columns: 14
  115.         blocks:
  116.        - 85
  117.         - 101
  118.         - 102
  119.         - 113
  120.     hidden-switch:
  121.         enable: true
  122.         any-side: true
  123.     legacy-cauldron:
  124.         enable: false
  125.         block: 1
  126.     lightstone:
  127.         enable: true
  128.         item: 348
  129.     light-switch:
  130.         enable: false
  131.         max-range: 10
  132.         max-lights: 20
  133.     map-changer:
  134.         enable: false
  135.     paintings:
  136.         enable: false
  137.     payment:
  138.         enable: false
  139.     snow:
  140.         piling: false
  141.         trample: false
  142.         place: false
  143.         realistic: false
  144.         high-piling: false
  145.         jump-trample: false
  146.         slowdown: false
  147.     teleporter:
  148.         enable: false
  149.         require-sign: false
  150.         max-range: 0
  151.     xp-storer:
  152.         enable: false
  153.         block: 52
  154.     better-physics:
  155.         enable: false
  156.         falling-ladders: false
  157. vehicles:
  158.     minecart:
  159.         max-boost-block: '41:0'
  160.         25x-boost-block: '14:0'
  161.         50x-slow-block: '88:0'
  162.         20x-slow-block: '13:0'
  163.         reverse-block: '35:0'
  164.         station-block: '49:0'
  165.         sort-block: '87:0'
  166.         eject-block: '42:0'
  167.         deposit-block: '15:0'
  168.         teleport-block: '133:0'
  169.         lift-block: '112:0'
  170.         dispenser-block: '20:0'
  171.         messager-block: '121:0'
  172.         enter-on-impact: false
  173.         slow-when-empty: true
  174.         decay-when-empty: false
  175.         remove-on-exit: false
  176.         remove-entities: false
  177.         remove-entities-othercarts: false
  178.         max-speed-modifier: 1.0
  179.         off-rail-speed-modifier: 0.0
  180.         track-messages: true
  181.         decay-time: 20
  182.         constant-speed: 0.0
  183.         powered-rail-modifier: 0.0
  184.         item-pickup-collision: false
  185.         pressure-plate-intersection: false
  186.         storage-place-rails: false
  187.     boat:
  188.         remove-entities: false
  189.         no-crash: false
  190.         remove-entities-otherboats: false
  191.         break-return-boat: false
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement