/src/main/resources/config.yml

http://github.com/sk89q/craftbook · YAML · 154 lines · 102 code · 23 blank · 29 comment · 0 complexity · de6ed29af838159dd5cf9496ac0419cf MD5 · raw file

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