#1125 Limbo persistence: convert old segments, add tests
- On startup / reload the playerdata folder is scanned for old segment files, whose data is migrated before they are deleted - Add tests for segment files persistence holder
This commit is contained in:
@@ -0,0 +1,32 @@
|
||||
{
|
||||
"88897c88-7c8f-c12e-4931-6206d4ca067d": {
|
||||
"location": {
|
||||
"world": "world",
|
||||
"x": -196.69999998807907,
|
||||
"y": 67.0,
|
||||
"z": 5.699999988079071,
|
||||
"yaw": 222.14977,
|
||||
"pitch": 10.649977
|
||||
},
|
||||
"group": "staff",
|
||||
"operator": true,
|
||||
"can-fly": false,
|
||||
"walk-speed": 0.3,
|
||||
"fly-speed": 0.1
|
||||
},
|
||||
"8c679491-1234-abcd-9102-1fa6e0cc3f81": {
|
||||
"location": {
|
||||
"world": "nether",
|
||||
"x": 300.12345,
|
||||
"y": 42.3,
|
||||
"z": -72.482749988079071,
|
||||
"yaw": 100.27788,
|
||||
"pitch": 4.242111
|
||||
},
|
||||
"group": "primary",
|
||||
"operator": false,
|
||||
"can-fly": true,
|
||||
"walk-speed": 0.1,
|
||||
"fly-speed": 0.0
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user