Skip to content

Configuration

Vecoo edited this page Jun 13, 2026 · 40 revisions

Example main config

# The amount of seconds time before the pokemon location is announced. 0 to disable.
location-time: 600

# he number of seconds until the legendary pokemon is completely despawn. 0 to disable.
despawn-time: 1800

# Base chance for legendary pokemon.
base-chance: 10.0

# A chance added to the base chance upon failure.
step-spawn-chance: 5.0

# The minimum number of seconds added to display the command time, it only changes the time visually.
random-time-spawn-min: 0

# The maximum number of seconds added to display the command time, it only changes the time visually.
random-time-spawn-max: 300

# The time threshold for a legendary pokemon when you need to add time.
threshold-remaining: 300

# Additional time for legendary spawn time if threshold is exceeded.
additional-time-remaining: 300

# Will legendary pokemon have particles?
legendary-particle: true

# The name of the particle to display legendary pokemon.
particle-name: dragon_breath

# Notifying the player about the appearance of a legendary pokemon.
notify-personal-legendary-spawn: true

# Message about the capture of a legendary pokemon to the entire server.
notify-legendary-catch: true

# Message about the defeat of a legendary pokemon to the entire server.
notify-legendary-defeat: true

# Message about the despawn of a legendary pokemon to the entire server.
notify-legendary-despawn: true

# Will there be more legendary pokemon in a row?
legendary-repeat: true

# Will the blacklist of dimension be included?
blacklist-dimensions: false

# List of dimensions in which legendary pokemon will not appear.
blacklist-dimension-list:
  - the_nether
  - the_end

# Will blacklisted players be ignored when a legend appears?
blacklist-players: false

# List of players who will not be able to spawn legendary pokemon.
blacklist-players-list:
  - Player

Example defender config

# Maximum number of players in the trust list. Set to 0 to disable.
trust-limit: 15

# The number of seconds before the protection of a legendary pokemon is removed.
protected-time: 300

Clone this wiki locally