Maybe_c

升级商店

Dec 6th, 2023
128
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 7.06 KB | None | 0 0
  1. #########################
  2. ## Visit the wiki page for further info: https://s.marcely.de/mbww10
  3. #########################
  4.  
  5. # Do not change this
  6. file-version: 1
  7.  
  8. # Change the layout of the shop here
  9. # The purpose of a layout configure how the upgrade shop displays all the upgrades
  10. # You are able to choose between:
  11. # - Normal
  12. # - NormalV2
  13. # - Hypixel
  14. # - HypixelV2
  15. layout-name: HypixelV2
  16.  
  17. # You may also display players playing Minecraft's Bedrock Edition a different layout
  18. # Use "equally" to display the same layout as with the "layout-name" config
  19. layout-name-bedrock: equally
  20.  
  21. upgrades:
  22.   sharpness:
  23.     restriction: '4'
  24.     levels:
  25.       lvl-1:
  26.         icon: iron_sword
  27.         handler: bedwars:sharpness
  28.         amplifier: 1.0
  29.         duration: 0
  30.         price:
  31.           spawner: diamond
  32.           amount: 8
  33.   sharpness:
  34.     restriction: '2'
  35.     levels:
  36.       lvl-1:
  37.         icon: iron_sword
  38.         handler: bedwars:sharpness
  39.         amplifier: 1.0
  40.         duration: 0
  41.         price:
  42.           spawner: diamond
  43.           amount: 4
  44.   protection:
  45.     restriction: '4'
  46.     levels:
  47.       lvl-1:
  48.         icon: iron_chestplate
  49.         handler: bedwars:armor_protection
  50.         amplifier: 1.0
  51.         duration: 0
  52.         price:
  53.           spawner: diamond
  54.           amount: 5
  55.       lvl-2:
  56.         icon: iron_chestplate
  57.         handler: bedwars:armor_protection
  58.         amplifier: 2.0
  59.         duration: 0
  60.         price:
  61.           spawner: diamond
  62.           amount: 10
  63.       lvl-3:
  64.         icon: iron_chestplate
  65.         handler: bedwars:armor_protection
  66.         amplifier: 3.0
  67.         duration: 0
  68.         price:
  69.           spawner: diamond
  70.           amount: 15
  71.       lvl-4:
  72.         icon: iron_chestplate
  73.         handler: bedwars:armor_protection
  74.         amplifier: 4.0
  75.         duration: 0
  76.         price:
  77.           spawner: diamond
  78.           amount: 20
  79.   protection:
  80.     restriction: '2'
  81.     levels:
  82.       lvl-1:
  83.         icon: iron_chestplate
  84.         handler: bedwars:armor_protection
  85.         amplifier: 1.0
  86.         duration: 0
  87.         price:
  88.           spawner: diamond
  89.           amount: 2
  90.       lvl-2:
  91.         icon: iron_chestplate
  92.         handler: bedwars:armor_protection
  93.         amplifier: 2.0
  94.         duration: 0
  95.         price:
  96.           spawner: diamond
  97.           amount: 4
  98.       lvl-3:
  99.         icon: iron_chestplate
  100.         handler: bedwars:armor_protection
  101.         amplifier: 3.0
  102.         duration: 0
  103.         price:
  104.           spawner: diamond
  105.           amount: 8
  106.       lvl-4:
  107.         icon: iron_chestplate
  108.         handler: bedwars:armor_protection
  109.         amplifier: 4.0
  110.         duration: 0
  111.         price:
  112.           spawner: diamond
  113.           amount: 16
  114.   haste:
  115.     levels:
  116.       lvl-1:
  117.         icon: golden_pickaxe
  118.         handler: bedwars:haste
  119.         amplifier: 1.0
  120.         duration: 0
  121.         price:
  122.           spawner: diamond
  123.           amount: 2
  124.       lvl-2:
  125.         icon: golden_pickaxe
  126.         handler: bedwars:haste
  127.         amplifier: 2.0
  128.         duration: 0
  129.         price:
  130.           spawner: diamond
  131.           amount: 4
  132.   spawner-multiplier:
  133.     restriction: '4'
  134.     levels:
  135.       lvl-1:
  136.         icon: furnace
  137.         handler: bedwars:spawner_multiplier
  138.         amplifier: 1.5
  139.         duration: 0
  140.         price:
  141.           spawner: diamond
  142.           amount: 4
  143.       lvl-2:
  144.         icon: furnace
  145.         handler: bedwars:spawner_multiplier
  146.         amplifier: 2.0
  147.         duration: 0
  148.         price:
  149.           spawner: diamond
  150.           amount: 8
  151.       lvl-3:
  152.         icon: furnace
  153.         handler: bedwars:spawner_multiplier
  154.         amplifier: 2.5
  155.         duration: 0
  156.         price:
  157.           spawner: diamond
  158.           amount: 12
  159.       lvl-4:
  160.         icon: furnace
  161.         handler: bedwars:spawner_multiplier
  162.         amplifier: 3.0
  163.         duration: 0
  164.         price:
  165.           spawner: diamond
  166.           amount: 16
  167.   spawner-multiplier:
  168.     restriction: '2'
  169.     levels:
  170.       lvl-1:
  171.         icon: furnace
  172.         handler: bedwars:spawner_multiplier
  173.         amplifier: 1.5
  174.         duration: 0
  175.         price:
  176.           spawner: diamond
  177.           amount: 2
  178.       lvl-2:
  179.         icon: furnace
  180.         handler: bedwars:spawner_multiplier
  181.         amplifier: 2.0
  182.         duration: 0
  183.         price:
  184.           spawner: diamond
  185.           amount: 4
  186.       lvl-3:
  187.         icon: furnace
  188.         handler: bedwars:spawner_multiplier
  189.         amplifier: 2.5
  190.         duration: 0
  191.         price:
  192.           spawner: diamond
  193.           amount: 8
  194.       lvl-4:
  195.         icon: furnace
  196.         handler: bedwars:spawner_multiplier
  197.         amplifier: 3.0
  198.         duration: 0
  199.         price:
  200.           spawner: diamond
  201.           amount: 12
  202.   heal-pool:
  203.     restriction: '4'
  204.     levels:
  205.       lvl-1:
  206.         icon: beacon
  207.         handler: bedwars:heal_pool
  208.         amplifier: 1.0
  209.         duration: 0
  210.         price:
  211.           spawner: diamond
  212.           amount: 3
  213.   heal-pool:
  214.     restriction: '2'
  215.     levels:
  216.       lvl-1:
  217.         icon: beacon
  218.         handler: bedwars:heal_pool
  219.         amplifier: 1.0
  220.         duration: 0
  221.         price:
  222.           spawner: diamond
  223.           amount: 1
  224.   regular-trap:
  225.     price-auto-scale: true
  226.     repeatable-level:
  227.       icon: tripwire_hook
  228.       handler: bedwars:regular_trap
  229.       amplifier: 1.0
  230.       duration: 10
  231.       price:
  232.         spawner: diamond
  233.         amount: 1
  234.   counter-offensive-trap:
  235.     price-auto-scale: true
  236.     repeatable-level:
  237.       icon: feather
  238.       handler: bedwars:counter_offensive_trap
  239.       amplifier: 1.0
  240.       duration: 15
  241.       price:
  242.         spawner: diamond
  243.         amount: 1
  244.   alarm-trap:
  245.     price-auto-scale: true
  246.     repeatable-level:
  247.       icon: redstone_torch
  248.       handler: bedwars:alarm_trap
  249.       amplifier: 1.0
  250.       duration: 0
  251.       price:
  252.         spawner: diamond
  253.         amount: 1
  254.   mining-fatigue-trap:
  255.     price-auto-scale: true
  256.     repeatable-level:
  257.       icon: wooden_pickaxe
  258.       handler: bedwars:mining_fatigue_trap
  259.       amplifier: 1.0
  260.       duration: 8
  261.       price:
  262.         spawner: diamond
  263.         amount: 1
  264.  
  265. # The max amount of traps a team can own at one time
  266. max-traps-queueable: 3
  267.  
  268. # The minimum time between a teams trap triggers
  269. trap-trigger-queue-duration: 15
  270.  
  271. # Colors used to build upgrade icons (names, and lore)
  272. upgrade-name-purchased-color: GREEN
  273. upgrade-name-purchasable-color: YELLOW
  274. upgrade-name-cannot-purchase-color: RED
  275. upgrade-levels-purchased-color: GREEN
  276. upgrade-levels-unpurchased-color: GRAY
  277.  
  278. # The levels placeholder displays all the levels with an upgrade
  279. upgrade-levels-placeholder-format: '{purchase-color}等级 {level}: {level-name} {level-roman},
  280.   &b{price-amount} {price-type}'
  281.  
  282. # Lore format used in the shop for upgrades with more than one level
  283. upgrade-multi-level-lore:
  284.  - '&7{description}'
  285.   - ' '
  286.   - '{levels}'
  287.   - ' '
  288.   - '{buy-state}'
  289.  
  290. # Lore format used in the shop for upgrades with a single level
  291. upgrade-single-level-lore:
  292.  - '&7{description}'
  293.   - ' '
  294.   - '&7花费: &b{price-amount} {price-type}'
  295.   - ' '
  296.   - '{buy-state}'
  297.  
Advertisement
Add Comment
Please, Sign In to add comment