Advertisement
Guest User

Untitled

a guest
Sep 18th, 2018
135
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  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. - Variables
  13. - AI
  14. - Ammeter
  15. - BetterLeads
  16. - BetterPhysics
  17. - BetterPistons
  18. - BetterPlants
  19. - BoatDecay
  20. - BoatDrops
  21. - BoatExitRemover
  22. - BoatRemoveEntities
  23. - BoatSpeedModifiers
  24. - BoatUncrashable
  25. - BoatWaterPlaceOnly
  26. - Bookcase
  27. - BounceBlocks
  28. - Bridge
  29. - Cauldron
  30. - Chairs
  31. - ChunkAnchor
  32. - CommandItems
  33. - CommandSigns
  34. - CookingPot
  35. - CustomCrafting
  36. - CustomDrops
  37. - DispenserRecipes
  38. - Door
  39. - Elevator
  40. - Gate
  41. - Glowstone
  42. - HeadDrops
  43. - HiddenSwitch
  44. - ICs
  45. - JackOLantern
  46. - Jukebox
  47. - LandBoats
  48. - LegacyCauldron
  49. - LegacyCustomDrops
  50. - LightStone
  51. - LightSwitch
  52. - MapChanger
  53. - Marquee
  54. - MinecartBooster
  55. - MinecartCollisionEntry
  56. - MinecartConstantSpeed
  57. - MinecartDecay
  58. - MinecartDeposit
  59. - MinecartDispenser
  60. - MinecartEjector
  61. - MinecartElevator
  62. - MinecartEmptySlowdown
  63. - MinecartExitRemover
  64. - MinecartFallModifier
  65. - MinecartItemPickup
  66. - MinecartMaxSpeed
  67. - MinecartMessenger
  68. - MinecartMobBlocker
  69. - MinecartMoreRails
  70. - MinecartNoCollide
  71. - MinecartPlaceAnywhere
  72. - MinecartRailPlacer
  73. - MinecartRemoveEntities
  74. - MinecartReverser
  75. - MinecartSorter
  76. - MinecartSpeedModifiers
  77. - MinecartStation
  78. - MinecartTeleporter
  79. - MinecartTemporaryCart
  80. - MinecartVisionSteering
  81. - Netherrack
  82. - PaintingSwitcher
  83. - Pay
  84. - Pipes
  85. - SignCopier
  86. - Snow
  87. - Sponge
  88. - Teleporter
  89. - ToggleArea
  90. - TreeLopper
  91. - XPStorer
  92.  
  93. # A list of CraftBook mechanics that are disabled, for easy copy/pastability to the enabled list.
  94. disabled-mechanics:
  95. - Footprints
  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: true
  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: true
  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. # Make sure a player can only press signs so often.
  123. sign-click-timeout: 10
  124.  
  125. # The default language for CraftBook. Note: This language needs to be in the 'languages' field for this to work.
  126. language: en_US
  127.  
  128. # A list of languages supported by craftbook, if a user requests a language not listed... They will see default.
  129. languages:
  130. - en_US
  131.  
  132. # If enabled, CraftBook will scan messages sent to players for localizable text, instead of just checking if the entire message is localizable.
  133. scan-text-for-localization: false
  134.  
  135. # Enable a mode that will print extra debug information to the console.
  136. debug-mode: false
  137.  
  138. # Enable certain debug types when debug mode is enabled.
  139. debug-flags: []
  140.  
  141. # 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)
  142. easter-eggs: true
  143.  
  144. # Random numbers are much more random, with a small cost to CPU usage.
  145. realistic-randoms: false
  146.  
  147. # Show messages when a player does not have permission to do something.
  148. show-permission-messages: true
  149.  
  150. # 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
  151. persistent-storage-type: YAML
  152.  
  153. # 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.
  154. convert-names-to-cbids: true
  155.  
  156. # Causes all debug mode output to be logged into a file. This file is reset every startup (And every /cb reload).
  157. debug-mode-file-logging: false
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement