Advertisement
Guest User

Untitled

a guest
Jul 7th, 2018
620
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 2.12 KB | None | 0 0
  1. # /givetnt - Give players TNT; "cosmictnt.give"
  2.  
  3. tnts:
  4.   GiganticTnt:
  5.    # Number of TNT per additional explosion
  6.     tnt: 1
  7.     item:
  8.       name: "&bGigantic TNT"
  9.       lore:
  10.        - '&b&oExplodes in a much larger radius.'
  11.         - ''
  12.         - '&7Spawns a 2 extra explosions at'
  13.         - '&7y+3 and y-3 of TNT, and another'
  14.         - '&72 explosions at either x+3, z+3 or'
  15.         - '&7x-3 and z-3.'
  16.       glow: false
  17.   HexTnt:
  18.    # How long are blocks affected (seconds)
  19.     time: 30
  20.     item:
  21.       name: "&dHex TNT"
  22.       lore:
  23.         - '&d&oWeakens block durability.'
  24.         - ''
  25.         - '&7All blocks within the explosion'
  26.         - '&7radius take 2x damage for'
  27.         - '&730s after the initial explosion.'
  28.       glow: false
  29.   LethalTnt:
  30.    # How many TNT explosions are created
  31.     tnts: 4
  32.     item:
  33.       name: "&4Lethal TNT"
  34.       lore:
  35.        - '&4&oA more dense, dangerous explosion.'
  36.         - ''
  37.         - '&7Creates a 4x extra TNT explosions at'
  38.         - '&7same location as the original.'
  39.       glow: false
  40.   LuckyTnt:
  41.    # How much drop chance should be increased (in percentage, 200% = x2)
  42.     # The default chance is set in SilkSpawners configuration file
  43.     drop-chance: 200
  44.     item:
  45.       name: "&eLucky TNT"
  46.       lore:
  47.         - '&e&oIncreases chances of spawner drops.'
  48.         - ''
  49.         - '&7200% the normal chance of a'
  50.         - '&7spawner dropping from explosion'
  51.       glow: false
  52.   MimicTnt:
  53.    # How many times should explosion repeat
  54.     how-many: 3
  55.     # How often should explosion repeat (in seconds)
  56.     timer: 5
  57.     item:
  58.       name: "&aMimic TNT"
  59.       lore:
  60.         - '&a&oRepeats the same explosion many times.'
  61.         - ''
  62.         - '&7Spawns a TNT explosion at'
  63.         - '&7same location every 5s'
  64.         - '&7for 15s total, or 3 explosions.'
  65.       glow: false
  66.   TacticalTnt:
  67.     item:
  68.       name: "&9Tactical TNT"
  69.       lore:
  70.         - '&9&oExplosion only affects mob spawners.'
  71.         - ''
  72.         - '&7No blocks will be affected by'
  73.         - '&7this explosion except for'
  74.         - '&7Monster Spawners.'
  75.       glow: false
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement