Skip to content

Essentials 4.0

Compare
Choose a tag to compare
@Kieaer Kieaer released this 28 Sep 07:54

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 write version: 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.