TheSimpZone

config.yml

Aug 14th, 2014
228
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.93 KB | None | 0 0
  1. # CraftBook Configuration for Bukkit. Generated for version: 3.9-SNAPSHOT:3873-edf1456,master
  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 features are available at...
  5. # http://wiki.sk89q.com/wiki/CraftBook/Usage
  6. #
  7. # NOTE! NOTHING IS ENABLED BY DEFAULT! ENABLE FEATURES TO USE THEM!
  8.  
  9. enable-circuits: true
  10. enable-mechanisms: true
  11. enable-vehicles: true
  12.  
  13. # WARNING! Changing this can result in all ST mechanics acting very weirdly, only change this if you know what you are doing!
  14. st-think-ticks: 2
  15.  
  16. # Enables the update notifier. This checks for updates on start, and notifies anyone with the permission when they join. They can then use /cb update to download the update.
  17. notify-updates: true
  18.  
  19. # Causes many mechanics to require sufficient blocks to function, for example gates, bridges and doors.
  20. safe-destruction: true
  21.  
  22. # If on, OP's will not default to have access to everything.
  23. no-op-permissions: false
  24.  
  25. # Allows redstone not directly facing a mechanism to trigger said mechanism.
  26. indirect-redstone: false
  27.  
  28. # Rounds all distance equations to the block grid.
  29. use-block-distance: false
  30.  
  31. # Checks to see if WorldGuard allows building/using in the area when activating mechanics.
  32. check-worldguard-flags: true
  33.  
  34. # Use advanced methods to detect if a player can build or not. Use this if you use region protections other than WorldGuard, or experience issues with WorldGuard protection. This can add extra entries to Block Logging plugins when a mechanic is broken/placed.
  35. advanced-block-checks: true
  36.  
  37. # In conjunction with advanced-block-checks, this option adds a few extra checks if you are experiencing compatibility issues with certain plugins that stop breaks/places/interacts.
  38. pedantic-block-checks: false
  39.  
  40. # Make sure a player can only press signs so often.
  41. sign-click-timeout: 10
  42.  
  43. # The default language for CraftBook. Note: This language needs to be in the 'languages' field for this to work.
  44. language: en_US
  45.  
  46. # A list of languages supported by craftbook, if a user requests a language not listed... They will see default.
  47. languages:
  48. - en_US
  49.  
  50. # If enabled, CraftBook will scan messages sent to players for localizable text, instead of just checking if the entire message is localizable.
  51. scan-text-for-localization: false
  52.  
  53. # Enable a mode that will print extra debug information to the console.
  54. debug-mode: false
  55.  
  56. # Enable certain debug types when debug mode is enabled.
  57. debug-flags: []
  58.  
  59. # Enables random easter eggs. Can be from console messages on startup for a special occasion, to funny little effects with IC's and other mechanics (Always harmless, won't mess anything up)
  60. easter-eggs: true
  61.  
  62. # Random numbers are much more random, with a small cost to CPU usage.
  63. realistic-randoms: false
  64.  
  65. # Show messages when a player does not have permission to do something.
  66. show-permission-messages: true
  67.  
  68. # PersistentStorage stores data that can be accessed across server restart. Method of PersistentStorage storage (Note: DUMMY is practically off, and may cause issues). Can currently be any of the following: YAML, DUMMY, SQLite
  69. persistent-storage-type: YAML
  70.  
  71. # Causes mechanics to attempt to convert names to use CBIDs. This can and should be disabled after you believe your servers transition to UUIDs v Names is complete.
  72. convert-names-to-cbids: true
  73. common:
  74. variables:
  75. enable: true
  76. default-to-global: false
  77. enable-in-commandblocks: false
  78. enable-in-player-commands: false
  79. enable-in-player-chat: false
  80. circuits:
  81. ics:
  82. enable: false
  83. cache: true
  84. max-radius: 10
  85. allow-short-hand: true
  86. keep-loaded: false
  87. disallowed-ics: []
  88. default-coordinate-system: RELATIVE
  89. save-persistent-data: true
  90. midi-use-percussion: false
  91. break-on-error: false
  92. wiring:
  93. netherrack-enabled: false
  94. pumpkins-enabled: false
  95. glowstone-enabled: false
  96. glowstone-off-block: GLASS
  97. pipes:
  98. enable: false
  99. allow-diagonal: false
  100. insulator-block: WOOL
  101. stack-per-move: true
  102. require-sign: false
  103. jukebox:
  104. enable: false
  105. mechanics:
  106. ai:
  107. enable: false
  108. vision-enable:
  109. - Zombie
  110. - PigZombie
  111. crit-bow-enable:
  112. - Skeleton
  113. attack-passive-enable:
  114. - Zombie
  115. ammeter:
  116. enable: false
  117. item: COAL
  118. area:
  119. enable: false
  120. allow-redstone: true
  121. use-schematics: true
  122. shorten-long-names: true
  123. max-size: 5000
  124. max-per-user: 30
  125. better-leads:
  126. enable: false
  127. stop-mob-target: false
  128. owner-unleash-only: false
  129. hitch-persists: false
  130. mob-repel: false
  131. allowed-mobs:
  132. - ZOMBIE
  133. - SPIDER
  134. better-physics:
  135. enable: false
  136. falling-ladders: true
  137. better-pistons:
  138. enable: false
  139. crushers: true
  140. crushers-kill-mobs: false
  141. crusher-blacklist:
  142. - OBSIDIAN
  143. - BEDROCK
  144. super-sticky: true
  145. super-push: true
  146. movement-blacklist:
  147. - OBSIDIAN
  148. - BEDROCK
  149. bounce: true
  150. bounce-blacklist:
  151. - OBSIDIAN
  152. - BEDROCK
  153. max-distance: 12
  154. better-plants:
  155. enable: false
  156. fern-farming: true
  157. bookcase:
  158. enable: false
  159. read-when-sneaking: 'no'
  160. read-when-holding-block: false
  161. bridge:
  162. enable: false
  163. allow-redstone: true
  164. max-length: 30
  165. max-width: 5
  166. blocks:
  167. - COBBLESTONE
  168. - WOOD
  169. - GLASS
  170. - DOUBLE_STEP
  171. - WOOD_DOUBLE_STEP
  172. cauldron:
  173. enable: false
  174. spoons: true
  175. enable-redstone: false
  176. item-tracking: false
  177. chair:
  178. enable: false
  179. allow-holding-blocks: false
  180. regen-health: true
  181. regen-health-amount: 1.0
  182. blocks:
  183. - WOOD_STAIRS
  184. - COBBLESTONE_STAIRS
  185. - BRICK_STAIRS
  186. - SMOOTH_STAIRS
  187. - NETHER_BRICK_STAIRS
  188. - SANDSTONE_STAIRS
  189. - SPRUCE_WOOD_STAIRS
  190. - BIRCH_WOOD_STAIRS
  191. - JUNGLE_WOOD_STAIRS
  192. - QUARTZ_STAIRS
  193. - ACACIA_STAIRS
  194. face-correct-direction: true
  195. require-sign: false
  196. max-distance: 3
  197. max-click-radius: 5
  198. chunk-anchor:
  199. enable: false
  200. enable-redstone: true
  201. check-chunks: true
  202. command-items:
  203. enable: false
  204. command-sign:
  205. enable: false
  206. allow-redstone: true
  207. cooking-pot:
  208. enable: false
  209. allow-redstone: true
  210. require-fuel: true
  211. cook-ores: false
  212. sign-click-open: true
  213. take-buckets: false
  214. super-fast-cooking: false
  215. custom-crafting:
  216. enable: false
  217. dispenser-recipes:
  218. enable: false
  219. cannon-enable: true
  220. fan-enable: true
  221. fire-arrows-enable: true
  222. snow-shooter-enable: true
  223. xp-shooter-enable: true
  224. custom-drops:
  225. enable: false
  226. require-permissions: false
  227. door:
  228. enable: false
  229. allow-redstone: true
  230. max-length: 30
  231. max-width: 5
  232. blocks:
  233. - COBBLESTONE
  234. - WOOD
  235. - GLASS
  236. - DOUBLE_STEP
  237. - WOOD_DOUBLE_STEP
  238. elevator:
  239. enable: false
  240. allow-redstone: false
  241. redstone-player-search-radius: 3
  242. enable-buttons: true
  243. allow-looping: false
  244. smooth-movement: false
  245. smooth-movement-speed: 0.5
  246. footprints:
  247. enable: false
  248. blocks:
  249. - DIRT
  250. - SAND
  251. - SNOW
  252. - SNOW_BLOCK
  253. - ICE
  254. gate:
  255. enable: false
  256. allow-redstone: true
  257. limit-columns: true
  258. max-columns: 14
  259. blocks:
  260. - FENCE
  261. - IRON_FENCE
  262. - THIN_GLASS
  263. - NETHER_FENCE
  264. enforce-type: true
  265. max-column-height: 12
  266. gate-search-radius: 3
  267. head-drops:
  268. enable: false
  269. drop-mob-heads: true
  270. drop-player-heads: true
  271. require-player-killed: true
  272. drop-head-when-mined: true
  273. override-natural-head-drops: false
  274. drop-rate: 0.05
  275. looting-rate-modifier: 0.05
  276. show-name-right-click: true
  277. drop-rates: {}
  278. custom-mob-skins: {}
  279. hidden-switch:
  280. enable: false
  281. any-side: true
  282. legacy-cauldron:
  283. enable: false
  284. block: STONE
  285. lightstone:
  286. enable: false
  287. item: GLOWSTONE_DUST
  288. light-switch:
  289. enable: false
  290. max-range: 10
  291. max-lights: 20
  292. map-changer:
  293. enable: false
  294. marquee:
  295. enable: false
  296. paintings:
  297. enable: false
  298. payment:
  299. enable: false
  300. sign-copy:
  301. enable: false
  302. item: INK_SACK:0
  303. snow:
  304. enable: false
  305. piling: false
  306. trample: false
  307. partial-trample-only: false
  308. jump-trample: false
  309. place: false
  310. slowdown: false
  311. realistic: false
  312. high-piling: false
  313. max-pile-height: 3
  314. replacable-blocks:
  315. - DEAD_BUSH
  316. - LONG_GRASS
  317. - YELLOW_FLOWER
  318. - RED_ROSE
  319. - BROWN_MUSHROOM
  320. - RED_MUSHROOM
  321. - FIRE
  322. falldown-animation-speed: 5
  323. freeze-water: false
  324. melt-in-sunlight: false
  325. partial-melt-only: false
  326. sponge:
  327. enable: true
  328. radius: 5
  329. circular-radius: true
  330. require-redstone: false
  331. teleporter:
  332. enable: false
  333. require-sign: false
  334. max-range: 0
  335. tree-lopper:
  336. enable: false
  337. block-list:
  338. - LOG
  339. - LOG_2
  340. tool-list:
  341. - IRON_AXE
  342. - WOOD_AXE
  343. - STONE_AXE
  344. - DIAMOND_AXE
  345. - GOLD_AXE
  346. max-size: 30
  347. allow-diagonals: false
  348. enforce-data: false
  349. place-saplings: false
  350. break-leaves: false
  351. xp-storer:
  352. enable: false
  353. require-bottle: false
  354. xp-per-bottle: 16
  355. block: MOB_SPAWNER
  356. require-sneaking-state: 'no'
  357. vehicles:
  358. minecart:
  359. decay-when-empty:
  360. enable: false
  361. time-in-ticks: 20
  362. mechanisms:
  363. station:
  364. enable: true
  365. block: STONE_BRICK:0
  366. sorter:
  367. enable: false
  368. block: NETHERRACK:0
  369. ejector:
  370. enable: true
  371. block: IRON_BLOCK:0
  372. deposit:
  373. enable: false
  374. block: IRON_ORE:0
  375. teleport:
  376. enable: false
  377. block: EMERALD_BLOCK:0
  378. elevator:
  379. enable: false
  380. block: NETHER_BRICK:0
  381. messager:
  382. enable: false
  383. block: ENDER_STONE:0
  384. reverse:
  385. enable: false
  386. block: WOOL:0
  387. max-speed:
  388. enable: false
  389. block: COAL_BLOCK:0
  390. speed-modifier:
  391. enable: true
  392. max-boost-block: EMERALD_BLOCK:0
  393. 25x-boost-block: GOLD_BLOCK:0
  394. 50x-slow-block: BEDROCK:0
  395. 20x-slow-block: NETHERQUARTZ_ORE:0
  396. dispenser:
  397. enable: false
  398. block: EMERALD_ORE:0
  399. spawn-infront: false
  400. check-for-carts: true
  401. propel-cart: false
  402. fall-speed:
  403. enable: false
  404. vertical-fall-speed: 0.9
  405. horizontal-fall-speed: 1.1
  406. more-rails:
  407. enable: false
  408. pressure-plate-intersection: false
  409. ladder-vertical-rail: false
  410. ladder-vertical-rail-velocity: 0.5
  411. remove-entities:
  412. enable: true
  413. remove-other-minecarts: true
  414. allow-empty-carts: false
  415. vision-steering:
  416. enable: false
  417. minimum-sensitivity: 3
  418. block-mob-entry:
  419. enable: false
  420. remove-on-exit:
  421. enable: false
  422. give-item: false
  423. collision-entry:
  424. enable: false
  425. item-pickup:
  426. enable: false
  427. constant-speed:
  428. enable: false
  429. speed: 0.5
  430. rail-placer:
  431. enable: false
  432. speed-modifiers:
  433. enable: false
  434. max-speed: 0.4
  435. off-rail-speed: 0.0
  436. empty-slowdown-stopper:
  437. enable: false
  438. no-collide:
  439. enable: false
  440. empty-carts: true
  441. full-carts: false
  442. place-anywhere:
  443. enable: false
  444. temporary-cart:
  445. enable: false
  446. boat:
  447. drops:
  448. enable: false
  449. remove-on-exit:
  450. enable: false
  451. give-item: false
  452. land-boats:
  453. enable: true
  454. remove-entities:
  455. enable: false
  456. remove-other-boats: false
  457. speed-modifiers:
  458. enable: false
  459. max-speed: 0.4
  460. unnoccupied-deceleration: -1.0
  461. occupied-deceleration: 0.2
  462. uncrashable:
  463. enable: false
  464. water-place-only:
  465. enable: false
  466.  
  467. # List of mechanics to enable! If they aren't in this list, the server won't load them!
  468. enabled-mechanics:
  469. - Variables
  470.  
  471. # A list of CraftBook mechanics that are disabled, for easy copy/pastability to the enabled list.
  472. disabled-mechanics:
  473. - AI
  474. - Ammeter
  475. - BetterLeads
  476. - BetterPhysics
  477. - BetterPistons
  478. - BetterPlants
  479. - BoatDecay
  480. - BoatDrops
  481. - BoatExitRemover
  482. - BoatRemoveEntities
  483. - BoatSpeedModifiers
  484. - BoatUncrashable
  485. - BoatWaterPlaceOnly
  486. - Bookcase
  487. - Bridge
  488. - Cauldron
  489. - Chairs
  490. - ChunkAnchor
  491. - CommandItems
  492. - CommandSigns
  493. - CookingPot
  494. - CustomCrafting
  495. - CustomDrops
  496. - DispenserRecipes
  497. - Door
  498. - Elevator
  499. - Footprints
  500. - Gate
  501. - Glowstone
  502. - HeadDrops
  503. - HiddenSwitch
  504. - ICs
  505. - JackOLantern
  506. - Jukebox
  507. - LandBoats
  508. - LegacyCauldron
  509. - LegacyCustomDrops
  510. - LightStone
  511. - LightSwitch
  512. - MapChanger
  513. - Marquee
  514. - MinecartBooster
  515. - MinecartCollisionEntry
  516. - MinecartConstantSpeed
  517. - MinecartDecay
  518. - MinecartDeposit
  519. - MinecartDispenser
  520. - MinecartEjector
  521. - MinecartElevator
  522. - MinecartEmptySlowdown
  523. - MinecartExitRemover
  524. - MinecartFallModifier
  525. - MinecartItemPickup
  526. - MinecartMaxSpeed
  527. - MinecartMessenger
  528. - MinecartMobBlocker
  529. - MinecartMoreRails
  530. - MinecartNoCollide
  531. - MinecartPlaceAnywhere
  532. - MinecartRailPlacer
  533. - MinecartRemoveEntities
  534. - MinecartReverser
  535. - MinecartSorter
  536. - MinecartSpeedModifiers
  537. - MinecartStation
  538. - MinecartTeleporter
  539. - MinecartTemporaryCart
  540. - MinecartVisionSteering
  541. - Netherrack
  542. - PaintingSwitcher
  543. - Pay
  544. - Pipes
  545. - SignCopier
  546. - Snow
  547. - Sponge
  548. - Teleporter
  549. - ToggleArea
  550. - TreeLopper
  551. - XPStorer
Advertisement
Add Comment
Please, Sign In to add comment