Config
The hunt configs have been moved recently to the directory, and sub-directories, found at config/EnvyHunt/hunts/ and the defaults found in config/EnvyHunt/hunts/defaults. In the defaults directory you will find two examples, both using the randomnonblockedspecies spec with one being a standard hunt, and the other being a shiny hunt.
Main config
The main config, found in config/EnvyHunt/config.yml, contains the blocked species list used for the randomnonblockedspecies spec and also a setting determining if catches should count towards multiple hunts.
Default Config
# © EnvyWare Ltd Software 2022
# For assistance visit https://discord.envyware.co.uk
blocked-species:
- articuno
- zygarde
- nidorina
catches-count-for-multiple-hunts: falseCommented Default config
# © EnvyWare Ltd Software 2022
# For assistance visit https://discord.envyware.co.uk
# The list of case sensitive species names
blocked-species:
- Articuno
- Zygarde
- Nidorina
# True if catches should count for multiple hunts
catches-count-for-multiple-hunts: falseGUI Config
GUIs Config
# © EnvyWare Ltd Software 2022
# For assistance visit https://discord.envyware.co.uk
hunt-u-i:
gui-settings:
title: Example
height: 3
fill-type: BLOCK
filler-items:
one:
enabled: true
type: minecraft:black_stained_glass_pane
amount: '1'
name: ' '
flags: []
lore: []
enchants: {}
nbt: {}
next-page:
enabled: true
type: pixelmon:right_trade_holder
amount: '1'
name: Next page
flags: []
lore:
- NEXT PAGE!
enchants: {}
nbt: {}
positions:
'0':
x: 5
y: 0
requires-permission: false
close-on-click: false
commands-executed: []
else-item:
enabled: true
type: minecraft:stained_glass_pane
amount: '1'
name: ' '
flags: []
lore: []
enchants: {}
nbt: {}
previous-page:
enabled: true
type: pixelmon:left_trade_holder
amount: '1'
name: Previous page
flags: []
lore:
- PREVIOUS PAGE!
enchants: {}
nbt: {}
positions:
'0':
x: 4
y: 0
requires-permission: false
close-on-click: false
commands-executed: []
else-item:
enabled: true
type: minecraft:stained_glass_pane
amount: '1'
name: ' '
flags: []
lore: []
enchants: {}
nbt: {}
pages: 1
Hunt Example
Here you can find an example config for a hunt that would be placed in the config/EnvyHunt/hunts/ directory.
An important setting to take note of is the enabled setting which determines is a hunt should be active or not. This exists because deleting the defaults will not work, they will always re-appear on server reboot, therefore setting this to "false" will stop them from appearing. However, it is important to note you can also edit these if you wanted to do that rather than just disabling them.
Last updated