Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Different rewards #47

Open
dvo18 opened this issue Jun 23, 2024 · 1 comment
Open

Different rewards #47

dvo18 opened this issue Jun 23, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@dvo18
Copy link

dvo18 commented Jun 23, 2024

Describe the Suggestion

Hi, how can I have the differrent rewards for the same type of mission, for example:
{
"cut": {
"reward": {
"amount": "2-23",
"item": "diamond"
},
"missions": {
"create:brass_scaffolding": "100-400",
"create:brass_bars": "200-800",
"create:brass_ladder": "100-400",
"create:industrial_iron_block": "500-1500",
"create:rose_quartz_block": "300-900",
"create:rose_quartz_tiles": "200-700",
"create:copper_tiles": "300-700",
"create:andesite_scaffolding": "200-800",
"create:andesite_bars": "300-1200",
"create:andesite_ladder": "200-800",
"create:framed_glass": "500-2500",
"create:copycat_panel": "600-1800",
"create:copycat_step": "600-1800"
},
"titles": [
"Cutting edge technology",
"Pochita",
"Chainsaw man",
"Risky endeavour",
"Safety first",
"Precision incision",
"Cuts like a knife",
"Blade runner",
"Slice of life"
]
},
"cut": {
"reward": {
"amount": "6-32",
"item": "minecraft:gold_ingot"
},
"missions": {
"create:brass_scaffolding": "50-200",
"create:brass_bars": "100-400",
"create:brass_ladder": "50-200",
"create:industrial_iron_block": "250-750",
"create:rose_quartz_block": "150-450",
"create:rose_quartz_tiles": "100-350",
"create:copper_tiles": "150-350",
"create:andesite_scaffolding": "100-400",
"create:andesite_bars": "150-600",
"create:andesite_ladder": "100-400",
"create:framed_glass": "250-1250",
"create:copycat_panel": "300-900",
"create:copycat_step": "300-900"
},
"titles": [
"Cutting edge technology",
"Pochita",
"Chainsaw man",
"Risky endeavour",
"Safety first",
"Precision incision",
"Cuts like a knife",
"Blade runner",
"Slice of life"
]
}
}

also I want to know if I can give an xp reward with the actual reward both together, thanks

Screenshots and Videos

No response

Additional Context

the way I wrote it is not working

@muriplz
Copy link
Contributor

muriplz commented Jun 23, 2024

its not possible right now, it's a planned feature

@muriplz muriplz added the enhancement New feature or request label Sep 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants