Advertisement
norskaaa

DeluxeWithdraw / Vault Item

May 21st, 2022
1,388
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 1.19 KB | None | 0 0
  1. money_default:
  2.       item:
  3.         # Placeholders: {0} = amount, {1} = creator, {2} = date created, {3} = tax
  4.          name: '&eMoney Satchel'
  5.          lore:
  6.         - ''
  7.          - '&7Use this satchel to gain money!'
  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-396ce13ff6155fdf3235d8d22174c5de4bf5512f1adeda1afa3fc28180f3f7'
  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 - Money'
  29.       settings:
  30.          tax: 5.0
  31.          # Note: Do not change the provider if you don't know what you're doing.
  32.          provider: "VAULT"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement