Monday, February 11, 2013

How to Setup a 1.4.7 Minecraft Server on a Mac

How to Setup a 1.4.7 Minecraft Server on a Mac Tube. Duration : 7.85 Mins.


NOTE: This tutorial is fully compatible with the new Minecraft version 1.4.7. It explains how to create a Minecraft server using the original method of a separate server app (ie not via the new in-game server). I will have a tutorial up on the new in-game server feature soon. Subscribe to be notified when I upload that! This is a step-by-step tutorial on how to setup a Minecraft server on Mac OS X. (This tutorial does not cover port forwarding, but click the following link after you have completed this, for another tutorial on how to port forward: youtu.be Download Links: Java: dnwntst.ch Minecraft server version 1.4.7: dnwntst.ch Minecraft Client: dnwntst.ch Code: start.command code: #!/bin/bash cd "$(dirname "VideoDescription")" exec java -Xmx1G -Xms1G -jar minecraft_server.jar Terminal Permissions Code: chmod a+x NOTE: If you are having trouble creating your Minecraft server folder and files, click this link to download a pre-made sample Minecraft server for Mac OS X: dnwntst.ch To test your server in Minecraft, make sure you've started the start.command file, then click "Add Server" in the Multiplayer menu, enter a name, then for the address type "localhost" and click done. The signal bars should then turn green (only use "localhost" for testing on the same computer as the server). To connect from other computers on your local network, type in the server's local IP address instead. Click the link below for a tutorial on how to find your computer's local IP address. Further ...

No comments:

Post a Comment