This is a read-only archive of the old Scratch 1.x Forums.
Try searching the current Scratch discussion forums.

#2 2011-08-23 10:15:57

meew0
Scratcher
Registered: 2010-02-22
Posts: 1000+

Re: The official guide on how to make a Minecraft server

Classic server:

1. Download the Minecraft Classic server software.
2. Follow the instructions in the readme.

Done!


http://i.imgur.com/mJV3j.pnghttp://i.imgur.com/HwWAX.pnghttp://i.imgur.com/sZ7Ui.pnghttp://i.imgur.com/0y6yh.pnghttp://i.imgur.com/nOC4l.png

Offline

 

#3 2011-08-23 10:22:32

meew0
Scratcher
Registered: 2010-02-22
Posts: 1000+

Re: The official guide on how to make a Minecraft server

Beta server (Hamachi):

1. Get Hamachi if you don't have it already.
2. Create a new network.
3. Download CraftBukkit.
4. Create a file "RUN.bat". Write the following into it:

Code:

@ECHO OFF
SET BINDIR=%~dp0
CD /D "%BINDIR%"
"%ProgramFiles%\Java\jre6\bin\java.exe" -Xincgc -Xmx1G -jar craftbukkit-0.0.1-SNAPSHOT.jar
PAUSE

If you're on a 64-bit system, write the following instead:

Code:

@ECHO OFF
SET BINDIR=%~dp0
CD /D "%BINDIR%"
"%ProgramFiles(x86)%\Java\jre6\bin\java.exe" -Xincgc -Xmx1G -jar craftbukkit-0.0.1-SNAPSHOT.jar
PAUSE

5. Change the line "server-ip=" in the server.properties file to "server-ip=<Hamachi IP>". Replace the "<Hamachi IP>" with your Hamachi IP.
6. Double-click the RUN.bat file.

Done!


http://i.imgur.com/mJV3j.pnghttp://i.imgur.com/HwWAX.pnghttp://i.imgur.com/sZ7Ui.pnghttp://i.imgur.com/0y6yh.pnghttp://i.imgur.com/nOC4l.png

Offline

 

#4 2011-08-23 10:27:21

meew0
Scratcher
Registered: 2010-02-22
Posts: 1000+

Re: The official guide on how to make a Minecraft server

Beta server:

1. Download CraftBukkit and extract it into a new folder on your system.
2. Create a file "RUN.bat" in that folder. Write the following into it:

Code:

@ECHO OFF
SET BINDIR=%~dp0
CD /D "%BINDIR%"
"%ProgramFiles%\Java\jre6\bin\java.exe" -Xincgc -Xmx1G -jar craftbukkit-0.0.1-SNAPSHOT.jar
PAUSE

If you're on a 64-bit system, write the following instead:

Code:

@ECHO OFF
SET BINDIR=%~dp0
CD /D "%BINDIR%"
"%ProgramFiles(x86)%\Java\jre6\bin\java.exe" -Xincgc -Xmx1G -jar craftbukkit-0.0.1-SNAPSHOT.jar
PAUSE

3. Set up port forwarding for the port 25565. (Click here for tutorials on this)
4. Double-click the RUN.bat file.
5. Go to whatismyip.org. That is your server IP. (If you want to connect to the server yourself, enter "127.0.0.1" instead of that IP.)

Done!


http://i.imgur.com/mJV3j.pnghttp://i.imgur.com/HwWAX.pnghttp://i.imgur.com/sZ7Ui.pnghttp://i.imgur.com/0y6yh.pnghttp://i.imgur.com/nOC4l.png

Offline

 

#5 2011-08-23 11:00:18

meew0
Scratcher
Registered: 2010-02-22
Posts: 1000+

Re: The official guide on how to make a Minecraft server

Bump


http://i.imgur.com/mJV3j.pnghttp://i.imgur.com/HwWAX.pnghttp://i.imgur.com/sZ7Ui.pnghttp://i.imgur.com/0y6yh.pnghttp://i.imgur.com/nOC4l.png

Offline

 

#6 2011-08-23 11:46:59

Nexstudent
Scratcher
Registered: 2010-02-07
Posts: 1000+

Re: The official guide on how to make a Minecraft server

Nice tutorial! Me and my friend were going to do survival multiplayer, but we didn't know how to set up a server. Thanks!


http://img696.imageshack.us/img696/9325/vedder.jpg

Offline

 

#7 2011-08-23 11:50:36

peterkap
Scratcher
Registered: 2009-01-24
Posts: 1000+

Re: The official guide on how to make a Minecraft server

