-
Notifications
You must be signed in to change notification settings - Fork 0
Configuration
Vecoo edited this page Nov 12, 2024
·
40 revisions
playerStorage: "/%directory%/storage/LegendControl/players/" # Directory for saving player information from root.
serverStorage: "/%directory%/storage/LegendControl/" # Directory for saving server information from root.
trust-limit: 15 # Maximum number of players in the trust list. Set to 0 to disable.
protected-time: 300 # The number of seconds before the protection of a legendary Pokemon is removed. Set to 0 to disable.
locationTime: 600 # The amount of time before the Pokemon's location is announced. 0 to disable.
base-chance: 10.0 # Base chance for legendary Pokemon.
step-spawn-chance: 5.0 # A chance added to the base chance upon failure.
maxPlayersIP: 0 # The number of player IPs stored for the non-re-appearance of the legendary Pokemon. Set to 0 to remove the limitation.
randomTimeSpawnMin: 0 # The minimum number of seconds added to display the team time, it only changes the time visually.
randomTimeSpawnMax: 300 # The maximum number of seconds added to display the team time, it only changes the time visually.
particleName: "dragon_breath" # Name particle to spawn legendary pokemon.
notify-legendary-spawn: true # Notifying the player about the appearance of a legendary Pokemon (locally).
legendaryRepeat: true # Can the same legendary Pokemon be repeated?
legendaryParticle: true # Will legendary Pokemon have particles?
blacklistLegendary: false # Will the blacklist of legendary Pokemon work?
blacklistLegendaryList: "Regieleki", "Regidrago" # List of Legendary Pokemon that cannot appear.
blacklistDimensions: false # Will the blacklist of dimension be included?
blacklistDimensionList: "the_nether", "the_end" # Names of all excluded dimensions.