Hello
Normal Crater Settings are not applied
In the config , I set it like this:
"Normal Crater Settings": {
"Modify Chance (If not modified, use default mineral)": 100.0,
"Minimum Mineral Amount": 1,
"Maximum Mineral Amount": 3,
"Allow Duplication Of Mineral Item": false,
"Mineral Items": [
{
"Mineral Item Short Name": "stones",
"Chance": 80.0,
"Minimum pM": 2500.0,
"Maximum pM": 2500.0
},
{
"Mineral Item Short Name": "metal.ore",
"Chance": 70.0,
"Minimum pM": 500.0,
"Maximum pM": 500.0
},
{
"Mineral Item Short Name": "sulfur.ore",
"Chance": 60.0,
"Minimum pM": 500.0,
"Maximum pM": 500.0
},
{
"Mineral Item Short Name": "hq.metal.ore",
"Chance": 100.0,
"Minimum pM": 25.0,
"Maximum pM": 25.0
}
]
}In the game if you use the command backpumpjack.info writes like this:
Datafile contain 5 entry, Quarry count 5
Datafile for Quarry at :(483.1, 33.7, -55.7)
Resource: stones, Rate: 1089 pM, amount: 6033955
Resource: hq.metal.ore , Rate: 14 pM, amount: 5326967
Deposit info
Resource: stones , Rate: 1089 pM, amount: 6033955
Resource: hq.metal.ore , Rate: 14 pM, amount: 5326967
Tested 5 entry, Found 1 quarry resources in data file.
The plugin was being restarted. The server was rebooting. How can this problem be solved?