Advertisement
NabyJack3

config

Feb 12th, 2019
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.83 KB | None | 0 0
  1. # CraftBook Configuration for Bukkit. Generated for version: 3.10-beta-02;711e7f3
  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. - BetterPistons
  14.  
  15. # A list of CraftBook mechanics that are disabled, for easy copy/pastability to the enabled list.
  16. disabled-mechanics:
  17. - AI
  18. - Ammeter
  19. - BetterLeads
  20. - BetterPhysics
  21. - BetterPlants
  22. - BoatDecay
  23. - BoatDrops
  24. - BoatExitRemover
  25. - BoatRemoveEntities
  26. - BoatSpeedModifiers
  27. - BoatUncrashable
  28. - BoatWaterPlaceOnly
  29. - Bookcase
  30. - BounceBlocks
  31. - Bridge
  32. - Cauldron
  33. - Chairs
  34. - ChunkAnchor
  35. - CommandItems
  36. - CommandSigns
  37. - CookingPot
  38. - CustomCrafting
  39. - CustomDrops
  40. - DispenserRecipes
  41. - Door
  42. - Elevator
  43. - Footprints
  44. - Gate
  45. - Glowstone
  46. - HeadDrops
  47. - HiddenSwitch
  48. - ICs
  49. - JackOLantern
  50. - Jukebox
  51. - LandBoats
  52. - LegacyCauldron
  53. - LegacyCustomDrops
  54. - LightStone
  55. - LightSwitch
  56. - MapChanger
  57. - Marquee
  58. - MinecartBooster
  59. - MinecartCollisionEntry
  60. - MinecartConstantSpeed
  61. - MinecartDecay
  62. - MinecartDeposit
  63. - MinecartDispenser
  64. - MinecartEjector
  65. - MinecartElevator
  66. - MinecartEmptySlowdown
  67. - MinecartExitRemover
  68. - MinecartFallModifier
  69. - MinecartItemPickup
  70. - MinecartMaxSpeed
  71. - MinecartMessenger
  72. - MinecartMobBlocker
  73. - MinecartMoreRails
  74. - MinecartNoCollide
  75. - MinecartPlaceAnywhere
  76. - MinecartRailPlacer
  77. - MinecartRemoveEntities
  78. - MinecartReverser
  79. - MinecartSorter
  80. - MinecartSpeedModifiers
  81. - MinecartStation
  82. - MinecartTeleporter
  83. - MinecartTemporaryCart
  84. - MinecartVisionSteering
  85. - Netherrack
  86. - PaintingSwitcher
  87. - Pay
  88. - Pipes
  89. - SignCopier
  90. - Snow
  91. - Sponge
  92. - Teleporter
  93. - ToggleArea
  94. - TreeLopper
  95. - XPStorer
  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. # Causes many mechanics to require sufficient blocks to function, for example gates, bridges and doors.
  101. safe-destruction: true
  102.  
  103. # If on, OP's will not default to have access to everything.
  104. no-op-permissions: false
  105.  
  106. # Allows redstone not directly facing a mechanism to trigger said mechanism.
  107. indirect-redstone: false
  108.  
  109. # Rounds all distance equations to the block grid.
  110. use-block-distance: false
  111.  
  112. # Checks to see if WorldGuard allows building/using in the area when activating mechanics.
  113. check-worldguard-flags: true
  114.  
  115. # 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.
  116. advanced-block-checks: true
  117.  
  118. # 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.
  119. pedantic-block-checks: false
  120.  
  121. # Make sure a player can only press signs so often.
  122. sign-click-timeout: 10
  123.  
  124. # The default language for CraftBook. Note: This language needs to be in the 'languages' field for this to work.
  125. language: en_US
  126.  
  127. # A list of languages supported by craftbook, if a user requests a language not listed... They will see default.
  128. languages:
  129. - en_US
  130.  
  131. # If enabled, CraftBook will scan messages sent to players for localizable text, instead of just checking if the entire message is localizable.
  132. scan-text-for-localization: false
  133.  
  134. # Enable a mode that will print extra debug information to the console.
  135. debug-mode: false
  136.  
  137. # Causes all debug mode output to be logged into a file. This file is reset every startup (And every /cb reload).
  138. debug-mode-file-logging: 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: true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement