Minecraft, awesome one man game project

Sharky Forums


Results 1 to 15 of 1930

Thread: Minecraft, awesome one man game project

Threaded View

  1. #10
    Great White Shark
    Join Date
    Nov 2000
    Location
    Alpharetta, Denial, Only certain songs.
    Posts
    9,925
    Quote Originally Posted by Kamakazie View Post
    You need the minecraft_server.jar from www.minecraft.net. You can launch the server like so:

    java -Xmx1024M -Xms1024M -jar minecraft_server.jar nogui

    It should create a configuration file in the working directory where you can set various server properties.
    Groovy.

    And I have the minecraft_server.jar. Wasn't specific. Sorry about that.

    Currently I have it starting with the following parameters (or will, once I get it up and running):

    Code:
    [james@mail:/home/minecraft$ cat start_server.sh 
    java -Xms2048M -Xmx2048M -jar minecraft-server.jar nogui
    The extra memory doesn't hurt the rest of the server much, and I would imagine it couldn't hurt the minecraft instance either.
    Last edited by James; 10-19-2010 at 02:29 PM.

    Crusader for the 64-bit Era.
    New Rule: 2GB per core, minimum.

    Intel i7-9700K | Asrock Z390 Phantom Gaming ITX | Samsung 970 Evo 2TB SSD
    64GB DDR4-2666 Samsung | EVGA RTX 2070 Black edition
    Fractal Arc Midi |Seasonic X650 PSU | Klipsch ProMedia 5.1 Ultra | Windows 10 Pro x64

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •