Advertisement
norskaaa

DeluxeWithdraw / LifestealCore Item

May 22nd, 2022
2,332
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 1.24 KB | None | 0 0
  1.   lifestealcore_default:
  2.       item:
  3.         # Placeholders: {0} = amount, {1} = creator, {2} = date created, {3} = tax
  4.          name: '&cHeart Satchel'
  5.          lore:
  6.         - ''
  7.          - '&7Use this satchel to gain hearts!'
  8.          - ''
  9.          - '&e[] &fInformation:'
  10.          - ' &f• &7Value: &a{0}'
  11.          - ' &f• &7Created by: &e{1}, on {2}'
  12.          - ''
  13.          - ' &c• &7Tax: &c{3}%'
  14.          - ''
  15.          - '&8[Right-Click to use]'
  16.          # Note: To use custom skulls use "CUSTOM_SKULL-<URL>". 1.14.4+ ONLY.
  17.          # Note: You can find custom skull URLs at https://minecraft-heads.com/custom-heads
  18.          material: 'CUSTOM_SKULL-24e1fd99968899b34eac71fe6aff7e53da281f0b0f47f0a82df5f76ef79d2570'
  19.          materialData: 0
  20.          # Note: Custom Model Data 1.14.4+ ONLY.
  21.          customModelData: 0
  22.          glow: true
  23.          itemFlags:
  24.         - 'HIDE_ATTRIBUTES'
  25.          - 'HIDE_ENCHANTS'
  26.          - 'HIDE_PLACED_ON'
  27.          # Note: How the item shows up in give commands, etc.
  28.          typeName: '&7&nDefault - LifestealCore'
  29.       settings:
  30.          tax: 0
  31.          # Note: Requires the EXP Addon in order to work -> https://norska.dev/r/spigot/dw-addon-exp/
  32.          provider: "LIFESTEALCORE"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement