Guest User

config.yml

a guest
Aug 22nd, 2023
45
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 29.19 KB | None | 0 0
  1. # © EnvyWare Ltd Software 2022
  2. # For assistance visit https://discord.envyware.co.uk
  3.  
  4. hunts:
  5.     Easy:
  6.         id: Easy
  7.         play-particles: true
  8.         particles: minecraft:flame
  9.         custom-colour: false
  10.         colour: '#c7f2cb'
  11.         page: 1
  12.         requires-permission: false
  13.         permission: none
  14.         start-commands: []
  15.         timeout-commands: []
  16.         requirement-specs:
  17.        - random leg:false ub:false
  18.         reward-commands:
  19.             entries:
  20.                 '1':
  21.                     weight: 4.0
  22.                     object:
  23.                         name: $500
  24.                         page: 1
  25.                         commands:
  26.                        - cmi money give %player% 500
  27.                         messages:
  28.                        - '&a&l(!) &aYou caught a hunt Pokémon and got &e$500 &a%player%!'
  29.                         display-item:
  30.                             enabled: true
  31.                             type: pixelmon:marsh_badge
  32.                             amount: '1'
  33.                             name: '&e&l$500'
  34.                             flags: []
  35.                             lore:
  36.                            - '&b&o40% &f&ochance to get'
  37.                             enchants: {}
  38.                             nbt:
  39.                                 tooltip:
  40.                                     type: String
  41.                                     data: ''
  42.                                     sub-data: {}
  43.                             positions:
  44.                                 '0':
  45.                                     x: 2
  46.                                     y: 1
  47.                             requires-permission: false
  48.                             close-on-click: false
  49.                             commands-executed: []
  50.                             else-item:
  51.                                 enabled: false
  52.                                 type: minecraft:stained_glass_pane
  53.                                 amount: '1'
  54.                                 name: ' '
  55.                                 flags: []
  56.                                 lore: []
  57.                                 enchants: {}
  58.                                 nbt: {}
  59.                 '2':
  60.                     weight: 30.0
  61.                     object:
  62.                         name: 10 Ultra Balls
  63.                         page: 1
  64.                         commands:
  65.                        - minecraft:give %player% pixelmon:poke_ball{PokeBallID:"ultra_ball"}
  66.                             10
  67.                         messages:
  68.                        - '&a&l(!) &aYou caught a hunt Pokémon and got &e10 Ultra
  69.                             Balls &a%player%!'
  70.                         display-item:
  71.                             enabled: true
  72.                             type: pixelmon:poke_ball
  73.                             amount: '10'
  74.                             name: '&e&lUltra Ball x10'
  75.                             flags: []
  76.                             lore:
  77.                            - '&b&o30% &f&ochance to get'
  78.                             enchants: {}
  79.                             nbt:
  80.                                 tooltip:
  81.                                     type: string
  82.                                     data: ''
  83.                                     sub-data: {}
  84.                                 PokeBallID:
  85.                                     type: string
  86.                                     data: ultra_ball
  87.                                     sub-data: {}
  88.                             positions:
  89.                                 '0':
  90.                                     x: 4
  91.                                     y: 1
  92.                             requires-permission: false
  93.                             close-on-click: false
  94.                             commands-executed: []
  95.                             else-item:
  96.                                 enabled: false
  97.                                 type: minecraft:stained_glass_pane
  98.                                 amount: '1'
  99.                                 name: ' '
  100.                                 flags: []
  101.                                 lore: []
  102.                                 enchants: {}
  103.                                 nbt: {}
  104.                 '3':
  105.                     weight: 30.0
  106.                     object:
  107.                         name: 3 M Exp Candy
  108.                         page: 1
  109.                         commands:
  110.                        - minecraft:give %player% pixelmon:m_exp_candy 3
  111.                         messages:
  112.                        - '&a&l(!) &aYou caught a hunt Pokémon and got &e3 Exp. Candy
  113.                             M &a%player%!'
  114.                         display-item:
  115.                             enabled: true
  116.                             type: pixelmon:m_exp_candy
  117.                             amount: '3'
  118.                             name: '&e&lExp. Candy M x3'
  119.                             flags: []
  120.                             lore:
  121.                            - '&b&o30% &f&ochance to get'
  122.                             enchants: {}
  123.                             nbt:
  124.                                 tooltip:
  125.                                     type: String
  126.                                     data: ''
  127.                                     sub-data: {}
  128.                             positions:
  129.                                 '0':
  130.                                     x: 6
  131.                                     y: 1
  132.                             requires-permission: false
  133.                             close-on-click: false
  134.                             commands-executed: []
  135.                             else-item:
  136.                                 enabled: false
  137.                                 type: minecraft:stained_glass_pane
  138.                                 amount: '1'
  139.                                 name: ' '
  140.                                 flags: []
  141.                                 lore: []
  142.                                 enchants: {}
  143.                                 nbt: {}
  144.         reward-specs: []
  145.         persistent: false
  146.         max-duration-minutes: 30
  147.         display-item:
  148.             enabled: true
  149.             type: pixelmon:pixelmon_sprite
  150.             amount: '1'
  151.             name: '&b%species%'
  152.             flags: []
  153.             lore:
  154.             - '&7Difficulty: &aEasy'
  155.             - ' '
  156.             - '&7No Requirements, just catch any %species%'
  157.             - ' '
  158.             - '&7Time Remaining: &e%time%'
  159.             enchants: {}
  160.             nbt:
  161.                 ndex:
  162.                     type: short
  163.                     data: '%dex_number%'
  164.                     sub-data: {}
  165.                 palette:
  166.                     type: string
  167.                     data: none
  168.                     sub-data: {}
  169.             positions:
  170.                 '0':
  171.                     x: 1
  172.                     y: 1
  173.             requires-permission: false
  174.             close-on-click: false
  175.             commands-executed: []
  176.             else-item:
  177.                 enabled: false
  178.                 type: minecraft:stained_glass_pane
  179.                 amount: '1'
  180.                 name: ' '
  181.                 flags: []
  182.                 lore: []
  183.                 enchants: {}
  184.                 nbt: {}
  185.         allow-reward-u-i: true
  186.         reward-u-i:
  187.             gui-settings:
  188.                 title: '       &1&lPossible  Rewards'
  189.                 height: 3
  190.                 fill-type: CHECKERED
  191.                 filler-items:
  192.                     one:
  193.                         enabled: true
  194.                         type: minecraft:blue_stained_glass_pane
  195.                         amount: '1'
  196.                         name: ' '
  197.                         flags: []
  198.                         lore: []
  199.                         enchants: {}
  200.                         nbt: {}
  201.                     two:
  202.                         enabled: true
  203.                         type: minecraft:light_blue_stained_glass_pane
  204.                         amount: '1'
  205.                         name: ' '
  206.                         flags: []
  207.                         lore: []
  208.                         enchants: {}
  209.                         nbt: {}
  210.             next-page:
  211.                 enabled: false
  212.                 type: pixelmon:right_trade_holder
  213.                 amount: '1'
  214.                 name: Next page
  215.                 flags: []
  216.                 lore:
  217.                - NEXT PAGE!
  218.                 enchants: {}
  219.                 nbt: {}
  220.                 positions:
  221.                     '0':
  222.                         x: 5
  223.                         y: 0
  224.                 requires-permission: false
  225.                 close-on-click: false
  226.                 commands-executed: []
  227.                 else-item:
  228.                     enabled: true
  229.                     type: minecraft:stained_glass_pane
  230.                     amount: '1'
  231.                     name: ' '
  232.                     flags: []
  233.                     lore: []
  234.                     enchants: {}
  235.                     nbt: {}
  236.             previous-page:
  237.                 enabled: false
  238.                 type: pixelmon:left_trade_holder
  239.                 amount: '1'
  240.                 name: Previous page
  241.                 flags: []
  242.                 lore:
  243.                - PREVIOUS PAGE!
  244.                 enchants: {}
  245.                 nbt: {}
  246.                 positions:
  247.                     '0':
  248.                         x: 4
  249.                         y: 0
  250.                 requires-permission: false
  251.                 close-on-click: false
  252.                 commands-executed: []
  253.                 else-item:
  254.                     enabled: true
  255.                     type: minecraft:stained_glass_pane
  256.                     amount: '1'
  257.                     name: ' '
  258.                     flags: []
  259.                     lore: []
  260.                     enchants: {}
  261.                     nbt: {}
  262.             pages: 1
  263.         current-start:
  264.     Medium:
  265.         id: Medium
  266.         play-particles: true
  267.         particles: minecraft:flame
  268.         custom-colour: false
  269.         colour: '#c7f2cb'
  270.         page: 1
  271.         requires-permission: false
  272.         permission: none
  273.         start-commands: []
  274.         timeout-commands: []
  275.         requirement-specs:
  276.        - random leg:false ub:false
  277.         reward-commands:
  278.             entries:
  279.                 '1':
  280.                     weight: 4.0
  281.                     object:
  282.                         name: $500
  283.                         page: 1
  284.                         commands:
  285.                        - cmi money give %player% 500
  286.                         messages:
  287.                        - '&a&l(!) &aYou caught a hunt Pokémon and got &e$500 &a%player%!'
  288.                         display-item:
  289.                             enabled: true
  290.                             type: pixelmon:marsh_badge
  291.                             amount: '1'
  292.                             name: '&e&l$500'
  293.                             flags: []
  294.                             lore:
  295.                            - '&b&o40% &f&ochance to get'
  296.                             enchants: {}
  297.                             nbt:
  298.                                 tooltip:
  299.                                     type: String
  300.                                     data: ''
  301.                                     sub-data: {}
  302.                             positions:
  303.                                 '0':
  304.                                     x: 2
  305.                                     y: 1
  306.                             requires-permission: false
  307.                             close-on-click: false
  308.                             commands-executed: []
  309.                             else-item:
  310.                                 enabled: false
  311.                                 type: minecraft:stained_glass_pane
  312.                                 amount: '1'
  313.                                 name: ' '
  314.                                 flags: []
  315.                                 lore: []
  316.                                 enchants: {}
  317.                                 nbt: {}
  318.                 '2':
  319.                     weight: 30.0
  320.                     object:
  321.                         name: 10 Ultra Balls
  322.                         page: 1
  323.                         commands:
  324.                        - minecraft:give %player% pixelmon:poke_ball{PokeBallID:"ultra_ball"}
  325.                             10
  326.                         messages:
  327.                        - '&a&l(!) &aYou caught a hunt Pokémon and got &e10 Ultra
  328.                             Balls &a%player%!'
  329.                         display-item:
  330.                             enabled: true
  331.                             type: pixelmon:poke_ball
  332.                             amount: '10'
  333.                             name: '&e&lUltra Ball x10'
  334.                             flags: []
  335.                             lore:
  336.                            - '&b&o30% &f&ochance to get'
  337.                             enchants: {}
  338.                             nbt:
  339.                                 tooltip:
  340.                                     type: string
  341.                                     data: ''
  342.                                     sub-data: {}
  343.                                 PokeBallID:
  344.                                     type: string
  345.                                     data: ultra_ball
  346.                                     sub-data: {}
  347.                             positions:
  348.                                 '0':
  349.                                     x: 4
  350.                                     y: 1
  351.                             requires-permission: false
  352.                             close-on-click: false
  353.                             commands-executed: []
  354.                             else-item:
  355.                                 enabled: false
  356.                                 type: minecraft:stained_glass_pane
  357.                                 amount: '1'
  358.                                 name: ' '
  359.                                 flags: []
  360.                                 lore: []
  361.                                 enchants: {}
  362.                                 nbt: {}
  363.                 '3':
  364.                     weight: 30.0
  365.                     object:
  366.                         name: 3 M Exp Candy
  367.                         page: 1
  368.                         commands:
  369.                        - minecraft:give %player% pixelmon:m_exp_candy 3
  370.                         messages:
  371.                        - '&a&l(!) &aYou caught a hunt Pokémon and got &e3 Exp. Candy
  372.                             M &a%player%!'
  373.                         display-item:
  374.                             enabled: true
  375.                             type: pixelmon:m_exp_candy
  376.                             amount: '3'
  377.                             name: '&e&lExp. Candy M x3'
  378.                             flags: []
  379.                             lore:
  380.                            - '&b&o30% &f&ochance to get'
  381.                             enchants: {}
  382.                             nbt:
  383.                                 tooltip:
  384.                                     type: String
  385.                                     data: ''
  386.                                     sub-data: {}
  387.                             positions:
  388.                                 '0':
  389.                                     x: 6
  390.                                     y: 1
  391.                             requires-permission: false
  392.                             close-on-click: false
  393.                             commands-executed: []
  394.                             else-item:
  395.                                 enabled: false
  396.                                 type: minecraft:stained_glass_pane
  397.                                 amount: '1'
  398.                                 name: ' '
  399.                                 flags: []
  400.                                 lore: []
  401.                                 enchants: {}
  402.                                 nbt: {}
  403.         reward-specs: []
  404.         persistent: false
  405.         max-duration-minutes: 30
  406.         display-item:
  407.             enabled: true
  408.             type: pixelmon:pixelmon_sprite
  409.             amount: '1'
  410.             name: '&b%species%'
  411.             flags: []
  412.             lore:
  413.             - '&7Difficulty: &aMedium'
  414.             - ' '
  415.             - '&7No Requirements, just catch any %species%'
  416.             - ' '
  417.             - '&7Time Remaining: &e%time%'
  418.             enchants: {}
  419.             nbt:
  420.                 ndex:
  421.                     type: short
  422.                     data: '%dex_number%'
  423.                     sub-data: {}
  424.                 palette:
  425.                     type: string
  426.                     data: none
  427.                     sub-data: {}
  428.             positions:
  429.                 '0':
  430.                     x: 2
  431.                     y: 1
  432.             requires-permission: false
  433.             close-on-click: false
  434.             commands-executed: []
  435.             else-item:
  436.                 enabled: false
  437.                 type: minecraft:stained_glass_pane
  438.                 amount: '1'
  439.                 name: ' '
  440.                 flags: []
  441.                 lore: []
  442.                 enchants: {}
  443.                 nbt: {}
  444.         allow-reward-u-i: true
  445.         reward-u-i:
  446.             gui-settings:
  447.                 title: '       &1&lPossible  Rewards'
  448.                 height: 3
  449.                 fill-type: CHECKERED
  450.                 filler-items:
  451.                     one:
  452.                         enabled: true
  453.                         type: minecraft:blue_stained_glass_pane
  454.                         amount: '1'
  455.                         name: ' '
  456.                         flags: []
  457.                         lore: []
  458.                         enchants: {}
  459.                         nbt: {}
  460.                     two:
  461.                         enabled: true
  462.                         type: minecraft:light_blue_stained_glass_pane
  463.                         amount: '1'
  464.                         name: ' '
  465.                         flags: []
  466.                         lore: []
  467.                         enchants: {}
  468.                         nbt: {}
  469.             next-page:
  470.                 enabled: false
  471.                 type: pixelmon:right_trade_holder
  472.                 amount: '1'
  473.                 name: Next page
  474.                 flags: []
  475.                 lore:
  476.                - NEXT PAGE!
  477.                 enchants: {}
  478.                 nbt: {}
  479.                 positions:
  480.                     '0':
  481.                         x: 5
  482.                         y: 0
  483.                 requires-permission: false
  484.                 close-on-click: false
  485.                 commands-executed: []
  486.                 else-item:
  487.                     enabled: true
  488.                     type: minecraft:stained_glass_pane
  489.                     amount: '1'
  490.                     name: ' '
  491.                     flags: []
  492.                     lore: []
  493.                     enchants: {}
  494.                     nbt: {}
  495.             previous-page:
  496.                 enabled: false
  497.                 type: pixelmon:left_trade_holder
  498.                 amount: '1'
  499.                 name: Previous page
  500.                 flags: []
  501.                 lore:
  502.                - PREVIOUS PAGE!
  503.                 enchants: {}
  504.                 nbt: {}
  505.                 positions:
  506.                     '0':
  507.                         x: 4
  508.                         y: 0
  509.                 requires-permission: false
  510.                 close-on-click: false
  511.                 commands-executed: []
  512.                 else-item:
  513.                     enabled: true
  514.                     type: minecraft:stained_glass_pane
  515.                     amount: '1'
  516.                     name: ' '
  517.                     flags: []
  518.                     lore: []
  519.                     enchants: {}
  520.                     nbt: {}
  521.             pages: 1
  522.         current-start:
  523.     Hard:
  524.         id: Hard
  525.         play-particles: true
  526.         particles: minecraft:flame
  527.         custom-colour: false
  528.         colour: '#c7f2cb'
  529.         page: 1
  530.         requires-permission: false
  531.         permission: none
  532.         start-commands: []
  533.         timeout-commands: []
  534.         requirement-specs:
  535.        - random leg:false ub:false
  536.         reward-commands:
  537.             entries:
  538.                 '1':
  539.                     weight: 4.0
  540.                     object:
  541.                         name: $500
  542.                         page: 1
  543.                         commands:
  544.                        - cmi money give %player% 500
  545.                         messages:
  546.                        - '&a&l(!) &aYou caught a hunt Pokémon and got &e$500 &a%player%!'
  547.                         display-item:
  548.                             enabled: true
  549.                             type: pixelmon:marsh_badge
  550.                             amount: '1'
  551.                             name: '&e&l$500'
  552.                             flags: []
  553.                             lore:
  554.                            - '&b&o40% &f&ochance to get'
  555.                             enchants: {}
  556.                             nbt:
  557.                                 tooltip:
  558.                                     type: String
  559.                                     data: ''
  560.                                     sub-data: {}
  561.                             positions:
  562.                                 '0':
  563.                                     x: 2
  564.                                     y: 1
  565.                             requires-permission: false
  566.                             close-on-click: false
  567.                             commands-executed: []
  568.                             else-item:
  569.                                 enabled: false
  570.                                 type: minecraft:stained_glass_pane
  571.                                 amount: '1'
  572.                                 name: ' '
  573.                                 flags: []
  574.                                 lore: []
  575.                                 enchants: {}
  576.                                 nbt: {}
  577.                 '2':
  578.                     weight: 30.0
  579.                     object:
  580.                         name: 10 Ultra Balls
  581.                         page: 1
  582.                         commands:
  583.                        - minecraft:give %player% pixelmon:poke_ball{PokeBallID:"ultra_ball"}
  584.                             10
  585.                         messages:
  586.                        - '&a&l(!) &aYou caught a hunt Pokémon and got &e10 Ultra
  587.                             Balls &a%player%!'
  588.                         display-item:
  589.                             enabled: true
  590.                             type: pixelmon:poke_ball
  591.                             amount: '10'
  592.                             name: '&e&lUltra Ball x10'
  593.                             flags: []
  594.                             lore:
  595.                            - '&b&o30% &f&ochance to get'
  596.                             enchants: {}
  597.                             nbt:
  598.                                 tooltip:
  599.                                     type: string
  600.                                     data: ''
  601.                                     sub-data: {}
  602.                                 PokeBallID:
  603.                                     type: string
  604.                                     data: ultra_ball
  605.                                     sub-data: {}
  606.                             positions:
  607.                                 '0':
  608.                                     x: 4
  609.                                     y: 1
  610.                             requires-permission: false
  611.                             close-on-click: false
  612.                             commands-executed: []
  613.                             else-item:
  614.                                 enabled: false
  615.                                 type: minecraft:stained_glass_pane
  616.                                 amount: '1'
  617.                                 name: ' '
  618.                                 flags: []
  619.                                 lore: []
  620.                                 enchants: {}
  621.                                 nbt: {}
  622.                 '3':
  623.                     weight: 30.0
  624.                     object:
  625.                         name: 3 M Exp Candy
  626.                         page: 1
  627.                         commands:
  628.                        - minecraft:give %player% pixelmon:m_exp_candy 3
  629.                         messages:
  630.                        - '&a&l(!) &aYou caught a hunt Pokémon and got &e3 Exp. Candy
  631.                             M &a%player%!'
  632.                         display-item:
  633.                             enabled: true
  634.                             type: pixelmon:m_exp_candy
  635.                             amount: '3'
  636.                             name: '&e&lExp. Candy M x3'
  637.                             flags: []
  638.                             lore:
  639.                            - '&b&o30% &f&ochance to get'
  640.                             enchants: {}
  641.                             nbt:
  642.                                 tooltip:
  643.                                     type: String
  644.                                     data: ''
  645.                                     sub-data: {}
  646.                             positions:
  647.                                 '0':
  648.                                     x: 6
  649.                                     y: 1
  650.                             requires-permission: false
  651.                             close-on-click: false
  652.                             commands-executed: []
  653.                             else-item:
  654.                                 enabled: false
  655.                                 type: minecraft:stained_glass_pane
  656.                                 amount: '1'
  657.                                 name: ' '
  658.                                 flags: []
  659.                                 lore: []
  660.                                 enchants: {}
  661.                                 nbt: {}
  662.         reward-specs: []
  663.         persistent: false
  664.         max-duration-minutes: 30
  665.         display-item:
  666.             enabled: true
  667.             type: pixelmon:pixelmon_sprite
  668.             amount: '1'
  669.             name: '&b%species%'
  670.             flags: []
  671.             lore:
  672.             - '&7Difficulty: &aHard'
  673.             - ' '
  674.             - '&7No Requirements, just catch any %species%'
  675.             - ' '
  676.             - '&7Time Remaining: &e%time%'
  677.             enchants: {}
  678.             nbt:
  679.                 ndex:
  680.                     type: short
  681.                     data: '%dex_number%'
  682.                     sub-data: {}
  683.                 palette:
  684.                     type: string
  685.                     data: none
  686.                     sub-data: {}
  687.             positions:
  688.                 '0':
  689.                     x: 3
  690.                     y: 1
  691.             requires-permission: false
  692.             close-on-click: false
  693.             commands-executed: []
  694.             else-item:
  695.                 enabled: false
  696.                 type: minecraft:stained_glass_pane
  697.                 amount: '1'
  698.                 name: ' '
  699.                 flags: []
  700.                 lore: []
  701.                 enchants: {}
  702.                 nbt: {}
  703.         allow-reward-u-i: true
  704.         reward-u-i:
  705.             gui-settings:
  706.                 title: '       &1&lPossible  Rewards'
  707.                 height: 3
  708.                 fill-type: CHECKERED
  709.                 filler-items:
  710.                     one:
  711.                         enabled: true
  712.                         type: minecraft:blue_stained_glass_pane
  713.                         amount: '1'
  714.                         name: ' '
  715.                         flags: []
  716.                         lore: []
  717.                         enchants: {}
  718.                         nbt: {}
  719.                     two:
  720.                         enabled: true
  721.                         type: minecraft:light_blue_stained_glass_pane
  722.                         amount: '1'
  723.                         name: ' '
  724.                         flags: []
  725.                         lore: []
  726.                         enchants: {}
  727.                         nbt: {}
  728.             next-page:
  729.                 enabled: false
  730.                 type: pixelmon:right_trade_holder
  731.                 amount: '1'
  732.                 name: Next page
  733.                 flags: []
  734.                 lore:
  735.                - NEXT PAGE!
  736.                 enchants: {}
  737.                 nbt: {}
  738.                 positions:
  739.                     '0':
  740.                         x: 5
  741.                         y: 0
  742.                 requires-permission: false
  743.                 close-on-click: false
  744.                 commands-executed: []
  745.                 else-item:
  746.                     enabled: true
  747.                     type: minecraft:stained_glass_pane
  748.                     amount: '1'
  749.                     name: ' '
  750.                     flags: []
  751.                     lore: []
  752.                     enchants: {}
  753.                     nbt: {}
  754.             previous-page:
  755.                 enabled: false
  756.                 type: pixelmon:left_trade_holder
  757.                 amount: '1'
  758.                 name: Previous page
  759.                 flags: []
  760.                 lore:
  761.                - PREVIOUS PAGE!
  762.                 enchants: {}
  763.                 nbt: {}
  764.                 positions:
  765.                     '0':
  766.                         x: 4
  767.                         y: 0
  768.                 requires-permission: false
  769.                 close-on-click: false
  770.                 commands-executed: []
  771.                 else-item:
  772.                     enabled: true
  773.                     type: minecraft:stained_glass_pane
  774.                     amount: '1'
  775.                     name: ' '
  776.                     flags: []
  777.                     lore: []
  778.                     enchants: {}
  779.                     nbt: {}
  780.             pages: 1
  781.         current-start:
  782. catches-count-for-multiple-hunts: false
  783.  
Advertisement
Add Comment
Please, Sign In to add comment