Advertisement
lwccb

Untitled

Jul 30th, 2021
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.70 KB | None | 0 0
  1. messages:
  2. inventoryIsFull: '&cWARNING! Your inventory''s full!'
  3. inventoryIsFullDroppingItems: '&cWARNING! Your inventory''s full and you''re dropping
  4. items!'
  5. inventoryIsFullLosingItems: '&cWARNING! Your inventory''s full and you''re losing
  6. items!'
  7. options:
  8. otherPlugins:
  9. isProcessMcMMOBlockBreakEvents: true
  10. isProcessEZBlocksBlockBreakEvents: false
  11. blockBreakEvents:
  12. blockBreakEventPriority: LOW
  13. isProcessTokensEnchantExplosiveEvents: false
  14. TokenEnchantBlockExplodeEventPriority: DISABLED
  15. isProcessCrazyEnchantsBlockExplodeEvents: false
  16. CrazyEnchantsBlastUseEventPriority: DISABLED
  17. isProcessZenchantsBlockExplodeEvents: false
  18. ZenchantmentsBlockShredEventPriority: DISABLED
  19. general:
  20. isAutoManagerEnabled: true
  21. isCalculateDurabilityEnabled: false
  22. isCalculateSilkEnabled: true
  23. isCalculateDropAdditionsEnabled: true
  24. isCalculateXPEnabled: true
  25. givePlayerXPAsOrbDrops: false
  26. dropItemsIfInventoryIsFull: true
  27. playSoundIfInventoryIsFull: true
  28. hologramIfInventoryIsFull: false
  29. isAutoSellPerBlockBreakEnabled: false
  30. isAutoSellPerBlockBreakInlinedEnabled: false
  31. permissions:
  32. permissionAutoPickup: prison.automanager.pickup
  33. permissionAutoSmelt: prison.automanager.smelt
  34. permissionAutoBlock: prison.automanager.block
  35. lore:
  36. isLoreEnabled: true
  37. lorePickupValue: '&dAuto Pickup&7'
  38. loreSmeltValue: '&dAuto Smelt&7'
  39. loreBlockValue: '&dAuto Block&7'
  40. loreTrackBlockBreakCount: false
  41. loreBlockBreakCountName: '&dPrison Blocks Mined:&7 '
  42. loreBlockExplosionCountName: '&dPrison Blocks Exploded:&7 '
  43. loreDurabiltyResistance: false
  44. loreDurabiltyResistanceName: '&dDurability Resistance&7'
  45. autoFeatures:
  46. autoPickupEnabled: true
  47. autoSmeltEnabled: true
  48. autoBlockEnabled: true
  49. normalDrop:
  50. handleNormalDropsEvents: true
  51. normalDropSmelt: true
  52. normalDropBlock: true
  53. fortuneFeature:
  54. isCalculateFortuneEnabled: true
  55. isExtendBukkitFortuneCalculationsEnabled: true
  56. isCalculateAltFortuneEnabled: false
  57. isCalculateAltFortuneOnAllBlocksEnabled: false
  58. fortuneMultiplierMax: 0
  59. extendBukkitFortuneFactorPercentRangeLow: 70
  60. extendBukkitFortuneFactorPercentRangeHigh: 110
  61. pickupFeature:
  62. pickupLimitToMines: true
  63. pickupAllBlocks: true
  64. pickupBlockNameListEnabled: false
  65. pickupCobbleStone: true
  66. pickupStone: true
  67. pickupGoldOre: true
  68. pickupIronOre: true
  69. pickupCoalOre: true
  70. pickupDiamondOre: true
  71. pickupRedStoneOre: true
  72. pickupEmeraldOre: true
  73. pickupQuartzOre: true
  74. pickupLapisOre: true
  75. pickupSnowBall: true
  76. pickupGlowstoneDust: true
  77. pickupBlockNameList:
  78. - coal_block
  79. - iron_ore
  80. smeltFeature:
  81. smeltLimitToMines: true
  82. smeltAllBlocks: true
  83. smeltCobblestone: false
  84. smeltGoldOre: true
  85. smeltIronOre: true
  86. smeltCoalOre: true
  87. smeltDiamondlOre: true
  88. smeltEmeraldOre: true
  89. smeltLapisOre: true
  90. smeltRedstoneOre: true
  91. smeltNetherQuartzOre: true
  92. smeltAncientDebris: true
  93. smeltCopperOre: true
  94. blockFeature:
  95. autoBlockLimitToMines: true
  96. autoBlockAllBlocks: true
  97. autoBlockGoldBlock: true
  98. autoBlockIronBlock: true
  99. autoBlockCoalBlock: true
  100. autoBlockDiamondBlock: true
  101. autoBlockRedstoneBlock: true
  102. autoBlockEmeraldBlock: true
  103. autoBlockQuartzBlock: true
  104. autoBlockPrismarineBlock: true
  105. autoBlockLapisBlock: true
  106. autoBlockSnowBlock: true
  107. autoBlockGlowstone: true
  108. autoBlockCopperBlock: true
  109. debug:
  110. isDebugSupressOnBlockBreakEventCancels: false
  111. isDebugSupressOnTEExplodeEventCancels: false
  112. isDebugSupressOnCEBlastUseEventCancels: false
  113.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement