Advertisement
Guest User

Craftbook Config.yml

a guest
Jun 20th, 2016
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.00 KB | None | 0 0
  1. # CraftBook Configuration for Bukkit. Generated for version: 3.9-SNAPSHOT
  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.  
  10. # List of mechanics to enable! If they aren't in this list, the server won't load them!
  11. enabled-mechanics:
  12. - Ammeter
  13. - BetterLeads
  14. - BetterPistons
  15. - Bookcase
  16. - Bridge
  17. - Chairs
  18. - CommandItems
  19. - CommandSigns
  20. - CookingPot
  21. - CustomCrafting
  22. - DispenserRecipes
  23. - Door
  24. - Elevator
  25. - Gate
  26. - HeadDrops
  27. - HiddenSwitch
  28. - ICs
  29. - Jukebox
  30. - LightStone
  31. - LightSwitch
  32. - Netherrack
  33. - PaintingSwitcher
  34. - Pipes
  35. - SignCopier
  36. - Variables
  37. - XPStorer
  38.  
  39. # A list of CraftBook mechanics that are disabled, for easy copy/pastability to the enabled list.
  40. disabled-mechanics:
  41. - AI
  42. - BetterPhysics
  43. - BetterPlants
  44. - BoatDecay
  45. - BoatDrops
  46. - BoatExitRemover
  47. - BoatRemoveEntities
  48. - BoatSpeedModifiers
  49. - BoatUncrashable
  50. - BoatWaterPlaceOnly
  51. - BounceBlocks
  52. - Cauldron
  53. - ChunkAnchor
  54. - CustomDrops
  55. - Footprints
  56. - Glowstone
  57. - JackOLantern
  58. - LandBoats
  59. - LegacyCauldron
  60. - LegacyCustomDrops
  61. - MapChanger
  62. - Marquee
  63. - MinecartBooster
  64. - MinecartCollisionEntry
  65. - MinecartConstantSpeed
  66. - MinecartDecay
  67. - MinecartDeposit
  68. - MinecartDispenser
  69. - MinecartEjector
  70. - MinecartElevator
  71. - MinecartEmptySlowdown
  72. - MinecartExitRemover
  73. - MinecartFallModifier
  74. - MinecartItemPickup
  75. - MinecartMaxSpeed
  76. - MinecartMessenger
  77. - MinecartMobBlocker
  78. - MinecartMoreRails
  79. - MinecartNoCollide
  80. - MinecartPlaceAnywhere
  81. - MinecartRailPlacer
  82. - MinecartRemoveEntities
  83. - MinecartReverser
  84. - MinecartSorter
  85. - MinecartSpeedModifiers
  86. - MinecartStation
  87. - MinecartTeleporter
  88. - MinecartTemporaryCart
  89. - MinecartVisionSteering
  90. - Pay
  91. - Snow
  92. - Sponge
  93. - Teleporter
  94. - ToggleArea
  95. - TreeLopper
  96.  
  97. # WARNING! Changing this can result in all ST mechanics acting very weirdly, only change this if you know what you are doing!
  98. st-think-ticks: 2
  99.  
  100. # 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.
  101. notify-updates: true
  102.  
  103. # Causes many mechanics to require sufficient blocks to function, for example gates, bridges and doors.
  104. safe-destruction: true
  105.  
  106. # If on, OP's will not default to have access to everything.
  107. no-op-permissions: false
  108.  
  109. # Allows redstone not directly facing a mechanism to trigger said mechanism.
  110. indirect-redstone: false
  111.  
  112. # Rounds all distance equations to the block grid.
  113. use-block-distance: false
  114.  
  115. # Checks to see if WorldGuard allows building/using in the area when activating mechanics.
  116. check-worldguard-flags: false
  117.  
  118. # 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.
  119. advanced-block-checks: false
  120.  
  121. # 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.
  122. pedantic-block-checks: false
  123.  
  124. # Make sure a player can only press signs so often.
  125. sign-click-timeout: 10
  126.  
  127. # The default language for CraftBook. Note: This language needs to be in the 'languages' field for this to work.
  128. language: en_US
  129.  
  130. # A list of languages supported by craftbook, if a user requests a language not listed... They will see default.
  131. languages:
  132. - en_US
  133.  
  134. # If enabled, CraftBook will scan messages sent to players for localizable text, instead of just checking if the entire message is localizable.
  135. scan-text-for-localization: false
  136.  
  137. # Enable a mode that will print extra debug information to the console.
  138. debug-mode: false
  139.  
  140. # Enable certain debug types when debug mode is enabled.
  141. debug-flags: []
  142.  
  143. # 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)
  144. easter-eggs: true
  145.  
  146. # Random numbers are much more random, with a small cost to CPU usage.
  147. realistic-randoms: false
  148.  
  149. # Show messages when a player does not have permission to do something.
  150. show-permission-messages: true
  151.  
  152. # 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
  153. persistent-storage-type: YAML
  154.  
  155. # 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.
  156. convert-names-to-cbids: false
  157.  
  158. # Causes all debug mode output to be logged into a file. This file is reset every startup (And every /cb reload).
  159. debug-mode-file-logging: false
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement