TRIGGERcmd
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login
    1. Home
    2. ve1ikan
    3. Posts
    V
    • Profile
    • Following 0
    • Followers 1
    • Topics 0
    • Posts 1
    • Best 0
    • Controversial 0
    • Groups 1

    Posts made by ve1ikan

    • RE: running .jar

      @steef-van-der-Poel If you want to run a .jar executable, you need to run it using java. This is best done with a batch script like the following file:

      Batch Script (launch.bat)
      cd C:\Users\steef\Desktop\minecraftServer
      java -Xmx1024M -Xms1024M -jar minecraft_server.1.21.4.jar > log.txt 2>&1
      

      Your TriggerCMD command would have to be executing the .bat file

      Something like this would work, the command comes from Minecraft's site:
      https://www.minecraft.net/en-us/download/server

      a66cf93e-d25e-4307-8d9a-ba761eec8e5c-image.png

      posted in General Discussion
      V
      ve1ikan