Facebook
From factionsluuk, 4 Years ago, written in Plain Text.
Embed
Download Paste or View Raw
Hits: 132
  1.  
  2.  
  3. # Should the plugin automatically update if an update is available?
  4. autoUpdater: true
  5.  
  6. # Should a permission be required when a spawner explodes by TNT to achieve a drop
  7. permissionExplode: false
  8.  
  9. # Should be checked for WorldGuard build ability to change spawners
  10. useWorldGuard: true
  11.  
  12. # Percentage of dropping a spawner block when TNT or creepers explode
  13. explosionDropChance: 65
  14.  
  15. # Percentage of dropping a iron bars when a spawner is mined
  16. destroyDropChance: 35
  17.  
  18. # Percentage of dropping an egg when a spawner is mined
  19. eggDropChance: 65
  20.  
  21. # Percentage of dropping the spawner when mined
  22. silkDropChance: 100
  23.  
  24. # When generic spawner items are placed, spawn this creature (e.g. from /give or other plugins)
  25. # PIG (90) is Minecraft default (put NAMES or IDs here!)
  26. defaultCreature: 90
  27.  
  28. # How far is the spawner reachable with your crosshair (disable with -1)
  29. spawnerCommandReachDistance: -1
  30.  
  31. # Minimum silk touch level [can be changed via other plugins to a higher value]
  32. # Set it to 0 to mine it without silk touch
  33. minSilkTouchLevel: 1
  34.  
  35. # If a player in creative destroys a spawner nothing is dropped
  36. noDropsCreative: true
  37.  
  38. # If a spawner is destroyed, should the egg be dropped
  39. destroyDropEgg: false
  40.  
  41. # If a spawner is destroyed, should XP be dropped
  42. destroyDropXP: 0
  43.  
  44. # If a spawner is mined, should it be directly added to the inventory of the player
  45. dropSpawnerToInventory: false
  46.  
  47. # Amount of spawners to be dropped when mined with valid silk touch
  48. dropAmount: 1
  49.  
  50. # Flag a spawner as already mined to prevent XP duping
  51. preventXPFarming: true
  52.  
  53. # Drops XP only when a spawner is destroyed and not mined via silk touch
  54. dropXPOnlyOnDestroy: false
  55.  
  56. # If a spawner is destroyed, should iron bars be dropped
  57. destroyDropBars: 0
  58.  
  59. # Should the player be able to craft spawners
  60. craftableSpawners: false
  61.  
  62. # Leave a slot empty (null/air)? Just make a space then, example 'A A' -> middle is free
  63. # X is always the egg
  64. recipeTop: AAA
  65. recipeMiddle: AXA
  66. recipeBottom: AAA
  67. recipeAmount: 1
  68.  
  69. # Custom example:
  70. #recipeTop: 'A A'
  71. #recipeMiddle: 'BXA'
  72. #recipeBottom: 'C D'
  73. #ingredients:
  74. #  - 'A,IRON_FENCE'
  75. #  - 'B,DIRT'
  76. #  - 'C,2'
  77. #  - 'D,5'
  78.  
  79. # You can put IDs or the NAME here (please uppercase)
  80. # Add it for each custom ingredient you add, too!
  81. ingredients:
  82. - A,IRON_FENCE
  83.  
  84. # Should spawners be unstackable
  85. spawnersUnstackable: false
  86.  
  87. # Should the egg be consumed when the spawner is changed with it
  88. consumeEgg: true
  89.  
  90. # Fallback if the creature should be enabled, if not specified for the entity
  91. enableCreatureDefault: true
  92.  
  93. # Should numbers be ignored (on eggs) and allow every number value?
  94. ignoreCheckNumbers: false
  95.  
  96. # Disable left click to change spawners, spawns a mob instead. Still blocks Vanilla right click behavior.
  97. disableChangeTypeWithEgg: false
  98.  
  99. # Should instead of spawning a mob a MonsterSpawner be placed? (Uses consumeEgg value, too)
  100. spawnEggToSpawner: false
  101.  
  102. # Should the spawn algorithm be overridden? Allows spawning of non-standard entities
  103. spawnEggOverride: false
  104.  
  105. # Fallback if the creature should be spawned, if not specified for the entity
  106. spawnEggOverrideSpawnDefault: true
  107.  
  108. # Allowed set of tools which can mine a spawner. IDs are supported, too
  109. allowedTools:
  110. - IRON_PICKAXE
  111. - GOLD_PICKAXE
  112. - DIAMOND_PICKAXE
  113.  
  114. # Amount of spawners or eggs given to a player when the argument is omitted
  115. defaultAmountGive: 1
  116.  
  117. # Notify the player about the spawner when he clicks it in the inventory
  118. notifyOnClick: true
  119.  
  120. # Notify the player about the spawner when he holds the spawner in the hand
  121. notifyOnHold: true
  122.  
  123. # Configure displaying with BarAPI, time is in seconds
  124. barAPI:
  125.   enable: false
  126.   displayTime: 3
  127.  
  128. # Configure displaying with 1.9 BossBarApi, time is in seconds
  129. vanillaBossBar:
  130.   enable: true
  131.   displayTime: 3
  132.  
  133.   # Valid colors are BLUE, GREEN, PINK, PURPLE, RED, WHITE, YELLOW
  134.   color: RED
  135.  
  136.   # Valid styles are SEGMENTED_10, SEGMENTED_12, SEGMENTED_20, SEGMENTED_6, SOLID
  137.   style: SOLID
  138.  
  139. # Prevent that a spawner is changed via eggs in other territories
  140. factionsSupport: false
  141.  
  142. # Prevent that a spawner is changed via eggs in other kingdoms
  143. feudalSupport: false
  144.  
  145. # Puts more information out on startup
  146. verboseConfig: false
  147.  
  148. # Internal stuff, do NOT change unless advised - the plugin might break otherwise
  149. useReflection: true
  150. testMCVersion: true
  151. useMetadata: true