Advertisement
Guest User

Untitled

a guest
Nov 18th, 2017
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 4.04 KB | None | 0 0
  1. #BlockRegen 2.0
  2. #
  3. #Developer: Aurorion
  4. #Version: 2.0
  5.  
  6. Blocks:
  7.     #The block that gets broken
  8.     DIAMOND_ORE:
  9.         #The block to replace it with, DIRT;2 being podzol
  10.         replace-block: DIRT;2
  11.         #The delay in which this block regens to its original state
  12.         #In seconds
  13.         regen-delay: 3
  14.         #If you installed Vault you can give players money. Set to 0 to disable
  15.         money: 100
  16.         #The amount of durability that is taken from the item used to break the block.
  17.         #Set this to 0 to ignore the function
  18.         tool-damage: 100
  19.         #Give drops, exp and amount as it would be in vanilla
  20.         #Set this to false to use the other options
  21.         natural-break: false
  22.         #If natural-break set to false then the drop-item section is used
  23.         drop-item:
  24.             #The material of the dropped item, STONE;3 being diorite
  25.             material: STONE;3
  26.             #The name that is given to the dropped item
  27.             name: "&6&l[&3BlockRegen&6&l]"
  28.             #The lores that are given to the dropped item
  29.             lores:
  30.             - "&fThese are some lores"
  31.             - "&cAnd &6they &eeven &asupport &dcolors!"
  32.             #drop-naturally to false sends it directly to the players inventory if there is place (drops it otherwise)
  33.             #Setting it to true drops it on the ground as it would in vanilla
  34.             drop-naturally: false
  35.             exp:
  36.                 #drop-naturally to false gives the player the amount of exp directly
  37.                 #Setting it to true drops it on the ground as it would in vanilla
  38.                 drop-naturally: true
  39.                 #The amount of exp it gives
  40.                 amount: 100
  41.             #How many should the player get?
  42.             #This generates a random number between, in this case, 0 and 5
  43.             amount:
  44.                 high: 5
  45.                 low: 0
  46.     SILVER_GLAZED_TERRACOTTA:
  47.         replace-block: BEDROCK
  48.         regen-delay: 3
  49.         money: 5
  50.         tool-damage: 100
  51.         natural-break: false
  52.         drop-item:
  53.             material: GOLDEN_APPLE;1
  54.             name: "&eNotch's snack"
  55.             lores:
  56.             - "&fWhat do you call a golden shovel"
  57.             - "&4A gold digger"
  58.             drop-naturally: false
  59.             exp:
  60.                 drop-naturally: false
  61.                 amount: 100
  62.             amount:
  63.                 high: 5
  64.                 low: 0
  65.     SILVER_GLAZED_TERRACOTTA;1:
  66.         replace-block: BEDROCK
  67.         regen-delay: 3
  68.         money: 5
  69.         tool-damage: 100
  70.         natural-break: false
  71.         drop-item:
  72.             material: GOLDEN_APPLE;1
  73.             name: "&eNotch's snack"
  74.             lores:
  75.             - "&fWhat do you call a golden shovel"
  76.             - "&4A gold digger"
  77.             drop-naturally: false
  78.             exp:
  79.                 drop-naturally: false
  80.                 amount: 100
  81.             amount:
  82.                 high: 5
  83.                 low: 0
  84.     SILVER_GLAZED_TERRACOTTA;2:
  85.         replace-block: BEDROCK
  86.         regen-delay: 3
  87.         money: 5
  88.         tool-damage: 100
  89.         natural-break: false
  90.         drop-item:
  91.             material: GOLDEN_APPLE;1
  92.             name: "&eNotch's snack"
  93.             lores:
  94.             - "&fWhat do you call a golden shovel"
  95.             - "&4A gold digger"
  96.             drop-naturally: false
  97.             exp:
  98.                 drop-naturally: false
  99.                 amount: 100
  100.             amount:
  101.                 high: 5
  102.                 low: 0
  103.     SILVER_GLAZED_TERRACOTTA;3:
  104.         replace-block: BEDROCK
  105.         regen-delay: 3
  106.         money: 5
  107.         tool-damage: 100
  108.         natural-break: false
  109.         drop-item:
  110.             material: GOLDEN_APPLE;1
  111.             name: "&eNotch's snack"
  112.             lores:
  113.             - "&fWhat do you call a golden shovel"
  114.             - "&4A gold digger"
  115.             drop-naturally: false
  116.             exp:
  117.                 drop-naturally: false
  118.                 amount: 100
  119.             amount:
  120.                 high: 5
  121.                 low: 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement