first commit
This commit is contained in:
58
config/hunt/config.json
Normal file
58
config/hunt/config.json
Normal file
@ -0,0 +1,58 @@
|
||||
{
|
||||
"version": "1.1.0",
|
||||
"individualHunts": false,
|
||||
"sendHuntEndMessage": false,
|
||||
"sendHuntBeginMessage": false,
|
||||
"timerCooldowns": true,
|
||||
"bufferDuration": 5,
|
||||
"huntDuration": 120,
|
||||
"huntAmount": 14,
|
||||
"rarity": {
|
||||
"commonPokemonRarity": 7.0,
|
||||
"uncommonPokemonRarity": 2.5,
|
||||
"rarePokemonRarity": 0.3
|
||||
},
|
||||
"rewards": {
|
||||
"common": {
|
||||
"price": 300.0,
|
||||
"commands": [
|
||||
"give {player} numismatic-overhaul:silver_coin 3"
|
||||
]
|
||||
},
|
||||
"uncommon": {
|
||||
"price": 500.0,
|
||||
"commands": [
|
||||
"give {player} numismatic-overhaul:silver_coin 5"
|
||||
]
|
||||
},
|
||||
"rare": {
|
||||
"price": 1000.0,
|
||||
"commands": [
|
||||
"give {player} numismatic-overhaul:silver_coin 10"
|
||||
]
|
||||
},
|
||||
"ultraRare": {
|
||||
"price": 3000.0,
|
||||
"commands": [
|
||||
"give {player} numismatic-overhaul:silver_coin 30"
|
||||
]
|
||||
}
|
||||
},
|
||||
"matchProperties": {
|
||||
"ability": false,
|
||||
"gender": false,
|
||||
"nature": false,
|
||||
"shiny": false
|
||||
},
|
||||
"customPrices": [
|
||||
{
|
||||
"species": "ditto",
|
||||
"form": "",
|
||||
"price": 10000.0,
|
||||
"commands": [
|
||||
"give {player} numismatic-overhaul:gold_coin 1"
|
||||
]
|
||||
}
|
||||
],
|
||||
"blacklist": []
|
||||
}
|
11
config/hunt/lang.json
Normal file
11
config/hunt/lang.json
Normal file
@ -0,0 +1,11 @@
|
||||
{
|
||||
"title":"",
|
||||
"fillerMaterial": "cobblemon:capture_sherd",
|
||||
"reloadMessage": "§aReloaded Configs",
|
||||
"captureHuntBroadcast": "§l{player} completed the hunt for §l§e{pokemon}§l§f",
|
||||
"payMessage": "",
|
||||
"endedHuntMessage": "§5The hunt for {pokemon} has ended",
|
||||
"newHuntMessage": "§5The hunt for {pokemon} has begun",
|
||||
"reward": "§6Coins awarded if caught: §6",
|
||||
"timeRemaining": "§8Time remaining: §3"
|
||||
}
|
3
config/hunt/logs.json
Normal file
3
config/hunt/logs.json
Normal file
@ -0,0 +1,3 @@
|
||||
{
|
||||
"data": {}
|
||||
}
|
Reference in New Issue
Block a user