Advertisement
NabyJack3

Config

Feb 17th, 2019
141
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.84 KB | None | 0 0
  1. # CraftBook Configuration for Bukkit. Generated for version: 3.9-SNAPSHOT-jenkins-CraftBook-231
  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. - Chairs
  15. - Bridge
  16. - Gate
  17. - Elevator
  18. - Door
  19.  
  20. # A list of CraftBook mechanics that are disabled, for easy copy/pastability to the enabled list.
  21. disabled-mechanics:
  22. - AI
  23. - Ammeter
  24. - BetterLeads
  25. - BetterPhysics
  26. - BetterPlants
  27. - BoatDecay
  28. - BoatDrops
  29. - BoatExitRemover
  30. - BoatRemoveEntities
  31. - BoatSpeedModifiers
  32. - BoatUncrashable
  33. - BoatWaterPlaceOnly
  34. - Bookcase
  35. - BounceBlocks
  36. - Cauldron
  37. - ChunkAnchor
  38. - CommandItems
  39. - CommandSigns
  40. - CookingPot
  41. - CustomCrafting
  42. - CustomDrops
  43. - DispenserRecipes
  44. - Footprints
  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