Plugins:
Download from bukkit.org.
Go to Get Plugins.
Select one. Read about it first, then download the .jar. Put it into the plugins folder where your server is at, then your done.(Restart your server, by the way.)
n_n
Note: Remember, always read about it first. Sometimes a plugin requires another plugin.

Last edited by peterkap (2011-08-24 14:17:00)

Offline

 

#8 2011-08-23 12:25:04

meew0
Scratcher
Registered: 2010-02-22
Posts: 1000+

Re: The official guide on how to make a Minecraft server

peterkap wrote:

Plugins:
Download from bukkit.org.
Go to Get Plugins.
Select one. Read about it first, then download the .jar. Put it into the plugins folder where your server is at, then your done.(Restart your server, by the way.)
n_n

Added  smile


http://i.imgur.com/mJV3j.pnghttp://i.imgur.com/HwWAX.pnghttp://i.imgur.com/sZ7Ui.pnghttp://i.imgur.com/0y6yh.pnghttp://i.imgur.com/nOC4l.png

Offline

 

#9 2011-08-24 14:14:48

meew0
Scratcher
Registered: 2010-02-22
Posts: 1000+

Re: The official guide on how to make a Minecraft server

Bump


http://i.imgur.com/mJV3j.pnghttp://i.imgur.com/HwWAX.pnghttp://i.imgur.com/sZ7Ui.pnghttp://i.imgur.com/0y6yh.pnghttp://i.imgur.com/nOC4l.png

Offline

 

#10 2011-08-24 14:15:44

peterkap
Scratcher
Registered: 2009-01-24
Posts: 1000+

Re: The official guide on how to make a Minecraft server

meew0 wrote:

peterkap wrote:

Plugins:
Download from bukkit.org.
Go to Get Plugins.
Select one. Read about it first, then download the .jar. Put it into the plugins folder where your server is at, then your done.(Restart your server, by the way.)
n_n

Added  smile

Thanks  big_smile 

Offline

 

#11 2011-08-24 14:15:49

kimmy123
Scratcher
Registered: 2008-05-20
Posts: 1000+

Re: The official guide on how to make a Minecraft server

meew0 wrote:

Classic server:

1. Download the Minecraft Classic server software.
2. Follow the instructions in the readme.

Done!

Do I need anything else to download?


http://i.imgur.com/Mg3TPIE.pnghttp://i.imgur.com/rgyzXV5.pnghttp://i.imgur.com/685FKVd.pnghttp://24.media.tumblr.com/8678e33865664f328e1654109679cb92/tumblr_mm1qu3jGD71s8caito3_r1_250.gif

Offline

 

#12 2011-08-24 14:17:33

meew0
Scratcher
Registered: 2010-02-22
Posts: 1000+

Re: The official guide on how to make a Minecraft server

kimmy123 wrote:

meew0 wrote:

Classic server:

1. Download the Minecraft Classic server software.
2. Follow the instructions in the readme.

Done!

Do I need anything else to download?

No.


http://i.imgur.com/mJV3j.pnghttp://i.imgur.com/HwWAX.pnghttp://i.imgur.com/sZ7Ui.pnghttp://i.imgur.com/0y6yh.pnghttp://i.imgur.com/nOC4l.png

Offline

 

#13 2011-08-24 14:20:40

SeptimusHeap
Scratcher
Registered: 2010-02-01
Posts: 1000+

Re: The official guide on how to make a Minecraft server

1. To port forward, first find your internet router model.
2. Go to http://portforward.com/
3. Find your router on the list.
4. Skip the ad.
5. Find Minecraft on the list.
6. Follow your router-specific instructions.

Last edited by SeptimusHeap (2011-08-24 14:41:49)


http://i46.tinypic.com/dw7zft.png

Offline

 

#14 2011-08-24 14:21:08

peterkap
Scratcher
Registered: 2009-01-24
Posts: 1000+

Re: The official guide on how to make a Minecraft server

Classic Server:(Extended)
If You Want A Basic Server: Download the Minecraft Classic server software.
There are always advance servers that use C# (Mclawl, Mcforge, Mcdzienny)
Portforwarding:
Type in your local ip, explore around for a "Port Forwarding" option. Name the service "MineCraft" The in port and end port thingy are both 25565.
Then at the end, enter your IP.
Your Done  big_smile

Offline

 

#15 2011-08-24 14:22:14

SeptimusHeap
Scratcher
Registered: 2010-02-01
Posts: 1000+

Re: The official guide on how to make a Minecraft server

peterkap wrote:

Classic Server:(Extended)
If You Want A Basic Server: Download the Minecraft Classic server software.
There are always advance servers that use C# (Mclawl, Mcforge, Mcdzienny)
Portforwarding:
Type in your local ip, explore around for a "Port Forwarding" option. Name the service "MineCraft" The in port and end port thingy are both 25565.
Then at the end, enter your IP.
Your Done  big_smile

