mughi
Last activity:
Nov 10, 2012
Joined:
Jan 5, 2011
Messages:
1,173
Likes Received:
26
Trophy Points:
0
Gender:
Male
Birthday:
Aug 20, 1975 (Age: 37)
Location:
Chicago, IL
Occupation:
Software Developer

Share This Page

mughi

Member, Male, 37, from Chicago, IL

Please do not request help via profile posts or PMs. Create a thread, fill out the required info, and clearly state your problem. Apr 28, 2011

mughi was last seen:
Nov 10, 2012
  • Loading...
    1. Andre_9796
      are you still interested in mod rank?
    2. mughi
      Please do not request help via profile posts or PMs. Create a thread, fill out the required info, and clearly state your problem.
    3. mughi
      If you feel that I would be particularly useful for your problem, and I haven't already found your thread, tag me: @mughi (in thread)
    4. mughi
      This way, other users with similar problems can be helped by searching for your thread. Thanks
  • Loading...
  • Loading...
  • Signature

    Last night my dog told me that the blood of my victims purifies the earth.

    About

    Gender:
    Male
    Birthday:
    Aug 20, 1975 (Age: 37)
    Location:
    Chicago, IL
    Occupation:
    Software Developer
    Links I get tired of looking up because I can never remember them:
    Simple linux setup
    assuming linux, terminal access (putty), and ftp/scp access, the following should get you started:

    1. download Latest Recommended Build
    2. ftp/scp craftbukkit jar file to server
    3. using terminal (putty), enter the following commands:
      1. nano start.sh
      2. java -d64 -Xincgc -Xmx1G -jar craftbukkit-0.0.1-SNAPSHOT.jar
      3. ctrl+x, yes to save
      4. chmod +x start.sh
    4. to start the server (first time, or after reboot)
      1. screen
      2. ./start.sh
    5. to connect to running server after you disconnect (close putty)
      1. screen -dr
    you can increase the memory if you have more (Xmx#G)

    Chunkster Use
    1. download the zip file: Chunkster
    2. unzip it
    3. copy Chunkster.jar (in dist) to the same folder that your craftbukkit.jar file is in
    4. from a command prompt (in the folder you just copied chunkster to) enter "java -jar Chunkster.jar <world directory>"
    ex: java -jar Chunkster.jar iceworld

    You might need to put the path to the world directory in quotes, if it has a space in it

    Windows 7 Firewall Settings: (req. even if fw is off)
    1. create four rules in your firewall settings
    2. inbound, tcp, 25565, allow, all profiles
    3. inbound, udp, 25565, allow, all profiles
    4. outbound, tcp, 25565, allow, all profiles
    5. outbound, udp, 25565, allow, all profiles
  • Loading...