Page 1 of 2 12 LastLast
Results 1 to 15 of 16
  1. #1
    ColdBloodedAgent's Avatar
    Join Date
    Sep 2012
    Gender
    male
    Location
    Denmark
    Posts
    142
    Reputation
    10
    Thanks
    437
    My Mood
    Cheerful

    Post How To Make A server [1.6.4] [Tutorial In Steps]

    Welcome To A Tutorial On How To Make Your First Server

    Tutorial Format: Text

    Step 1:
    Download Java At Here

    Step 2:
    Download Latest Craftbukkit Build Here

    Step 3:
    Make Your "Run" File.

    Codes:
    Windows:
    Code:
    java -Xmx1024M -jar craftbukkit.jar -o true
    PAUSE
    Linux:
    Code:
    #!/bin/sh
     BINDIR=$(dirname "$(readlink -fn "$0")")
     cd "$BINDIR"
     java -Xmx1024M -jar craftbukkit.jar -o true
    Mac:
    Code:
    #!/bin/bash
    cd "$( dirname "$0" )"
    java -Xmx1024M -jar craftbukkit.jar -o true
    For Further Intructions Head To Bukkit's Server Tutorial Here

    Step 3.1:
    Paste In Your Code In Your Default Text Editor.

    Step 3.2:
    Click On "File" And Then "Save As" And Then Select "All Files"

    Step 3.3:
    Save It As "Run.bat", Then It Will Turn Into A .bat File.

    Step 4:
    Rename Your Craftbukkit file. When you download it, it will usually be named something like this "craftbukkit-1.6.4-R0.1-20131010.233836-11"
    The File Craftbukkit File Should Be Renamed To "Craftbukkit"

    Step 5:
    Put Your Files, "Craftbukkit.jar" And "Run.bat" In The Same Folder And Run The "Run.bat" File.

    Step 5.1:
    When You Got All The Generated Files Type In Console, stop.

    You Can Skip The 6'th Step If You Dont Want To Change Anything

    Step 6:
    Open Up "server.properties" With Your Default Text Editor.
    I Would Recommended The Text Editor "Notepad++", You Will Need It When Making The Permissions For Your Server.

    Step 6.1:
    Start Looking In The "server.properties" And Edit The Things To Your Needs.

    Step 6.2:
    If You Want Your Server To Be Cracked Edit The Code In Your Run.bat To This:

    Windows:
    Code:
    java -Xmx1024M -jar craftbukkit.jar -o false
    PAUSE
    Linux:
    Code:
    #!/bin/sh
     BINDIR=$(dirname "$(readlink -fn "$0")")
     cd "$BINDIR"
     java -Xmx1024M -jar craftbukkit.jar -o false
    Mac:
    Code:
    #!/bin/bash
    cd "$( dirname "$0" )"
    java -Xmx1024M -jar craftbukkit.jar -o false
    Step 7:
    Run Your Server

    Step 7.1:
    Startup Minecraft, Click On Multiplayer, Click On Add Server.

    Step 7.2:
    If You Have A "Wired" Computer Type In "localhost" In The IP Box.

    Wired People Can Head To Step 8

    Step 7.3:
    If You Are Wireless Go To The Website whatsmyip Here

    Step 7.4:
    Go In The "server.properties" File And Edit The Line "server-ip=" To "server-ipYour IP]

    Step 7.5:
    Type In Your IP In The IP Box In Minecraft.

    Step 8:
    Join Your Server And Begin Having Fun!

    If You Got Any Questions Or Some Changes To Post Please Post A Comment Below!

    (I Might Not Be Able To Answer On Linux And Mac Question's, But I Will Try My Best)


    How To Let Your Friends Join Your Server

    Step 1:
    Download Hamachi Unmanaged Here

    Step 1.1:
    Install Hamachi And Run Hamachi

    Setting Hamachi Up

    Step 1:
    Click On The Power Button

    Step 2:
    Write Your Client Name (Name That Will Show Up When You Join Network)

    Step 2.1:
    Wait For Hamachi To Test Connection.

    Step 3:
    Click On "Create New Network"

    Step 3.1:
    Name Your Network And Type In Password (Password Shouldnt Be Personal) For Network

    Step 4:
    Right Click Click On The Number Above Your Name (Your Name Is To The Right Next To Power Button) And Click On "Copy IPv4 Adress"

    Step 5:
    Now Open Up Your "server.properties" and Click Copy Your IPv4 Adress To The Line "server-ipIP Would Be Here]"

    Step 6:
    Tell Your Friends To Download Hamachi Unmanaged And Give Them Network Info (Network Name And Password)

    Step 7:
    Enjoy Playing With Your Friends!

    (If You Got Any Question To Anything Above, Post Down Below And I Will Try To Answer It)
    Last edited by ColdBloodedAgent; 10-12-2013 at 11:00 AM. Reason: Fixed Bad Formulation

  2. #2
    TrainZug's Avatar
    Join Date
    Aug 2013
    Gender
    male
    Posts
    3
    Reputation
    10
    Thanks
    0
    How my Friends can Play on the Server ??? When my Friends try to Connect to the Server it says "Can´t reach Server"

  3. #3
    molot's Avatar
    Join Date
    Apr 2013
    Gender
    male
    Location
    MPGH OR BED
    Posts
    1,796
    Reputation
    41
    Thanks
    223
    My Mood
    Cold
    Quote Originally Posted by TrainZug View Post
    How my Friends can Play on the Server ??? When my Friends try to Connect to the Server it says "Can´t reach Server"
    try to enable the firewall

  4. #4
    non ame's Avatar
    Join Date
    Feb 2011
    Gender
    male
    Posts
    1,118
    Reputation
    193
    Thanks
    1,048
    Quote Originally Posted by TrainZug View Post
    How my Friends can Play on the Server ??? When my Friends try to Connect to the Server it says "Can´t reach Server"
    Because you have to portforward port 25565. I don't know why OP didn't mention it...

    Quote Originally Posted by molot View Post
    try to enable the firewall
    Yes, because enabling a firewall will make it easier
    Last edited by non ame; 10-12-2013 at 10:53 AM.

  5. #5
    ColdBloodedAgent's Avatar
    Join Date
    Sep 2012
    Gender
    male
    Location
    Denmark
    Posts
    142
    Reputation
    10
    Thanks
    437
    My Mood
    Cheerful
    Quote Originally Posted by TrainZug View Post
    How my Friends can Play on the Server ??? When my Friends try to Connect to the Server it says "Can´t reach Server"
    Follow My Instruction I Just Made And They Should Be Able To Join.

  6. #6
    ColdBloodedAgent's Avatar
    Join Date
    Sep 2012
    Gender
    male
    Location
    Denmark
    Posts
    142
    Reputation
    10
    Thanks
    437
    My Mood
    Cheerful
    Quote Originally Posted by non ame View Post
    Because you have to portforward port 25565. I don't know why OP didn't mention it...


    Yes, because enabling a firewall will make it easier
    Sorry, I Should Have Made A "How To Let Your Friends Join Your Server" Before, It's Made Now And You DON'T Need To Portforward.

  7. #7
    non ame's Avatar
    Join Date
    Feb 2011
    Gender
    male
    Posts
    1,118
    Reputation
    193
    Thanks
    1,048
    Quote Originally Posted by ColdBloodedAgent View Post
    Sorry, I Should Have Made A "How To Let Your Friends Join Your Server" Before, It's Made Now And You DON'T Need To Portforward.
    You don't need to portforward? Please tell me more...

  8. #8
    ColdBloodedAgent's Avatar
    Join Date
    Sep 2012
    Gender
    male
    Location
    Denmark
    Posts
    142
    Reputation
    10
    Thanks
    437
    My Mood
    Cheerful
    Well, What Can I Tell - I Played With My Friends Without Portforwarding Anything :P
    Dont Know What To Tell..

  9. #9
    Smaug's Avatar
    Join Date
    Apr 2011
    Gender
    male
    Posts
    2,518
    Reputation
    121
    Thanks
    1,192
    Quote Originally Posted by ColdBloodedAgent View Post
    I Played With My Friends Without Portforwarding Anything
    And I'm Jesus Christ.
    Shitty ass tutorial 0/10 do not follow.
    Member Level 1 since 4/20/11 - 8/4/14
    Member Level 2 since 8/4/14 - present

  10. #10
    non ame's Avatar
    Join Date
    Feb 2011
    Gender
    male
    Posts
    1,118
    Reputation
    193
    Thanks
    1,048
    Quote Originally Posted by ColdBloodedAgent View Post
    Well, What Can I Tell - I Played With My Friends Without Portforwarding Anything :P
    Dont Know What To Tell..
    Inb4 you are using hamachi

  11. #11
    ColdBloodedAgent's Avatar
    Join Date
    Sep 2012
    Gender
    male
    Location
    Denmark
    Posts
    142
    Reputation
    10
    Thanks
    437
    My Mood
    Cheerful
    Quote Originally Posted by Clastic View Post

    And I'm Jesus Christ.
    Shitty ass tutorial 0/10 do not follow.
    Instead Of Saying Such Thing Give Me Constructive Feedback.. I Cant Correct On Things I Did Wrong Without Knowing My Mistakes..

  12. #12
    Smaug's Avatar
    Join Date
    Apr 2011
    Gender
    male
    Posts
    2,518
    Reputation
    121
    Thanks
    1,192
    Quote Originally Posted by ColdBloodedAgent View Post
    Instead Of Saying Such Thing Give Me Constructive Feedback.. I Cant Correct On Things I Did Wrong Without Knowing My Mistakes..
    The bukkit server tutorial is much more in detail than yours, plus you don't teach shit probably just c/p'ed off some crappy ass site. Please stop making threads.
    Member Level 1 since 4/20/11 - 8/4/14
    Member Level 2 since 8/4/14 - present

  13. #13
    ColdBloodedAgent's Avatar
    Join Date
    Sep 2012
    Gender
    male
    Location
    Denmark
    Posts
    142
    Reputation
    10
    Thanks
    437
    My Mood
    Cheerful
    Im just trying to keep it as simple as possible - I didnt c/p off a site, And i will not stop making threads because of someone like you..

  14. #14
    Smaug's Avatar
    Join Date
    Apr 2011
    Gender
    male
    Posts
    2,518
    Reputation
    121
    Thanks
    1,192
    Quote Originally Posted by ColdBloodedAgent View Post
    Im just trying to keep it as simple as possible - I didnt c/p off a site, And i will not stop making threads because of someone like you..
    Wow you must be confident, even for a little shit like you I applaud you. 1/10, just stop.
    Member Level 1 since 4/20/11 - 8/4/14
    Member Level 2 since 8/4/14 - present

  15. #15
    ColdBloodedAgent's Avatar
    Join Date
    Sep 2012
    Gender
    male
    Location
    Denmark
    Posts
    142
    Reputation
    10
    Thanks
    437
    My Mood
    Cheerful
    Quote Originally Posted by Clastic View Post

    Wow you must be confident, even for a little shit like you I applaud you. 1/10, just stop.
    Look at your language! - Try to talk to people nicely just once.. I saw many threads were you was a idiot to the one that started thread.

Page 1 of 2 12 LastLast

Similar Threads

  1. how to make a server
    By Lyoto Machida in forum Minecraft Tutorials
    Replies: 2
    Last Post: 04-23-2011, 10:22 AM
  2. [Info] How To Make GM Server Side And Unsensored Text
    By PrinceRay in forum Point Blank Hacks
    Replies: 20
    Last Post: 03-09-2011, 11:03 AM
  3. [TuT]How to make Multi Server Hack Work
    By InCapacitated in forum CrossFire Tutorials
    Replies: 4
    Last Post: 09-20-2010, 02:45 AM
  4. any1 know how to make private servers?
    By zlavik in forum Combat Arms Discussions
    Replies: 23
    Last Post: 08-31-2009, 09:48 PM
  5. How to make the server run
    By wowhaxor in forum Gunz General
    Replies: 3
    Last Post: 05-25-2006, 09:59 PM