Mine Not Saving after Restart? (FIXED)
camocat9 opened this issue ยท 0 comments
If you are making a bug report, fill out the form below. If you are making a suggestion or something other than a bug report, then you may remove this boilerplate text.
What's the problem?
Feature: Mines (Prison)
The mines I create are not saving whenever I restart the server. I have to re-create the mine after every restart.
What's happening?
09.01 14:31:33 [Server] INFO | Prison | Ranks enable failed, in 0 milliseconds.
09.01 14:31:33 [Server] INFO | Prison | Ranks enable start...
09.01 14:31:33 [Server] INFO | Prison | Mines enable succeeded, in 64 milliseconds.
09.01 14:31:33 [Server] INFO | Prison | Loaded 0 mines
How do we recreate the problem?
I am not sure. I do not know what you would do to recreate this issue
Anything else you need to tell us?
I changed some settings in the prison config.
Original
{
"asyncReset": true,
"resetMessages": true,
"multiworld": false,
"fillMode": false,
"resetTime": 600,
"worlds": [
"plots",
"mines"
],
"resetWarningTimes": [
600,
300,
60
]
}
New Mines Config
{
"asyncReset": true,
"resetMessages": true,
"multiworld": false,
"fillMode": false,
"resetTime": 1200,
"worlds": [
"plots",
"mines"
],
"resetWarningTimes": [
1200,
900,
600,
300
]
}
The world that I have the prison in is a new world created by Multiverse Core. I used the space bar to make the new Reset Warning Times, adding a new time block and changing the reset time from 10 Minutes to 20 Minutes, adding a new warning time in. Thanks in advance!
I do not know how this was fixed, but it is working now!