Advertisement
norskaaa

DeluxeWithdraw / Default Items

Jan 12th, 2022 (edited)
1,943
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 9.29 KB | None | 0 0
  1. #########################################################################################
  2. #                                                                                       #
  3. # DeluxeWithdraw, 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 DeluxeWithdraw.                                 #
  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. items:
  22.    money_default:
  23.       item:
  24.         # Placeholders: {0} = amount, {1} = creator, {2} = date created, {3} = tax
  25.          name: '&eMoney Satchel'
  26.          lore:
  27.         - ''
  28.          - '&7Use this satchel to gain money!'
  29.          - ''
  30.          - '&e[] &fInformation:'
  31.          - ' &f• &7Value: &a${0}'
  32.          - ' &f• &7Created by: &e{1}, on {2}'
  33.          - ''
  34.          - ' &c• &7Tax: &c{3}%'
  35.          - ''
  36.          - '&8[Right-Click to use]'
  37.          # Note: To use custom skulls use "CUSTOM_SKULL-<URL>". 1.14.4+ ONLY.
  38.          # Note: You can find custom skull URLs at https://minecraft-heads.com/custom-heads
  39.          material: 'CUSTOM_SKULL-396ce13ff6155fdf3235d8d22174c5de4bf5512f1adeda1afa3fc28180f3f7'
  40.          materialData: 0
  41.          # Note: Custom Model Data 1.14.4+ ONLY.
  42.          customModelData: 0
  43.          glow: true
  44.          itemFlags:
  45.         - 'HIDE_ATTRIBUTES'
  46.          - 'HIDE_ENCHANTS'
  47.          - 'HIDE_PLACED_ON'
  48.          # Note: How the item shows up in give commands, etc.
  49.          typeName: '&7&nDefault - Money'
  50.       settings:
  51.          tax: 5.0
  52.          # Note: Do not change the provider if you don't know what you're doing.
  53.          provider: "VAULT"
  54.          
  55.    ###############################            
  56.  
  57.    money_common:
  58.       item:
  59.         # Placeholders: {0} = amount, {1} = creator, {2} = date created, {3} = tax
  60.          name: '&eMoney Satchel&r &8┃ &a&nCommon Tier'
  61.          lore:
  62.         - ''
  63.          - '&7Use this satchel to gain money!'
  64.          - ''
  65.          - '&e[] &fInformation:'
  66.          - ' &f• &7Value: &a${0}'
  67.          - ' &f• &7Created by: &e{1}, on {2}'
  68.          - ''
  69.          - ' &c• &7Tax: &c{3}%'
  70.          - ''
  71.          - '&8[Right-Click to use]'
  72.          # Note: To use custom skulls use "CUSTOM_SKULL-<URL>". 1.14.4+ ONLY.
  73.          # Note: You can find custom skull URLs at https://minecraft-heads.com/custom-heads
  74.          material: 'CUSTOM_SKULL-396ce13ff6155fdf3235d8d22174c5de4bf5512f1adeda1afa3fc28180f3f7'
  75.          materialData: 0
  76.          # Note: Custom Model Data 1.14.4+ ONLY.
  77.          customModelData: 0
  78.          glow: true
  79.          itemFlags:
  80.         - 'HIDE_ATTRIBUTES'
  81.          - 'HIDE_ENCHANTS'
  82.          - 'HIDE_PLACED_ON'
  83.          # Note: How the item shows up in give commands, etc.
  84.          typeName: '&a&nCommon Tier - Money'
  85.       settings:
  86.          tax: 5.0
  87.          # Note: Do not change the provider if you don't know what you're doing.
  88.          provider: "VAULT"
  89.          
  90.    ###############################  
  91.    
  92.    money_uncommon:
  93.       item:
  94.         # Placeholders: {0} = amount, {1} = creator, {2} = date created, {3} = tax
  95.          name: '&eMoney Satchel&r &8┃ &e&nUncommon Tier'
  96.          lore:
  97.         - ''
  98.          - '&7Use this satchel to gain money!'
  99.          - ''
  100.          - '&e[] &fInformation:'
  101.          - ' &f• &7Value: &a${0}'
  102.          - ' &f• &7Created by: &e{1}, on {2}'
  103.          - ''
  104.          - ' &c• &7Tax: &c{3}%'
  105.          - ''
  106.          - '&8[Right-Click to use]'
  107.          # Note: To use custom skulls use "CUSTOM_SKULL-<URL>". 1.14.4+ ONLY.
  108.          # Note: You can find custom skull URLs at https://minecraft-heads.com/custom-heads
  109.          material: 'CUSTOM_SKULL-396ce13ff6155fdf3235d8d22174c5de4bf5512f1adeda1afa3fc28180f3f7'
  110.          materialData: 0
  111.          # Note: Custom Model Data 1.14.4+ ONLY.
  112.          customModelData: 0
  113.          glow: true
  114.          itemFlags:
  115.         - 'HIDE_ATTRIBUTES'
  116.          - 'HIDE_ENCHANTS'
  117.          - 'HIDE_PLACED_ON'
  118.          # Note: How the item shows up in give commands, etc.
  119.          typeName: '&e&nUncommon Tier - Money'
  120.       settings:
  121.          tax: 5.0
  122.          # Note: Do not change the provider if you don't know what you're doing.
  123.          provider: "VAULT"          
  124.  
  125.    ###############################
  126.          
  127.    exp_default:
  128.       item:
  129.         # Placeholders: {0} = amount, {1} = creator, {2} = date created, {3} = tax
  130.          name: '&eExperience Satchel'
  131.          lore:
  132.         - ''
  133.          - '&7Use this satchel to gain experience!'
  134.          - ''
  135.          - '&e[] &fInformation:'
  136.          - ' &f• &7Value: &a{0} exp.'
  137.          - ' &f• &7Created by: &e{1}, on {2}'
  138.          - ''
  139.          - ' &c• &7Tax: &c{3}%'
  140.          - ''
  141.          - '&8[Right-Click to use]'
  142.          # Note: To use custom skulls use "CUSTOM_SKULL-<URL>". 1.14.4+ ONLY.
  143.          # Note: You can find custom skull URLs at https://minecraft-heads.com/custom-heads
  144.          material: 'CUSTOM_SKULL-a9b906b2155f193787042338d05f840391c05a6d3e81623901b296bee3ffdd2'
  145.          materialData: 0
  146.          # Note: Custom Model Data 1.14.4+ ONLY.
  147.          customModelData: 0
  148.          glow: true
  149.          itemFlags:
  150.         - 'HIDE_ATTRIBUTES'
  151.          - 'HIDE_ENCHANTS'
  152.          - 'HIDE_PLACED_ON'
  153.          # Note: How the item shows up in give commands, etc.
  154.          typeName: '&7&nDefault - EXP'
  155.       settings:
  156.          tax: 0
  157.          # Note: Requires the EXP Addon in order to work -> https://norska.dev/r/spigot/dw-addon-exp/
  158.          provider: "EXP"
  159.          
  160.    ###############################            
  161.  
  162.    exp_common:
  163.       item:
  164.         # Placeholders: {0} = amount, {1} = creator, {2} = date created, {3} = tax
  165.          name: '&eExperience Satchel&r &8┃ &a&nCommon Tier'
  166.          lore:
  167.         - ''
  168.          - '&7Use this satchel to gain experience!'
  169.          - ''
  170.          - '&e[] &fInformation:'
  171.          - ' &f• &7Value: &a{0} exp.'
  172.          - ' &f• &7Created by: &e{1}, on {2}'
  173.          - ''
  174.          - ' &c• &7Tax: &c{3}%'
  175.          - ''
  176.          - '&8[Right-Click to use]'
  177.          # Note: To use custom skulls use "CUSTOM_SKULL-<URL>". 1.14.4+ ONLY.
  178.          # Note: You can find custom skull URLs at https://minecraft-heads.com/custom-heads
  179.          material: 'CUSTOM_SKULL-a9b906b2155f193787042338d05f840391c05a6d3e81623901b296bee3ffdd2'
  180.          materialData: 0
  181.          # Note: Custom Model Data 1.14.4+ ONLY.
  182.          customModelData: 0
  183.          glow: true
  184.          itemFlags:
  185.         - 'HIDE_ATTRIBUTES'
  186.          - 'HIDE_ENCHANTS'
  187.          - 'HIDE_PLACED_ON'
  188.          # Note: How the item shows up in give commands, etc.
  189.          typeName: '&a&nCommon Tier - EXP'
  190.       settings:
  191.          tax: 0
  192.          # Note: Requires the EXP Addon in order to work -> https://norska.dev/r/spigot/dw-addon-exp/
  193.          provider: "EXP"
  194.          
  195.    ###############################  
  196.    
  197.    exp_uncommon:
  198.       item:
  199.         # Placeholders: {0} = amount, {1} = creator, {2} = date created, {3} = tax
  200.          name: '&eExperience Satchel&r &8┃ &e&nUncommon Tier'
  201.          lore:
  202.         - ''
  203.          - '&7Use this satchel to gain experience!'
  204.          - ''
  205.          - '&e[] &fInformation:'
  206.          - ' &f• &7Value: &a{0} exp.'
  207.          - ' &f• &7Created by: &e{1}, on {2}'
  208.          - ''
  209.          - ' &c• &7Tax: &c{3}%'
  210.          - ''
  211.          - '&8[Right-Click to use]'
  212.          # Note: To use custom skulls use "CUSTOM_SKULL-<URL>". 1.14.4+ ONLY.
  213.          # Note: You can find custom skull URLs at https://minecraft-heads.com/custom-heads
  214.          material: 'CUSTOM_SKULL-a9b906b2155f193787042338d05f840391c05a6d3e81623901b296bee3ffdd2'
  215.          materialData: 0
  216.          # Note: Custom Model Data 1.14.4+ ONLY.
  217.          customModelData: 0
  218.          glow: true
  219.          itemFlags:
  220.         - 'HIDE_ATTRIBUTES'
  221.          - 'HIDE_ENCHANTS'
  222.          - 'HIDE_PLACED_ON'
  223.          # Note: How the item shows up in give commands, etc.
  224.          typeName: '&e&nUncommon Tier - EXP'    
  225.       settings:
  226.          tax: 0
  227.          # Note: Requires the EXP Addon in order to work -> https://norska.dev/r/spigot/dw-addon-exp/
  228.          provider: "EXP"            
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement