Advertisement
FatherWh0

ALB Types LuckyBlock.yml

Feb 5th, 2018
261
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.49 KB | None | 0 0
  1. # @@@ Written by MCGamer199 @@@
  2. # Advanced Lucky Block Plugin
  3.  
  4. # The Default Lucky Block
  5. # Multiple files are allowed so you can have multiple lb types
  6.  
  7. ###############################
  8. # Version: 21 (optional)
  9. # Lucky Block ID
  10. # Must be unique
  11. # Must be a valid number between 0 and 256
  12. ID: 1
  13. # Item display name
  14. # Color codes can be used (use the "&" symbol)
  15. # Formatting codes: https://minecraft.gamepedia.com/Formatting_codes
  16. Name: '&eLucky Block'
  17. # Whether this type is the default types
  18. Default: true
  19. # Folder name
  20. Folder: default
  21. # Set to true to disable
  22. Disabled: false
  23. # Players in creative mode can break lucky blocks
  24. CreativeMode: true
  25. # false by default (slightly bugged i guess?)
  26. UseDefaultBlock: false
  27. # Show lucky blocks name above them
  28. ShowName: true
  29. # Show additional data above lucky blocks (ShowName must be enabled)
  30. ShowData: false
  31. # Fortune enchantment increases luck for this lb type
  32. LuckEnchantment: true
  33. # Item's lore
  34. Lore:
  35. - '&7The default lucky block'
  36. - ''
  37. ###############################
  38.  
  39.  
  40.  
  41. ###############################
  42. # Block material and data
  43. # Type must be a valid material (available materials: https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/Material.html)
  44. Type: SPONGE
  45. # Data might be changed in a later version (1.13 will replace Block Data with Block States)
  46. # Red wool has the data 14 for example
  47. Data: 0
  48. # To use skulls follow the instructions below (using skins is not recommended btw)
  49. # Set "Type" to SKULL_ITEM
  50. # Set Data to 3
  51. # Set UseSkin to true
  52. # Choose a skin by either using the "Skin" option as shown below or by using both SkinId and SkinValue options
  53. # Skin: LUCKY
  54. # Available skins: LUCKY, PRESENT, COLORED, BLUE_PRESENT, CHEESE, CHEST, CANDY_CANE, GOLD_BLOCK, SPONGE, BEACH_BALL, SOCCER_BALL, CHECKER_BOARD
  55. ###############################
  56.  
  57.  
  58.  
  59. ###############################
  60. # Permissions
  61. # Allowed permissions: Placing, Breaking, Crafting, SilkTouch
  62. # Adding something else will cause an error
  63. Permissions:
  64. Crafting:
  65. Name: 'lb.typeDefault.craft'
  66. Default: 'false'
  67. # The field below is not required
  68. Description: 'Allows players to craft the default lucky blocks!'
  69. Placing:
  70. Name: 'lb.typeDefault.place'
  71. Default: 'false'
  72. Description: 'Allows players to place the default lucky blocks!'
  73. Breaking:
  74. Name: 'lb.typeDefault.break'
  75. Default: 'true'
  76. Description: 'Allows players to break the default lucky blocks!'
  77. SilkTouch:
  78. Name: 'lb.typeDefault.silktouch'
  79. Default: 'false'
  80. Description: 'Allows players to have silk touch feature!'
  81. ###############################
  82.  
  83.  
  84.  
  85. ###############################
  86. # Sounds
  87. # Play sound on place?
  88. AllowPlaceSound: true
  89.  
  90. # Play sound on break?
  91. AllowBreakSound: true
  92.  
  93. # Arguments: soundname(string) volume(float) pitch(float)
  94. # Available sounds can be found here: https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/Sound.html
  95.  
  96. # Sound played when placing
  97. PlaceSound: ENTITY_CREEPER_DEATH 1 0
  98.  
  99. # Sound played when breaking
  100. BreakSound: ENTITY_CHICKEN_EGG 1 1
  101. ###############################
  102.  
  103.  
  104.  
  105. ###############################
  106. # Particles
  107. # Spawn particles on place?
  108. AllowPlaceParticles: true
  109.  
  110. # Spawn particles on break?
  111. AllowBreakParticles: true
  112.  
  113. # Spawn particles every x tick?
  114. AllowTickParticles: true
  115.  
  116. # Arguments: particle_name locX locY locZ speed amount dX dY dZ
  117. # Available particles can be found here: https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/Particle.html
  118.  
  119. # Particle spawned when placing
  120. PlaceParticles: SPELL_WITCH 0.4 0.5 0.4 0 48 0.4 0.3 0.4
  121.  
  122. # Particle spawned when breaking
  123. BreakParticles: END_ROD 0.6 0.7 0.6 0 20 0.4 0.3 0.4
  124.  
  125. # Random number between 35 and 75
  126. a_Random: '35,75'
  127.  
  128. # Particle spawned every "a_Random" tick
  129. TickParticles: VILLAGER_HAPPY 0.3 0.3 0.3 0 12 0.3 0.3 0.3
  130. ###############################
  131.  
  132.  
  133.  
  134. ###############################
  135. # Luck
  136. # Minimum luck
  137. MinLuck: -100
  138.  
  139. # Maximum luck
  140. MaxLuck: 100
  141. ###############################
  142.  
  143.  
  144.  
  145. ###############################
  146. # Delay in ticks before drops spawn after breaking a lucky block #
  147. Delay: 0
  148. ###############################
  149.  
  150.  
  151.  
  152. ###############################
  153. # Properties
  154. Properties:
  155. - CAN_BE_PUSHED
  156. - CAN_BE_THROWN
  157.  
  158. # ItemProperties:
  159. # - CUSTOM_PERCENT_COLORS
  160. # PercentColors:
  161. # - '0=gold'
  162. # - '1:49=yellow'
  163. # - '50:I=green'
  164. # - 'I:-1=red'
  165. ###############################
  166.  
  167.  
  168.  
  169. ###############################
  170. # Whether it can be crafted
  171. Craftable: true
  172.  
  173. # Crafting Recipes
  174. # Available options: Amount,Luck,Drop
  175. Recipes:
  176. Recipe1:
  177. Amount: 1
  178. Luck: 0
  179. Shape:
  180. - XXX
  181. - XVX
  182. - XXX
  183. Ingredients:
  184. - X BEDROCK
  185. - V DROPPER
  186. Recipe2:
  187. Amount: 1
  188. Luck: 100
  189. Shape:
  190. - XXX
  191. - XVX
  192. - XXX
  193. Ingredients:
  194. - X BEDROCK
  195. - V DROPPER
  196. ###############################
  197.  
  198.  
  199.  
  200. ###############################
  201. # Allowed worlds for this type
  202. Worlds:
  203. - 'w_loot'
  204. ###############################
  205.  
  206.  
  207.  
  208. ###############################
  209. # Spawn naturally in worlds
  210. # LBGeneration option in the config file must be enabled
  211. GenerateNaturally: true
  212. # Spawn Rate = x / 1000
  213. SpawnRate: 3
  214. SpawnWorlds:
  215. - 'w_loot'
  216. # Random number between -100 and 100
  217. GenerateWithLuck: '-100,100'
  218. # remove the "#" symbols below if you want to make this lucky block type spawn in certain biomes
  219. # Available biomes can be found here: https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/block/Biome.html
  220. # SpawnBiomes:
  221. # - PLAINS
  222. ###############################
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement