A quick update:
Ran into some issues with my reset chunk command that I'm still trying to sort out. I'm not entirely sure its the fault of the command or something broken on my server as I tested the dk-regen command and saw the same issue. (falling blocks not falling)
With huge thanks to DjKrose for teaching me about reflection methods, I have unlocked the sleeper volume info, and can report on all volumes in the world, their pos, size, groupname, next respawn (days), zombie counts, etc
Code:
{
"Count" : 2,
"Data" : [
{
"Index" : 0,
"Group" : "S_Default_S",
"Position" : "2100 54 168",
"Max" : "2119 66 183",
"Size" : "20 13 16",
"RespawnTimer" : 4.98
},
{
"Index" : 1,
"Group" : "S_Default_S",
"Position" : "2184 56 125",
"Max" : "2239 66 181",
"Size" : "56 11 57",
"RespawnTimer" : 0.0
}
]
}