Advertisement
norskaaa

DeluxeSellwands / Default Enchantments

Feb 23rd, 2022
1,554
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 18.77 KB | None | 0 0
  1. #########################################################################################
  2. #                                                                                       #
  3. # DeluxeSellwands, 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 enchantments.yml file of DeluxeSellwands.                         #
  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. settings:
  22.    enabled: true
  23.    
  24.    tokens:
  25.      # Note: How the currency will display in various places.
  26.       name: "tokens"
  27.       # Note: Enchantments will only work when the total value sold is above the value defined below. This is to prevent farming by selling cheap/easily-accessible items.
  28.       enchantmentsWhenValueAbove: 10000
  29.       # Note: Commands for players to check their balance, etc.
  30.       playerCommands:
  31.           enabled: true
  32.           settings:
  33.             # Note: CHANGING COMMANDS REQUIRES A FULL SERVER RESTART.
  34.              commands:
  35.             - 'WANDTOKENS'
  36.              - 'WANDTOKEN'
  37.              # Note: Whether or not the balance command is enabled.
  38.              balanceCommand:
  39.                 enabled: true
  40.              # Note: Whether or not the send command is enabled.
  41.              sendCommand:
  42.                 enabled: true
  43.                 # Note: Whether or not to tax players when sending tokens (0.0 is disabled).
  44.                 tax: 0.0
  45.       # Note: Cost placeholder for when the enchantment is fully upgraded.
  46.       costWhenFullyUpgraded: "N/A (Fully Upgraded)"
  47.       # Note: Enchantment placeholder when there are no enchantments bought.
  48.       enchantmentsWhenNotEnchanted: "&7&oNot enchanted!"
  49.    
  50.    # Note: You can add as many levels/formats as you want.  
  51.    levelFormat:
  52.       0: "Not Purchased"
  53.       1: "I"
  54.       2: "II"
  55.       3: "III"
  56.       4: "IV"
  57.       5: "V"
  58.      
  59.    gui:
  60.      # Types: SHIFT-LEFTCLICK, SHIFT-RIGHTCLICK
  61.       openWith: "SHIFT-LEFTCLICK"
  62.       layout:
  63.      - '~~~~~~~~~'
  64.       - '~~12345~~'
  65.       - '~~~~~~~~~'
  66.       # Placeholders: {PREFIX}
  67.       title: "{PREFIX} &f» &0Enchants..."
  68.       # Note: Item types are all enchantments (in CAPS), and "FILLER".
  69.       items:
  70.          '~':
  71.             settings:
  72.                type: "FILLER"
  73.             # Placeholders: {1} = Current Level, {2} = Max Level, {3} = token cost, {4} = details
  74.             name: "&7"
  75.             lore: []
  76.             # Note: To use custom skulls use "CUSTOM_SKULL-<URL>". 1.14.4+ ONLY.
  77.             # Note: You can find custom skull URLs at https://minecraft-heads.com/custom-heads
  78.             material: "BLACK_STAINED_GLASS_PANE"
  79.             materialData: 0
  80.             customModelData: 0
  81.             glow: false
  82.             itemflags:
  83.            - 'HIDE_ATTRIBUTES'
  84.             - 'HIDE_ENCHANTS'
  85.             - 'HIDE_PLACED_ON'
  86.                  
  87.          '1':
  88.             settings:
  89.                type: "TOKENFINDER"
  90.             # Placeholders: {1} = Current Level, {2} = Max Level, {3} = token cost, {4} = details
  91.             name: "&7Token Greed Enchantment"
  92.             lore:
  93.            - ''
  94.             - '&eCurrent Level: &f{1}'
  95.             - ''
  96.             - '&cCost: &f{3}'
  97.             - ''
  98.             - '&aInformation:'
  99.             - ' &7• Chance to find tokens while'
  100.             - ' &7using sellwand to sell chests!'
  101.             - ''
  102.             - '{4}'
  103.             # Note: To use custom skulls use "CUSTOM_SKULL-<URL>". 1.14.4+ ONLY.
  104.             # Note: You can find custom skull URLs at https://minecraft-heads.com/custom-heads
  105.             material: "CUSTOM_SKULL-b0a7b94c4e581b699159d48846ec091392506237c89a97c93248a0d8abc916d5"
  106.             materialData: 0
  107.             customModelData: 0
  108.             glow: false
  109.             itemflags:
  110.            - 'HIDE_ATTRIBUTES'
  111.             - 'HIDE_ENCHANTS'
  112.             - 'HIDE_PLACED_ON'    
  113.            
  114.          '2':
  115.             settings:
  116.                type: "EXPFINDER"
  117.             # Placeholders: {1} = Current Level, {2} = Max Level, {3} = token cost, {4} = details
  118.             name: "&7EXP Greed Enchantment"
  119.             lore:
  120.            - ''
  121.             - '&eCurrent Level: &f{1}'
  122.             - ''
  123.             - '&cCost: &f{3}'
  124.             - ''
  125.             - '&aInformation:'
  126.             - ' &7• Chance to find experience while'
  127.             - ' &7using sellwand to sell chests!'
  128.             - ''
  129.             - '{4}'
  130.             # Note: To use custom skulls use "CUSTOM_SKULL-<URL>". 1.14.4+ ONLY.
  131.             # Note: You can find custom skull URLs at https://minecraft-heads.com/custom-heads
  132.             material: "CUSTOM_SKULL-399ad7a0431692994b6c412c7eafb9e0fc49975240b73a27d24ed797035fb894"
  133.             materialData: 0
  134.             customModelData: 0
  135.             glow: false
  136.             itemflags:
  137.            - 'HIDE_ATTRIBUTES'
  138.             - 'HIDE_ENCHANTS'
  139.             - 'HIDE_PLACED_ON'  
  140.            
  141.          '3':
  142.             settings:
  143.                type: "MOBCOINFINDER"
  144.             # Placeholders: {1} = Current Level, {2} = Max Level, {3} = token cost, {4} = details
  145.             name: "&7Mobcoin Finder Enchantment"
  146.             lore:
  147.            - ''
  148.             - '&eCurrent Level: &f{1}'
  149.             - ''
  150.             - '&cCost: &f{3}'
  151.             - ''
  152.             - '&aInformation:'
  153.             - ' &7• Chance to find mobcoins while'
  154.             - ' &7using sellwand to sell chests!'
  155.             - ''
  156.             - '{4}'
  157.             # Note: To use custom skulls use "CUSTOM_SKULL-<URL>". 1.14.4+ ONLY.
  158.             # Note: You can find custom skull URLs at https://minecraft-heads.com/custom-heads
  159.             material: "CUSTOM_SKULL-1f5c1a678bfa15b90b6a8b83da339ffff567ac2ab419c28f0422759b1cd54208"
  160.             materialData: 0
  161.             customModelData: 0
  162.             glow: false
  163.             itemflags:
  164.            - 'HIDE_ATTRIBUTES'
  165.             - 'HIDE_ENCHANTS'
  166.             - 'HIDE_PLACED_ON'                          
  167.            
  168.          '4':
  169.             settings:
  170.                type: "SPAWNERFINDER"
  171.             # Placeholders: {1} = Current Level, {2} = Max Level, {3} = token cost, {4} = details
  172.             name: "&7Spawner Looter Enchantment"
  173.             lore:
  174.            - ''
  175.             - '&eCurrent Level: &f{1}'
  176.             - ''
  177.             - '&cCost: &f{3}'
  178.             - ''
  179.             - '&aInformation:'
  180.             - ' &7• Chance to find various spawners'
  181.             - ' &7while using sellwand to sell chests!'
  182.             - ''
  183.             - '{4}'
  184.             # Note: To use custom skulls use "CUSTOM_SKULL-<URL>". 1.14.4+ ONLY.
  185.             # Note: You can find custom skull URLs at https://minecraft-heads.com/custom-heads
  186.             material: "CUSTOM_SKULL-9f455d11355de8e3a6cd6fe970bad51c592aa6a5717309255fb1b9e47a4e"
  187.             materialData: 0
  188.             customModelData: 0
  189.             glow: false
  190.             itemflags:
  191.            - 'HIDE_ATTRIBUTES'
  192.             - 'HIDE_ENCHANTS'
  193.             - 'HIDE_PLACED_ON'            
  194.  
  195.          '5':
  196.             settings:
  197.                type: "MULTIPLIER"
  198.             # Placeholders: {1} = Current Level, {2} = Max Level, {3} = token cost, {4} = details
  199.             name: "&7Multiplier Enchantment"
  200.             lore:
  201.            - ''
  202.             - '&eCurrent Level: &f{1}'
  203.             - ''
  204.             - '&cCost: &f{3}'
  205.             - ''
  206.             - '&aInformation:'
  207.             - ' &7• Chance to multiply your earnings'
  208.             - ' &7while using sellwand to sell chests!'
  209.             - ''
  210.             - '{4}'
  211.             # Note: To use custom skulls use "CUSTOM_SKULL-<URL>". 1.14.4+ ONLY.
  212.             # Note: You can find custom skull URLs at https://minecraft-heads.com/custom-heads
  213.             material: "CUSTOM_SKULL-95977a99841e021713fac48b8bad2b2dd243e91cd3c37945d9d6f213ab4c2265"
  214.             materialData: 0
  215.             customModelData: 0
  216.             glow: false
  217.             itemflags:
  218.            - 'HIDE_ATTRIBUTES'
  219.             - 'HIDE_ENCHANTS'
  220.             - 'HIDE_PLACED_ON'                                  
  221.  
  222. # Note: These are the built-in enchantments, you can't add more. For custom enchantments go to the customEnchantments section.      
  223. enchantments:
  224.  
  225.    # Note: Do NOT change TOKENFINDER, edit its settings instead.
  226.    TOKENFINDER:
  227.       settings:
  228.          enabled: true
  229.          # Placeholders: {LEVEL} = Current enchantment level
  230.          name: "&7Token Greed"
  231.          # Note: Sound that plays when the enchantment works.
  232.          sound: "BLOCK_ENCHANTMENT_TABLE_USE"
  233.          # Note: Particle effect that shows when the enchantment works.
  234.          particle: "TOTEM"
  235.          # Notes:
  236.          # cost -> Cost of tokens to get/upgrade.
  237.          # chance -> Chance of enchantment working whenever sellwand is used.
  238.          # amount -> "MINIMUM-MAXIMUM" amount of tokens you can get as a bonus.
  239.          # details -> {4} placeholder in menu item lores.
  240.          levels:
  241.             '0':
  242.                cost: 500
  243.                chance: 7.50
  244.                amount: "1-2"
  245.                details:
  246.                - '&7Activation Chance: &a&l7.5%'
  247.                - '&7Tokens Amount: &a1-2 tokens'
  248.             '1':
  249.                cost: 1000
  250.                chance: 7.50
  251.                amount: "1-2"
  252.                details:
  253.                - '&7Activation Chance: &a&l7.5%'
  254.                - '&7Tokens Amount: &a1-2 tokens'
  255.             '2':
  256.                cost: 1500
  257.                chance: 10.0
  258.                amount: "1-2"
  259.                details:
  260.                - '&7Activation Chance: &a&l10%'
  261.                - '&7Tokens Amount: &a1-2 tokens'
  262.             '3':
  263.                cost: 2000
  264.                chance: 12.5
  265.                amount: "1-2"
  266.                details:
  267.                - '&7Activation Chance: &a&l12.5%'
  268.                - '&7Tokens Amount: &a1-2 tokens'
  269.    
  270.    # Note: Do NOT change EXPFINDER, edit its settings instead.            
  271.    EXPFINDER:
  272.       settings:
  273.          enabled: true
  274.          # Placeholders: {LEVEL} = Current enchantment level
  275.          name: "&7EXP Greed"
  276.          # Note: Sound that plays when the enchantment works.
  277.          sound: "BLOCK_ENCHANTMENT_TABLE_USE"
  278.          # Note: Particle effect that shows when the enchantment works.
  279.          particle: "TOTEM"
  280.          # Notes:
  281.          # cost -> Cost of tokens to get/upgrade.
  282.          # chance -> Chance of enchantment working whenever sellwand is used.
  283.          # amount -> "MINIMUM-MAXIMUM" amount of experience points you can get as a bonus.
  284.          # details -> {4} placeholder in menu item lores.
  285.          levels:
  286.             '0':
  287.                cost: 100
  288.                chance: 5.0
  289.                amount: "10-15"
  290.                details:
  291.                - '&7Activation Chance: &a&l5%'
  292.                - '&7Experience Amount: &a10-15 exp'
  293.             '1':
  294.                cost: 200
  295.                chance: 5.0
  296.                amount: "10-15"
  297.                details:
  298.                - '&7Activation Chance: &a&l5%'
  299.                - '&7Experience Amount: &a10-15 exp'
  300.             '2':
  301.                cost: 300
  302.                chance: 7.5
  303.                amount: "10-15"
  304.                details:
  305.                - '&7Activation Chance: &a&l7.5%'
  306.                - '&7Experience Amount: &a8-10 exp'
  307.             '3':
  308.                cost: 400
  309.                chance: 10.0  
  310.                amount: "10-15"
  311.                details:
  312.                - '&7Activation Chance: &a&l10%'
  313.                - '&7Experience Amount: &a8-10 exp'
  314.             '4':
  315.                cost: 500
  316.                chance: 12.5
  317.                amount: "10-15"
  318.                details:
  319.                - '&7Activation Chance: &a&l12.5%'
  320.                - '&7Experience Amount: &a8-10 exp'
  321.             '5':
  322.                cost: 600
  323.                chance: 15.0
  324.                amount: "10-15"  
  325.                details:
  326.                - '&7Activation Chance: &a&l15%'
  327.                - '&7Experience Amount: &a8-10 exp'        
  328.    
  329.    # Note: Do NOT change MULTIPLIER, edit its settings instead.                  
  330.    MULTIPLIER:
  331.       settings:
  332.          enabled: true
  333.          # Placeholders: {LEVEL} = Current enchantment level
  334.          name: "&7Multiplier"
  335.          # Note: Sound that plays when the enchantment works.
  336.          sound: "BLOCK_ENCHANTMENT_TABLE_USE"
  337.          # Note: Particle effect that shows when the enchantment works.
  338.          particle: "TOTEM"
  339.          # Notes:
  340.          # cost -> Cost of tokens to get/upgrade.
  341.          # chance -> Chance of enchantment working whenever sellwand is used.
  342.          # amount -> "MINIMUM-MAXIMUM" final multiplier amount (gets multiplied AGAIN after all other multipliers)
  343.          # details -> {4} placeholder in menu item lores.
  344.          levels:
  345.             '0':
  346.                cost: 10000
  347.                chance: 10
  348.                amount: "1-2"
  349.                details:
  350.                - '&7Activation Chance: &a&l10%'
  351.                - '&7Bonus Multiplier: &ax1-x2 Multiplier'
  352.             '1':
  353.                cost: 10000
  354.                chance: 10
  355.                amount: "1-2"
  356.                details:
  357.                - '&7Activation Chance: &a&l10%'
  358.                - '&7Bonus Multiplier: &ax1-x2 Multiplier'
  359.  
  360. # Note: You can add as many custom enchantments as you want, they're all the same format (execute commands).              
  361. customEnchantments:
  362.    
  363.    # Note: EXAMPLE ENCHANTMENT OF WHAT YOU CAN DO WITH CUSTOM ENCHANTMENTS.
  364.    SPAWNERFINDER:
  365.       settings:
  366.          enabled: true
  367.          # Placeholders: {LEVEL} = Current enchantment level
  368.          name: "&7Spawner Looter"
  369.          # Note: Sound that plays when the enchantment works.
  370.          sound: "BLOCK_ENCHANTMENT_TABLE_USE"
  371.          # Note: Particle effect that shows when the enchantment works.
  372.          particle: "TOTEM"
  373.          # Notes:
  374.          # cost -> Cost of tokens to get/upgrade.
  375.          # chance -> Chance of enchantment working whenever sellwand is used.
  376.          # commands -> If the enchantment gets fired, ONE command of the list will be picked and executed.
  377.          # details -> {4} placeholder in menu item lores.
  378.          levels:
  379.             '0':
  380.                cost: 500
  381.                chance: 5
  382.                commands:
  383.                - 'spawner give {PLAYER} skeleton 1'
  384.                - 'spawner give {PLAYER} zombie 1'  
  385.                details:
  386.                - '&7Activation Chance: &a&l5%'
  387.                - '&7Spawner Drops:'
  388.                - ' &a• Skeleton'    
  389.                - ' &a• Zombie'    
  390.             '1':
  391.                cost: 500
  392.                chance: 5
  393.                commands:
  394.                - 'spawner give {PLAYER} skeleton 1'
  395.                - 'spawner give {PLAYER} zombie 1'
  396.                details:
  397.                - '&7Activation Chance: &a&l5%'
  398.                - '&7Spawner Drops:'
  399.                - ' &a• Skeleton'    
  400.                - ' &a• Zombie'  
  401.             '2':
  402.                cost: 1000
  403.                chance: 7.5
  404.                commands:
  405.                - 'spawner give {PLAYER} skeleton 1'
  406.                - 'spawner give {PLAYER} zombie 1'
  407.                details:
  408.                - '&7Activation Chance: &a&l7.5%'
  409.                - '&7Spawner Drops:'
  410.                - ' &a• Skeleton'    
  411.                - ' &a• Zombie'
  412.             '3':
  413.                cost: 1500
  414.                chance: 10.0
  415.                commands:
  416.                - 'spawner give {PLAYER} skeleton 1'
  417.                - 'spawner give {PLAYER} zombie 1'  
  418.                details:
  419.                - '&7Activation Chance: &a&l10%'
  420.                - '&7Spawner Drops:'
  421.                - ' &a• Skeleton'    
  422.                - ' &a• Zombie'      
  423.    
  424.    # Note: EXAMPLE ENCHANTMENT OF WHAT YOU CAN DO WITH CUSTOM ENCHANTMENTS.            
  425.    MOBCOINFINDER:
  426.       settings:
  427.          enabled: true
  428.          # Placeholders: {LEVEL} = Current enchantment level
  429.          name: "&7Mobcoin Finder"
  430.          # Note: Sound that plays when the enchantment works.
  431.          sound: "BLOCK_ENCHANTMENT_TABLE_USE"
  432.          # Note: Particle effect that shows when the enchantment works.
  433.          particle: "TOTEM"
  434.          # Notes:
  435.          # cost -> Cost of tokens to get/upgrade.
  436.          # chance -> Chance of enchantment working whenever sellwand is used.
  437.          # commands -> If the enchantment gets fired, ONE command of the list will be picked and executed.
  438.          # details -> {4} placeholder in menu item lores.
  439.          levels:
  440.             '0':
  441.                cost: 125
  442.                chance: 5
  443.                commands:
  444.                - 'mobcoin give {PLAYER} 1'
  445.                - 'mobcoin give {PLAYER} 2'  
  446.                details:
  447.                - '&7Activation Chance: &a&l5%'
  448.                - '&7Mobcoins Amount: &a1-2 mobcoins'      
  449.             '1':
  450.                cost: 125
  451.                chance: 5
  452.                commands:
  453.                - 'mobcoin give {PLAYER} 1'
  454.                - 'mobcoin give {PLAYER} 2'
  455.                details:
  456.                - '&7Activation Chance: &a&l5%'
  457.                - '&7Mobcoins Amount: &a1-2 mobcoins'
  458.             '2':
  459.                cost: 250
  460.                chance: 10
  461.                commands:
  462.                - 'mobcoin give {PLAYER} 1'
  463.                - 'mobcoin give {PLAYER} 2'
  464.                details:
  465.                - '&7Activation Chance: &a&l10%'
  466.                - '&7Mobcoins Amount: &a1-2 mobcoins'
  467.             '3':
  468.                cost: 375
  469.                chance: 15
  470.                commands:
  471.                - 'mobcoin give {PLAYER} 1'
  472.                - 'mobcoin give {PLAYER} 2'    
  473.                details:
  474.                - '&7Activation Chance: &a&l15%'
  475.                - '&7Mobcoins Amount: &a1-2 mobcoins'                                    
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement