Advertisement
shano_dekono

config.yml

Jan 20th, 2019
158
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.81 KB | None | 0 0
  1. # CraftBook Configuration for Bukkit. Generated for version: 3.10-beta-01;ede0cd3
  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. - Bookcase
  14. - BetterPhysics
  15. - BetterPlants
  16. - BoatDrops
  17. - BoatExitRemover
  18. - BoatUncrashable
  19. - Chairs
  20. - HeadDrops
  21. - HiddenSwitch
  22. - CustomCrafting
  23. - DispenserRecipes
  24. - Footprints
  25. - Glowstone
  26. - JackOLantern
  27. - Jukebox
  28. - LightStone
  29. - LightSwitch
  30. - MinecartBooster
  31. - MinecartDispenser
  32. - MinecartEjector
  33. - MinecartElevator
  34. - MinecartMessenger
  35. - MinecartMoreRails
  36. - MinecartPlaceAnywhere
  37. - MinecartRailPlacer
  38. - MinecartRemoveEntities
  39. - MinecartReverser
  40. - MinecartSorter
  41. - MinecartStation
  42. - Pay
  43. - Pipes
  44. - SignCopier
  45. - Snow
  46. - XPStorer
  47.  
  48. # A list of CraftBook mechanics that are disabled, for easy copy/pastability to the enabled list.
  49. disabled-mechanics:
  50. - AI
  51. - BetterLeads
  52. - BetterPistons
  53. - BoatDecay
  54. - BoatRemoveEntities
  55. - BoatSpeedModifiers
  56. - BoatWaterPlaceOnly
  57. - BounceBlocks
  58. - Bridge
  59. - Cauldron
  60. - ChunkAnchor
  61. - CommandItems
  62. - CommandSigns
  63. - CookingPot
  64. - CustomDrops
  65. - Door
  66. - Elevator
  67. - Gate
  68. - ICs
  69. - LandBoats
  70. - LegacyCauldron
  71. - LegacyCustomDrops
  72. - MapChanger
  73. - Marquee
  74. - MinecartCollisionEntry
  75. - MinecartConstantSpeed
  76. - MinecartDecay
  77. - MinecartDeposit
  78. - MinecartEmptySlowdown
  79. - MinecartExitRemover
  80. - MinecartFallModifier
  81. - MinecartItemPickup
  82. - MinecartMaxSpeed
  83. - MinecartMobBlocker
  84. - MinecartNoCollide
  85. - MinecartSpeedModifiers
  86. - MinecartTeleporter
  87. - MinecartTemporaryCart
  88. - MinecartVisionSteering
  89. - Netherrack
  90. - PaintingSwitcher
  91. - Sponge
  92. - Teleporter
  93. - ToggleArea
  94. - TreeLopper
  95. - Variables
  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