roll


http://i46.tinypic.com/dw7zft.png

Offline

 

#16 2011-08-24 14:22:18

peterkap
Scratcher
Registered: 2009-01-24
Posts: 1000+

Re: The official guide on how to make a Minecraft server

SeptimusHeap wrote:

1. To port forward, first find your internet router model.
2. Go to http://portforward.com/
3. Find your router on the list.
4. Skip the ad.
5. Find Minecraft on the list.
6. Follow your router-specific instructions.

Dang it I was still typing before you.

Offline

 

#17 2011-08-24 14:35:39

meew0
Scratcher
Registered: 2010-02-22
Posts: 1000+

Re: The official guide on how to make a Minecraft server

SeptimusHeap wrote:

Seriously, meew, everyone knows that they have to download the file and read the readme >_<

Have you even made a non-hamatchi beta/classic server?

1. To port forward, first find your internet router model.
2. Go to http://portforward.com/
3. Find your router on the list.
4. Skip the ad.
5. Find Minecraft on the list.
6. Follow your router-specific instructions.

Added you  big_smile


http://i.imgur.com/mJV3j.pnghttp://i.imgur.com/HwWAX.pnghttp://i.imgur.com/sZ7Ui.pnghttp://i.imgur.com/0y6yh.pnghttp://i.imgur.com/nOC4l.png

Offline

 

#18 2011-08-24 14:40:19

peterkap
Scratcher
Registered: 2009-01-24
Posts: 1000+

Re: The official guide on how to make a Minecraft server

meew0 wrote:

SeptimusHeap wrote:

Seriously, meew, everyone knows that they have to download the file and read the readme >_<

Have you even made a non-hamatchi beta/classic server?

1. To port forward, first find your internet router model.
2. Go to http://portforward.com/
3. Find your router on the list.
4. Skip the ad.
5. Find Minecraft on the list.
6. Follow your router-specific instructions.

Added you  big_smile

Can you add my extended version? >_<

Offline

 

#19 2011-08-24 14:47:27

meew0
Scratcher
Registered: 2010-02-22
Posts: 1000+

Re: The official guide on how to make a Minecraft server

peterkap wrote:

meew0 wrote:

SeptimusHeap wrote:

Seriously, meew, everyone knows that they have to download the file and read the readme >_<

Have you even made a non-hamatchi beta/classic server?

1. To port forward, first find your internet router model.
2. Go to http://portforward.com/
3. Find your router on the list.
4. Skip the ad.
5. Find Minecraft on the list.
6. Follow your router-specific instructions.

Added you  big_smile

Can you add my extended version? >_<

The post was a bit messed up... Can you make a clearer one?


http://i.imgur.com/mJV3j.pnghttp://i.imgur.com/HwWAX.pnghttp://i.imgur.com/sZ7Ui.pnghttp://i.imgur.com/0y6yh.pnghttp://i.imgur.com/nOC4l.png

Offline

 

#20 2011-08-24 14:52:33

SeptimusHeap
Scratcher
Registered: 2010-02-01
Posts: 1000+

Re: The official guide on how to make a Minecraft server

Server Properties
In the server.properties file there are many settings you can change:

Beta:
allow-nether: Allows entering the Nether
view-distance: The amount of chunks that are shown to a player, smaller = faster, less view distance.
spawn-monsters: Spawn monsters at night. False makes the game faster.
online-mode: Allows cracked users
spawn-animals: Allows friendly mobs to spawn.
max-players: The maximum amount of players on the server.
pvp: Allow players to attack other players.
level-seed: If you would like a specific map seed as the map.
server-port: Usually 25562, the port you forwarded.
white-list: If a whitelist is enabled, only certain players on white-list.txt can join.
allow-flight: Allow no-clip and flying mods to be used.

Classic:
verify-names: If you are playing on the hosting computer, turn this off.
admin-slot: Always allows ops to join, even if the server is full.
public: Shown in the classic server list if this is on.
server-name: The name shown in the list and when joining.
max-players: The maximum amount of players.
max-connections: The maximum amount of people allowed from the same IP (Reccomended 1). 3 Maximum.
motd: Message of the day, welcome message.
grow-trees: If saplings will grow into trees.

Last edited by SeptimusHeap (2011-08-24 14:56:03)


http://i46.tinypic.com/dw7zft.png

Offline

 

#21 2011-08-24 14:56:47

peterkap
Scratcher
Registered: 2009-01-24
Posts: 1000+

Re: The official guide on how to make a Minecraft server

