Advertisement
norskaaa

Bolt / Default Items

Jan 8th, 2022
1,368
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 12.99 KB | None | 0 0
  1. #########################################################################################
  2. #                                                                                       #
  3. # Bolt, a premium resource by Norska @ https://norska.dev                               #
  4. #                                                                                       #
  5. # Wiki: https://norska.dev/docs/welcome                                                 #
  6. # Support: https://norska.dev/discord/                                                  #
  7. #                                                                                       #
  8. # You are editing the items.yml file of Bolt.                                           #
  9. #                                                                                       #
  10. #########################################################################################
  11.  
  12. #########################################################################################
  13. #                                                                                       #
  14. # NOTE: PLEASE READ BEFORE CONFIGURING!                                                 #
  15. #                                                                                       #
  16. # Please consult the wiki for any questions regarding the setup of this plugin, if you  #
  17. # still require help, open a ticket on my discord server!                               #
  18. #                                                                                       #
  19. #########################################################################################
  20.  
  21. # Note: Custom Model Data is ONLY 1.14+, if you have a custom texture and want to use it simply match the material and the custom model data to the one in your resource pack. SET TO 0 TO DISABLE.  
  22.  
  23. # [WANDS] Placeholders for names and lores:
  24. # {0} = uses
  25.  
  26. items:
  27.    wands:
  28.       default:
  29.          settings:
  30.            # Note: How the item shows up in give commands, etc.
  31.             typeName: 'Lightning Wand Tier I'
  32.          item:
  33.            # Note: To use custom skulls use 'CUSTOM_SKULL-<URL>' WON'T WORK ON 1.8.X.
  34.             # Note: You can find custom skull URLs at https://minecraft-heads.com/custom-heads
  35.             material: 'STICK'
  36.             materialData: 0
  37.             customModelData: 0
  38.             name: '<GRADIENT:8397FF>Lightning Wand</GRADIENT:F1FF4B> &8┃ &6&nTier I'
  39.             lore:
  40.            - '&e&l+ &7Use this wand on creepers!'
  41.             - ''
  42.             - '&eUses:'
  43.             - '&6┃ &f{0} uses left on the wand!'
  44.             - ''
  45.             - '&eAbilities:'
  46.             - '&7┃ &fRight-Click &7⇨ &c(20 sec. Cooldown)'
  47.             - '&e┃ &fCharge the creeper up!'
  48.             - ''
  49.             - '&7┃ &fLeft-Click &7⇨ &c(120 sec. Cooldown)'
  50.             - '&e┃ &fKnock the creeper back!'
  51.             - '&e┃ &fAuto-Blow the creeper (3 sec. to blow)!'
  52.             - ''
  53.             - '&eTraits:'
  54.             - '&6┃ &fKnockback Power: 1'
  55.             - '&6┃ &fAuto-Blow Power: 2'
  56.             itemFlags:
  57.            - 'HIDE_ATTRIBUTES'
  58.             - 'HIDE_ENCHANTS'
  59.             - 'HIDE_PLACED_ON'
  60.             glow: true
  61.          abilities:
  62.             leftClick:
  63.                cooldown: 120
  64.                # Note: Whether or not the creeper gets charged.
  65.                charge:
  66.                   enabled: true
  67.                   lightningEffect: true
  68.                # Note: Whether or not the creeper gets knocked back.
  69.                knockback:
  70.                   enabled: true
  71.                   power: 1
  72.                # Note: Whether or not the creeper will blow up after x seconds.
  73.                autoblow:
  74.                   enabled: true
  75.                   timeToBlow: 3
  76.                   # Placeholders: {0} = interval to explode
  77.                   entityName: '&c⚠ &eBlowing up in &4{0}s&e!'
  78.                   explosionPower: 8
  79.             rightClick:
  80.                cooldown: 20
  81.                # Note: Whether or not the creeper gets charged.
  82.                charge:
  83.                   enabled: true
  84.                   lightningEffect: true
  85.                # Note: Whether or not the creeper gets knocked back.
  86.                knockback:
  87.                   enabled: false
  88.                   power: 1
  89.                # Note: Whether or not the creeper will blow up after x seconds.
  90.                autoblow:
  91.                   enabled: false
  92.                   timeToBlow: 3
  93.                   # Placeholders: {0} = interval to explode
  94.                   entityName: '&c⚠ &eBlowing up in &4{0}s&e!'
  95.                   explosionPower: 2
  96.                  
  97.    ###############################
  98.                  
  99.       tier2:
  100.          settings:
  101.            # Note: How the item shows up in give commands, etc.
  102.             typeName: 'Lightning Wand Tier II'
  103.          item:
  104.            # Note: To use custom skulls use 'CUSTOM_SKULL-<URL>' WON'T WORK ON 1.8.X.
  105.             # Note: You can find custom skull URLs at https://minecraft-heads.com/custom-heads
  106.             material: 'STICK'
  107.             materialData: 0
  108.             customModelData: 0
  109.             name: '<GRADIENT:8397FF>Lightning Wand</GRADIENT:F1FF4B> &8┃ &6&nTier II'
  110.             lore:
  111.            - '&e&l+ &7Use this wand on creepers!'
  112.             - ''
  113.             - '&eUses:'
  114.             - '&6┃ &f{0} uses left on the wand!'
  115.             - ''
  116.             - '&eAbilities:'
  117.             - '&7┃ &fRight-Click &7⇨ &c(20 sec. Cooldown)'
  118.             - '&e┃ &fCharge the creeper up!'
  119.             - ''
  120.             - '&7┃ &fLeft-Click &7⇨ &c(120 sec. Cooldown)'
  121.             - '&e┃ &fKnock the creeper back!'
  122.             - '&e┃ &fAuto-Blow the creeper (3 sec. to blow)!'
  123.             - ''
  124.             - '&eTraits:'
  125.             - '&6┃ &fKnockback Power: 2'
  126.             - '&6┃ &fAuto-Blow Power: 3'
  127.             itemFlags:
  128.            - 'HIDE_ATTRIBUTES'
  129.             - 'HIDE_ENCHANTS'
  130.             - 'HIDE_PLACED_ON'
  131.             glow: true
  132.          abilities:
  133.             leftClick:
  134.                cooldown: 120
  135.                # Note: Whether or not the creeper gets charged.
  136.                charge:
  137.                   enabled: true
  138.                   lightningEffect: true
  139.                # Note: Whether or not the creeper gets knocked back.
  140.                knockback:
  141.                   enabled: true
  142.                   power: 2
  143.                # Note: Whether or not the creeper will blow up after x seconds.
  144.                autoblow:
  145.                   enabled: true
  146.                   timeToBlow: 3
  147.                   # Placeholders: {0} = interval to explode
  148.                   entityName: '&c⚠ &eBlowing up in &4{0}s&e!'
  149.                   explosionPower: 3
  150.             rightClick:
  151.                cooldown: 20
  152.                # Note: Whether or not the creeper gets charged.
  153.                charge:
  154.                   enabled: true
  155.                   lightningEffect: true
  156.                # Note: Whether or not the creeper gets knocked back.
  157.                knockback:
  158.                   enabled: false
  159.                   power: 1
  160.                # Note: Whether or not the creeper will blow up after x seconds.
  161.                autoblow:
  162.                   enabled: false
  163.                   timeToBlow: 3
  164.                   # Placeholders: {0} = interval to explode
  165.                   entityName: '&c⚠ &eBlowing up in &4{0}s&e!'
  166.                   explosionPower: 2
  167.                  
  168.    ###############################
  169.                  
  170.       tier3:
  171.          settings:
  172.            # Note: How the item shows up in give commands, etc.
  173.             typeName: 'Lightning Wand Tier III'
  174.          item:
  175.            # Note: To use custom skulls use 'CUSTOM_SKULL-<URL>' WON'T WORK ON 1.8.X.
  176.             # Note: You can find custom skull URLs at https://minecraft-heads.com/custom-heads
  177.             material: 'STICK'
  178.             materialData: 0
  179.             customModelData: 0
  180.             name: '<GRADIENT:8397FF>Lightning Wand</GRADIENT:F1FF4B> &8┃ &6&nTier III'
  181.             lore:
  182.            - '&e&l+ &7Use this wand on creepers!'
  183.             - ''
  184.             - '&eUses:'
  185.             - '&6┃ &f{0} uses left on the wand!'
  186.             - ''
  187.             - '&eAbilities:'
  188.             - '&7┃ &fRight-Click &7⇨ &c(20 sec. Cooldown)'
  189.             - '&e┃ &fCharge the creeper up!'
  190.             - ''
  191.             - '&7┃ &fLeft-Click &7⇨ &c(120 sec. Cooldown)'
  192.             - '&e┃ &fKnock the creeper back!'
  193.             - '&e┃ &fAuto-Blow the creeper (3 sec. to blow)!'
  194.             - ''
  195.             - '&eTraits:'
  196.             - '&6┃ &fKnockback Power: 3'
  197.             - '&6┃ &fAuto-Blow Power: 4'
  198.             itemFlags:
  199.            - 'HIDE_ATTRIBUTES'
  200.             - 'HIDE_ENCHANTS'
  201.             - 'HIDE_PLACED_ON'
  202.             glow: true
  203.          abilities:
  204.             leftClick:
  205.                cooldown: 120
  206.                # Note: Whether or not the creeper gets charged.
  207.                charge:
  208.                   enabled: true
  209.                   lightningEffect: true
  210.                # Note: Whether or not the creeper gets knocked back.
  211.                knockback:
  212.                   enabled: true
  213.                   power: 3
  214.                # Note: Whether or not the creeper will blow up after x seconds.
  215.                autoblow:
  216.                   enabled: true
  217.                   timeToBlow: 3
  218.                   # Placeholders: {0} = interval to explode
  219.                   entityName: '&c⚠ &eBlowing up in &4{0}s&e!'
  220.                   explosionPower: 4
  221.             rightClick:
  222.                cooldown: 20
  223.                # Note: Whether or not the creeper gets charged.
  224.                charge:
  225.                   enabled: true
  226.                   lightningEffect: true
  227.                # Note: Whether or not the creeper gets knocked back.
  228.                knockback:
  229.                   enabled: false
  230.                   power: 1
  231.                # Note: Whether or not the creeper will blow up after x seconds.
  232.                autoblow:
  233.                   enabled: false
  234.                   timeToBlow: 3
  235.                   # Placeholders: {0} = interval to explode
  236.                   entityName: '&c⚠ &eBlowing up in &4{0}s&e!'
  237.                   explosionPower: 2
  238.                  
  239.    ###############################
  240.                  
  241.       eye_of_zeus:
  242.          settings:
  243.            # Note: How the item shows up in give commands, etc.
  244.             typeName: 'Eye of Zeus'
  245.          item:
  246.            # Note: To use custom skulls use 'CUSTOM_SKULL-<URL>' WON'T WORK ON 1.8.X.
  247.             # Note: You can find custom skull URLs at https://minecraft-heads.com/custom-heads
  248.             material: 'CUSTOM_SKULL-48d5fba7bc8bdde894750173ea317944b9a39b7c8d542b6142520bd52621'
  249.             materialData: 0
  250.             customModelData: 0
  251.             name: '<GRADIENT:5B58FF>Eye of Zeus</GRADIENT:FFD027>'
  252.             lore:
  253.            - '&e&l+ &7Use this item on creepers!'
  254.             - ''
  255.             - '&eUses:'
  256.             - '&6┃ &f{0} uses left on the item!'
  257.             - ''
  258.             - '&eAbilities:'
  259.             - '&7┃ &fRight-Click &7⇨ &c(20 sec. Cooldown)'
  260.             - '&e┃ &fCharge the creeper up!'
  261.             - ''
  262.             - '&7┃ &fLeft-Click &7⇨ &c(120 sec. Cooldown)'
  263.             - '&e┃ &fKnock the creeper back!'
  264.             - '&e┃ &fAuto-Blow the creeper (3 sec. to blow)!'
  265.             - ''
  266.             - '&eTraits:'
  267.             - '&6┃ &fKnockback Power: &l5'
  268.             - '&6┃ &fAuto-Blow Power: &l5'
  269.             itemFlags:
  270.            - 'HIDE_ATTRIBUTES'
  271.             - 'HIDE_ENCHANTS'
  272.             - 'HIDE_PLACED_ON'
  273.             glow: true
  274.          abilities:
  275.             leftClick:
  276.                cooldown: 120
  277.                # Note: Whether or not the creeper gets charged.
  278.                charge:
  279.                   enabled: true
  280.                   lightningEffect: true
  281.                # Note: Whether or not the creeper gets knocked back.
  282.                knockback:
  283.                   enabled: true
  284.                   power: 5
  285.                # Note: Whether or not the creeper will blow up after x seconds.
  286.                autoblow:
  287.                   enabled: true
  288.                   timeToBlow: 3
  289.                   # Placeholders: {0} = interval to explode
  290.                   entityName: '&c⚠ &eBlowing up in &4{0}s&e!'
  291.                   explosionPower: 5
  292.             rightClick:
  293.                cooldown: 20
  294.                # Note: Whether or not the creeper gets charged.
  295.                charge:
  296.                   enabled: true
  297.                   lightningEffect: true
  298.                # Note: Whether or not the creeper gets knocked back.
  299.                knockback:
  300.                   enabled: false
  301.                   power: 1
  302.                # Note: Whether or not the creeper will blow up after x seconds.
  303.                autoblow:
  304.                   enabled: false
  305.                   timeToBlow: 3
  306.                   # Placeholders: {0} = interval to explode
  307.                   entityName: '&c⚠ &eBlowing up in &4{0}s&e!'
  308.                   explosionPower: 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement