Aller au contenu principal

tycoon_challenge

A rotating daily/weekly zoo challenge — manifest entry.

Entry Information

PropertyValue
Entry IDtycoon_challenge
TypeManifest
ColorOrange
Iconmdi:trophy

Description

What a challenge measures. / enum class ChallengeType { /* Capture / research new animals. / CAPTURE_ANIMAL, /* Place animals in the world. / PLACE_ANIMAL, /* Kill tracked mobs. / KILL_MOB, /* Earn zoo revenue (rounded units). / EARN_REVENUE, /* Prestige animals. / PRESTIGE, /* Complete research on animals. / RESEARCH_ANIMAL, } /* Rotation window of a challenge. / enum class ChallengePeriod { DAILY, WEEKLY, } /* A rotating daily/weekly zoo challenge. Progress accrues on matching gameplay events; when the target is reached the player claims the reward. Challenges reset when their period changes. @since 0.2.0

Fields

FieldTypeDescription
displayNameStringDisplay name shown in the challenges tab.
descriptionStringShort description of the objective.
typeChallengeTypeWhat this challenge measures.
periodChallengePeriodRotation window (DAILY resets each day, WEEKLY each week).
targetLongTarget amount to reach.
rewardMoneyDoubleMoney rewarded on claim (via Vault).
rewardCommandsList<String>Commands run as console on claim ({player} is replaced with the player name).
iconStringGUI icon material (minecraft:...).

Usage Example

- entry: tycoon_challenge
name: "A rotating daily/weekly zoo challenge"
displayName: ""
description: ""
type: ""
period: ""
target: 0
rewardMoney: 0
rewardCommands: []
icon: ""