Someone should add how to use the permissions thing in Beta since I don't know how to.

Offline

 

#22 2011-08-24 15:05:58

meew0
Scratcher
Registered: 2010-02-22
Posts: 1000+

Re: The official guide on how to make a Minecraft server

SeptimusHeap wrote:

Server Properties
In the server.properties file there are many settings you can change:

Beta:
allow-nether: Allows entering the Nether
view-distance: The amount of chunks that are shown to a player, smaller = faster, less view distance.
spawn-monsters: Spawn monsters at night. False makes the game faster.
online-mode: Allows cracked users
spawn-animals: Allows friendly mobs to spawn.
max-players: The maximum amount of players on the server.
pvp: Allow players to attack other players.
level-seed: If you would like a specific map seed as the map.
server-port: Usually 25562, the port you forwarded.
white-list: If a whitelist is enabled, only certain players on white-list.txt can join.
allow-flight: Allow no-clip and flying mods to be used.

Classic:
verify-names: If you are playing on the hosting computer, turn this off.
admin-slot: Always allows ops to join, even if the server is full.
public: Shown in the classic server list if this is on.
server-name: The name shown in the list and when joining.
max-players: The maximum amount of players.
max-connections: The maximum amount of people allowed from the same IP (Reccomended 1). 3 Maximum.
motd: Message of the day, welcome message.
grow-trees: If saplings will grow into trees.

Added


http://i.imgur.com/mJV3j.pnghttp://i.imgur.com/HwWAX.pnghttp://i.imgur.com/sZ7Ui.pnghttp://i.imgur.com/0y6yh.pnghttp://i.imgur.com/nOC4l.png

Offline

 

#23 2011-08-24 15:23:04

kayybee
Scratcher
Registered: 2009-12-07
Posts: 1000+

Re: The official guide on how to make a Minecraft server

How to make a beta server (Unix)(Vanilla):
1. Download this.
2. Type the following line in terminal:

Code:

java -Xmx1024M -Xms1024M -jar minecraft_server.jar nogui

3. Configure and do other stuff by following guides here, here, and here. (or for the last one, read onto the next guide below)
Port forward if you want to, set up the settings, etc.
4. Tell your friends the IP (unless you want to play on a multiplayer server by yourself  tongue )

How to port forward (another way for mac):
1. Download Port Map here.
2. Open the app. Turn it on if it's off.
3. Push the "+" button at the bottom.
4. Name the port whatever you want, choose a port (25565 is recommended, but if you tried making another server you might have to try 25566, 25567, etc.)
5. Add the port to the end of your IP (unless it's 25565) (eg, 74.211.106.91:25567. btw, don't try the server. it was a bad attempt to remember a server that I took down long ago)
6. Tell your friends.

Offline

 

#24 2011-08-24 15:37:45

SpriteMaster
Scratcher
Registered: 2009-01-25
Posts: 1000+

Re: The official guide on how to make a Minecraft server

How do I rename my server?


`                        Click here for my YouTube channel!                        `http://i.imgur.com/4Qz3I.jpg

Offline

 

#25 2011-08-24 16:22:38

SeptimusHeap
Scratcher
Registered: 2010-02-01
Posts: 1000+

Re: The official guide on how to make a Minecraft server

Server commands:
All players:
Any player can chat these commands.

/kill: Kills the player.
/me ___: Puts a roleplay-type effect on the chat, used to narrate actions. (i.e. /me Bows down to meew0 for making these awesome guides)
/tell ___ ___: Sends a private chat (second blank) to the player (first blank).

On the console or if you are an op, you can use several commands.
If you are an op, you can chat these commands if you put a / in front of them.

? or help: List of commands
kick ___:  Kicks the player off, they can rejoin.
ban ___: Bans the player.
pardon ___: Removes the ban.
ban-ip ___: Bans the IP.
pardon-ip ___: Pardons the IP.
op ___: Gives the player op powers.
deop ___: Removes the player's op powers.
tp ___ ___: Moves the first player to the second.
give ___ __: Gives the player (first blank) the item with the id (second blank).
stop: Ends the server
save-all: Saves the entire server, lags some.
save-off: Turns off auto-saving.
save-on: Turns on auto saving. (Starts on)
list: Lists all players currently playing.
say ___: Says the message without a player name in pink text.
whitelist on: Turns the whitelist on (see server.properties info)
whitelist off: Turns the whitelist off.
whitelist reload: Reloads the whitelist (i.e. if you changed the file)
time add ___: Adds the set amount to the current time.
time set ___: Sets the time to the amount (0 = morning, 12000 = night)


http://i46.tinypic.com/dw7zft.png

Offline

 

Board footer