PS Changelog build 24


  • Dev Team

    • Added new CLI methods: tools.resetAllDatatools.pauseSimulation, tools.resumeSimulation:
    > help(tools)
    Available methods:
     - resetAllData() - Wipe all world data and reset the database to the default state.
     - openRoom(roomName, [timestamp]) - Make a room available for use. Specify a timestamp in the future
    if you want it to be opened later automatically.
     - closeRoom(roomName) - Make a room not available.
     - sendServerMessage(message) - Send a text server message to all currently connected players.
     - pauseSimulation() - Stop main simulation loop execution.
     - resumeSimulation() - Resume main simulation loop execution.
    • Added minerals to the world template. You must call tools.resetAllData() in order to update your world.


  • is there a command to check which build version the server is on?

     


  • Dev Team

    It's displayed in the launcher and CLI logs right after the server starts.



  • Did the actual map is static ? or procedurally generated ? because i've use 'tools.resetAllData' so it reset the world and user data, but i also would like generate a different world ? maybe we have a seed to change or something else ?


  • Dev Team

    It is a pre-generated static map at the moment. World map editor tool is not released yet.