Skip to content

Instantly share code, notes, and snippets.

@happyzleaf
Last active April 6, 2020 17:36
Show Gist options
  • Save happyzleaf/5c556a2eaf456c6d1e85607b7c894012 to your computer and use it in GitHub Desktop.
Save happyzleaf/5c556a2eaf456c6d1e85607b7c894012 to your computer and use it in GitHub Desktop.
PixelGenocide default config
# You can find more info at https://github.com/happyzleaf/PixelGenocide/wiki/Configuration#broadcast
broadcast {
# Placeholders: %wiped%. Leave empty to disable.
cleaned="&a%wiped% pokémon have been wiped away."
# Placeholders: %timer_seconds% %timer_human%. Leave empty to disable.
timer="&4Useless pokémon will be wiped away in &c%timer_human%&4."
}
# You can find more info at https://github.com/happyzleaf/PixelGenocide/wiki/Configuration#conditions
conditions {
blacklist {
enabled=false
species=[
Geodude,
Zubat,
Magikarp
]
}
bosses=true
# This is an experimental feature and should remain 'false'. If set to 'true', this lets you skip the check for pokémon that are not supposed so despawn. AKA lets you wipe pokémon from /pokespawn. This is intended for debugging purposes and could potentially break other plugins behavior.
debug=false
specs=[
{
spec=shiny
},
{
spec="legendary:true"
}
]
ultraBeasts=true
whitelist {
enabled=true
species=[
Ditto,
Pikachu,
Eevee
]
}
withParticles=false
withPokerus=true
withinSpecialPlayer {
enabled=false
maxBlocksDistance=100
}
}
# You can find more info at https://github.com/happyzleaf/PixelGenocide/wiki/Configuration#timer
timer {
duration="10=MINUTES"
# How often the remaining time till cleaning should be displayed.
rate="s <= 5 ? 1 : s <= 15 ? 5 : s <= 60 ? 30 : s <= 600 ? 300 : s <= 1800 ? 600 : 1800"
}

If you don't know what I'm talking about, use this link.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment