Advertisement
norskaaa

DeluxeWithdraw / GamePoints Item

Feb 16th, 2022
1,175
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 1.17 KB | None | 0 0
  1.   gamepoints_default:
  2.       item:
  3.         # Placeholders: {0} = amount, {1} = creator, {2} = date created, {3} = tax
  4.          name: '<GRADIENT:FF7222>GamePoints Satchel</GRADIENT:EB00FF>'
  5.          lore:
  6.         - ''
  7.          - '&7Use this satchel to gain game points!'
  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-15f1adb58db6e2e54a84739b2c79ddd4014b85f76511df41a9278d7151f6cdbf'
  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 - GamePoints'
  29.       settings:
  30.          tax: 0
  31.          provider: "GAMEPOINTS"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement