Space Engineers | Torch and auto commands

  • Space Engineers, Torch, Auto commands, space engineers torch and auto commands, space engineers, Torch and auto commands, torch and auto commands
  • 0
  • Print

    To set up auto commands for your server can be complex but will help you manage your server better. The below example is explained

    <?xml version="1.0" encoding="utf-8"?>
    <EssentialsConfig xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
      <AutoCommands>
        <AutoCommand>
         <Enabled>true</Enabled> - Tells essentials if the command should be run or not
         <Name>Disable Refineries on boot</Name> - A name for the command so you can easily see what's what
         <OnStart>true</OnStart> - Tells essentials that this command should be run at server start
         <Interval>00:05:00</Interval> - this should be a little longer than it takes for your server to fully start up
         <DayOfWeek>All</DayOfWeek> - you can set a specific day for this to run or setting it to All will make it run every day
          <Steps> - the steps you want it to take
          <CommandStep> - the start of the first command step
          <Command>!blocks off type Refinery</Command> - this will turn off all refineries 5 minutes into the server startup (if your server takes 4 minutes to start it will run 1 minute after startup)
          </CommandStep> - end of the first command step
          </Steps> - end of all steps
        </AutoCommand> - end of this command
      </AutoCommands> - end of all commands
      <InfoCommands />
      <Motd>Welcome to another Pingperfect.com game server</Motd>
      <MotdUrl />
      <NewUserMotdUrl>false</NewUserMotdUrl>
      <StopShipsOnStart>false</StopShipsOnStart>
      <UtilityShowPosition>false</UtilityShowPosition>
      <MarkerShowPosition>false</MarkerShowPosition>
      <BackpackLimit>1</BackpackLimit>
      <KnownSteamIds>
        <unsignedLong>76533598293788000</unsignedLong>
      </KnownSteamIds>
      <PackRespawn>false</PackRespawn>
      <MaxPackedRespawnSize>0</MaxPackedRespawnSize>
      <EnableClientTweaks>true</EnableClientTweaks>
      <EnableToolbarOverride>false</EnableToolbarOverride>
      <CompressionLevel>Optimal</CompressionLevel>
      <AsyncJoin>false</AsyncJoin>
      <PackPlanets>false</PackPlanets>
    </EssentialsConfig>

    More examples can be found here https://wiki.torchapi.net/index.php/Plugins/Essentials#Auto_Commands

     

    Looking for a game server host known for brilliant 24/7 customer support and quality hardware?

    Try a Pingperfect Space Engineers server today! https://pingperfect.com/gameservers/space-engineers-game-server-hosting-rental.php


    Order now - Use code KNOWLEDGE15 for 15% off

    Was this answer helpful?

    « Back