-
Notifications
You must be signed in to change notification settings - Fork 5
Description
Hello!
I noticed the config wont save after trying to alter the config. It will not take any effect and while performing a server reset it just goes back to default. I was trying to do this, I saved it a a notepad after it erased everything the first time LOL:
{
"useImpactorDefaultCurrency": true,
"impactorCurrencyName": "impactor:huntcoins",
"individualHunts": false,
"sendHuntEndMessage": true,
"sendHuntBeginMessage": true,
"timerCooldowns": true,
"bufferDuration": 5,
"huntDuration": 60,
"huntAmount": 25,
"rarity": {
"common": 60,
"uncommon": 30,
"rare": 9,
"ultraRare": 1
},
"rewards": {
"common": {
"price": 100.0,
"commands": [
"give {player} minecraft:emerald 2"
"give {player} cobblemon:ancient_poke_ball 15"
"give {player} cobblemon:potion 2"
"give {player} cobblemon:exp_candy_s 5"
]
},
"uncommon": {
"price": 500.0,
"commands": [
"give {player} minecraft:emerald 3"
"give {player} cobblemon:ancient_poke_ball 20"
"give {player} cobblemon:ancient_great_ball 5"
"give {player} cobblemon:potion 5"
"give {player} cobblemon:exp_candy_m 5"
"give {player} cobblemon:rare_candy 2"
]
},
"rare": {
"price": 700.0,
"commands": [
"give {player} minecraft:emerald 4"
"give {player} cobblemon:ancient_great_ball 15"
"give {player} cobblemon:ancient_ultra_ball 5"
"give {player} cobblemon:super_potion 2"
"give {player} cobblemon:potion 10"
"give {player} cobblemon:exp_candy_l 5"
"give {player} cobblemon:rare_candy 4"
]
},
"ultraRare": {
"price": 1000.0,
"commands": [
"give {player} minecraft:emerald 5"
"give {player} cobblemon:ancient_ultra_ball 15"
"give {player} cobblemon:ancient_origin_ball 1"
"give {player} cobblemon:super_potion 10"
"give {player} cobblemon:potion 10"
"give {player} cobblemon:exp_candy_xl 5"
"give {player} cobblemon:rare_candy 6"
]
}
},
"matchProperties": {
"ability": true,
"gender": true,
"nature": true,
"shiny": false
},
"customPrices": [
{
"species": "magikarp",
"form": "",
"reward": {
"price": 500.0,
"commands": [
"give {player} minecraft:diamond 1"
]
}
}
],
"blacklist": [],
"version": "1.2.1"
}