Guest User

config.yml

a guest
Aug 24th, 2023
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 5.83 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: false
  8.         particles: flame
  9.         custom-colour: true
  10.         colour: '#c7f2cb'
  11.         page: 1
  12.         requires-permission: false
  13.         permission: none
  14.         start-commands: []
  15.         timeout-commands: []
  16.         requirement-specs:
  17.        - random
  18.         - randomgender
  19.         - randomgrowths:Ordinary,Huge,Giant:2
  20.         - randomnatures:hardy,serious,quirky,bashful:3
  21.         reward-commands:
  22.             entries:
  23.                 '0':
  24.                     weight: 10.0
  25.                     object:
  26.                         name: $500
  27.                         page: 1
  28.                         commands:
  29.                        - givemoney %player% 500
  30.                         messages:
  31.                        - "&a&l(!) &aYou caught a hunt Pokémon and got &e$500 &a%player%!"
  32.                         display-item:
  33.                             enabled: true
  34.                             type: pixelmon:marsh_badge
  35.                             amount: '1'
  36.                             name: "&e&l$500"
  37.                             flags: []
  38.                             lore:
  39.                            - reward
  40.                             enchants: {}
  41.                             nbt: {}
  42.                             positions:
  43.                                 '0':
  44.                                     x: 1
  45.                                     y: 1
  46.                             requires-permission: false
  47.                             close-on-click: false
  48.                             commands-executed: []
  49.                             else-item:
  50.                                 enabled: true
  51.                                 type: minecraft:stained_glass_pane
  52.                                 amount: '1'
  53.                                 name: ' '
  54.                                 flags: []
  55.                                 lore: []
  56.                                 enchants: {}
  57.                                 nbt: {}
  58.         reward-specs:
  59.        - maxivs
  60.         persistent: false
  61.         max-duration-minutes: 30
  62.         display-item:
  63.             enabled: true
  64.             type: pixelmon:pixelmon_sprite
  65.             amount: '1'
  66.             name: "&b%species%"
  67.             flags: []
  68.             lore:
  69.             - "&7Difficulty: &aEasy"
  70.             - " "
  71.             - "&7No Requirements, just catch any &b%species%"
  72.             - " "
  73.             - "&7Time Remaining: &e%time%"
  74.             - 'Requirements: '
  75.             - ' > &b%species% '
  76.             - ' > %gender%'
  77.             - ' > %growth_1%'
  78.             - ' > %growth_2%'
  79.             - ' > %nature_1%'
  80.             - ' > %nature_2%'
  81.             - ' > %nature_3%'
  82.             enchants: {}
  83.             nbt: {
  84.               ndex:
  85.               type: short
  86.               data: "%dex_number%"
  87.               sub-data: {}
  88.             palette:
  89.               type: string
  90.               data: none
  91.               sub-data: {}
  92.             }
  93.             positions:
  94.                 '0':
  95.                     x: 1
  96.                     y: 1
  97.             requires-permission: false
  98.             close-on-click: false
  99.             commands-executed: []
  100.             else-item:
  101.                 enabled: true
  102.                 type: minecraft:stained_glass_pane
  103.                 amount: '1'
  104.                 name: ' '
  105.                 flags: []
  106.                 lore: []
  107.                 enchants: {}
  108.                 nbt: {}
  109.         allow-reward-u-i: true
  110.         reward-u-i:
  111.             gui-settings:
  112.                 title: Example
  113.                 height: 3
  114.                 fill-type: BLOCK
  115.                 filler-items:
  116.                     one:
  117.                         enabled: true
  118.                         type: minecraft:black_stained_glass_pane
  119.                         amount: '1'
  120.                         name: ' '
  121.                         flags: []
  122.                         lore: []
  123.                         enchants: {}
  124.                         nbt: {}
  125.             next-page:
  126.                 enabled: true
  127.                 type: pixelmon:right_trade_holder
  128.                 amount: '1'
  129.                 name: Next page
  130.                 flags: []
  131.                 lore:
  132.                - NEXT PAGE!
  133.                 enchants: {}
  134.                 nbt: {}
  135.                 positions:
  136.                     '0':
  137.                         x: 5
  138.                         y: 0
  139.                 requires-permission: false
  140.                 close-on-click: false
  141.                 commands-executed: []
  142.                 else-item:
  143.                     enabled: true
  144.                     type: minecraft:stained_glass_pane
  145.                     amount: '1'
  146.                     name: ' '
  147.                     flags: []
  148.                     lore: []
  149.                     enchants: {}
  150.                     nbt: {}
  151.             previous-page:
  152.                 enabled: true
  153.                 type: pixelmon:left_trade_holder
  154.                 amount: '1'
  155.                 name: Previous page
  156.                 flags: []
  157.                 lore:
  158.                - PREVIOUS PAGE!
  159.                 enchants: {}
  160.                 nbt: {}
  161.                 positions:
  162.                     '0':
  163.                         x: 4
  164.                         y: 0
  165.                 requires-permission: false
  166.                 close-on-click: false
  167.                 commands-executed: []
  168.                 else-item:
  169.                     enabled: true
  170.                     type: minecraft:stained_glass_pane
  171.                     amount: '1'
  172.                     name: ' '
  173.                     flags: []
  174.                     lore: []
  175.                     enchants: {}
  176.                     nbt: {}
  177.             pages: 1
  178. blocked-species:
  179. - articuno
  180. - zygarde
  181. - nidorina
  182. catches-count-for-multiple-hunts: false
  183.  
Advertisement
Add Comment
Please, Sign In to add comment