Essentials 4.0
New features
- Check latest version
- Player DB and Config file is now upgradeable.
If you don't want erase any settings, open config.txt and writeversion: 1
and start your server. - Server query
If you send the word "query" to the server port, the json will be returned.
{
"resource":{
"phase-fabric":0,
"silicon":0,
"surge-alloy":0,
"plastanium":0,
"titanium":72,
"thorium":0,
"metaglass":0,
"copper":134,
"graphite":82,
"lead":463
},
"players":0,
"name":"Public test server",
"playerlist":["test1","test2"],
"playtime":"00:00.00",
"version":96
}
internal
- Optimize internal sources
- server/client port is now using single port.