Facebook
From Gruff Mosquito, 6 Years ago, written in Plain Text.
Embed
Download Paste or View Raw
Hits: 223
  1. Bosses:
  2.   SKELETON:                           # The key used in AutoSpawns and /giveegg command.
  3.     Item:                                           # Customization towards the spawn item.
  4.       type: '383:51'                                # The itemstack type for the spawn item.
  5.       name: '&c&lJajko spawnujace boss nr.1'      # The name on the spawn item.
  6.       lore:                                         # The lore on the spawn item.
  7.       - '&7Kliknij prawym przyciskiem aby'
  8.       - '&7zrespic bossa w tym miejscu.'
  9.     Boss:                                                 # Customization towards the boss itself.
  10.       type: SKELETON                                      # The entity type of the boss? All types are here: https://goo.gl/dzwI5Q
  11.       name: '&c&l&nKrol Popek'                         # The display name above the boss.
  12.       health: 100                                          # The bosses custom health amount.
  13.       Armor:                                  # Customization towards the Armor on the boss.
  14.         enabled: true                         # Give the boss armor? true? false?
  15.         type: DIAMOND                           # The type of armour.
  16.         enchants:                             # The enchants to put on the armour.
  17.         - PROTECTION_ENVIRONMENTAL:4
  18.         - DURABILITY:3
  19.       Weapon:                         # Customization towards the weapon.
  20.         enabled: true                 # Give the boss a custom boss? true? false?
  21.         type: DIAMOND_SWORD           # The type for the weapon.
  22.         enchants:                     # The enchants to put on the weapon.
  23.         - KNOCKBACK:3
  24.         - DURABILITY:3
  25.         - DAMAGE_ALL:5
  26.              Skills:                                             # ConfigurationSection for skills.
  27.         overallChance: 30.0                               # Overall chance to spawn a skill.
  28.         message: '&6&l{boss} &7used &e{skill}'            # The message to use when a skill is procced.
  29.         skills:                                           # A list of all custom skills. If you do {number out of 100}:{skill} it will have an individual chance to do that skill.
  30.         - 30:KNOCKBACK1
  31.         - 40:CAGE1
  32.         - 70:CAGE2
  33.       Potions:                          # Which potions to apply to the boss.
  34.         '1':
  35.           type: DAMAGE_RESISTANCE
  36.           level: 3
  37.           duration: -1
  38.     Drops:
  39.       NaturalDrops: false                                     # Drop Natural Drops or CustomDrops.
  40.  
  41.       DropTable:                                              # This is the new entry for the bosses, which is where all the custom drop tables will be added.
  42.         enabled: true                                         # Whether or not to use the custom drop tables or to use the old method.
  43.         table: SkeletonTable1                                 # If enabled, which table to use.
  44.  
  45.       RandomCustomDrop: false                                 # Choose RandomCustomDrop(s)? (ONLY USED IF DROPTABLE IS NOT ENABLED!!!)
  46.       MaxCustomDrops: 5                                       # Maximum amount of CustomDrops (ONLY USED IF DROPTABLE IS NOT ENABLED!!!)
  47.       customdrops:                                            # The list of CustomDrops. (ONLY USED IF DROPTABLE IS NOT ENABLED!!!)
  48.       - Chance:60 Item:Item1
  49.       - Chance:40 Item:Item2
  50.     Messages:
  51.       onSpawn:
  52.       - '&4'
  53.       - '&a&lA &6&l{boss} &a&lhas been spawned in the warzone!'
  54.       - '&4'
  55.       onDeath:
  56.       - '&4'
  57.       - '&8&m---------&8&l[ &a&l{boss}&r &a&lKilled &8&l]&r&8&m---------'
  58.       - '&aKillers: &r{format}'
  59.       onDeathFormat: '   &6&l{position} &e{player} &7(&b{%}%&7) /n'
  60.  
  61.   ZOMBIE:
  62.     Item:
  63.       type: '383:54'
  64.       name: '&6&lZombie King Boss Spawn Egg'
  65.       lore:
  66.       - '&7Right click a block to spawn'
  67.       - '&7the boss as that location.'
  68.     Boss:
  69.       type: ZOMBIE
  70.       name: '&6&l&nZombie King Boss'
  71.       health: 100
  72.       Armor:
  73.         enabled: true
  74.         type: DIAMOND
  75.         enchants:
  76.         - PROTECTION_ENVIRONMENTAL:4
  77.         - DURABILITY:3
  78.       Weapon:
  79.         enabled: true
  80.         type: DIAMOND_AXE
  81.         enchants:
  82.         - KNOCKBACK:3
  83.         - DURABILITY:3
  84.       Skills:
  85.         overallChance: 30.0
  86.         message: '&6&l{boss} &7used &e{skill}'
  87.         skills:
  88.         - '50:KNOCKBACK2'
  89.         - '40:DISARM1'
  90.         - '70:MINIONS1'
  91.       Potions:
  92.         '1':
  93.           type: DAMAGE_RESISTANCE
  94.           level: 3
  95.           duration: -1
  96.     Drops:
  97.       NaturalDrops: false
  98.       DropTable:
  99.         enabled: true
  100.         table: ZombieTable1
  101.     Messages:
  102.       onSpawn:
  103.       - '&4'
  104.       - '&a&lA &6&l{boss} &a&lhas been spawned in the warzone!'
  105.       - '&4'
  106.       onDeath:
  107.       - '&4'
  108.       - '&8&m---------&8&l[ &a&l{boss}&r &a&lKilled &8&l]&r&8&m---------'
  109.       - '&aKillers: &r{format}'
  110.       onDeathFormat: '   &6&l{position} &e{player} &7(&b{%}%&7) /n'
  111.  
  112.   GIANT:
  113.     Item:
  114.       type: '383:54'
  115.       name: '&6&lGiant Boss Spawn Egg'
  116.       lore:
  117.       - '&7Right click a block to spawn'
  118.       - '&7the boss as that location.'
  119.     Boss:
  120.       type: GIANT
  121.       name: '&6&l&nGiant King Boss'
  122.       health: 500
  123.       Armor:
  124.         enabled: false
  125.         type: DIAMOND
  126.         enchants:
  127.         - PROTECTION_ENVIRONMENTAL:20
  128.         - DURABILITY:20
  129.       Weapon:
  130.         enabled: true
  131.         type: DIAMOND_AXE
  132.         enchants:
  133.         - KNOCKBACK:3
  134.         - DURABILITY:3
  135.       Skills:
  136.         overallChance: 15.0
  137.         message: '&6&l{boss} &7used &e{skill}'
  138.         skills:
  139.         - '70:WARP1'
  140.         - '70:EXPLOSION1'
  141.         - '70:MINIONS2'
  142.       Potions:
  143.         '1':
  144.           type: DAMAGE_RESISTANCE
  145.           level: 4
  146.           duration: -1
  147.     Drops:
  148.       NaturalDrops: false
  149.       DropTable:
  150.         enabled: true
  151.         table: GiantTable1
  152.     Messages:
  153.       onSpawn:
  154.       - '&4'
  155.       - '&a&lA &6&l{boss} &a&lhas been spawned in the warzone!'
  156.       - '&4'
  157.       onDeath:
  158.       - '&4'
  159.       - '&8&m---------&8&l[ &a&l{boss}&r &a&lKilled &8&l]&r&8&m---------'
  160.       - '&4'
  161.       - '&r{format}'
  162.       onDeathFormat: '   &6&l{position} &e{player} &7(&b{%}%&7) /n'
  163.