Jump to content

Recommended Posts

Posted

Does anyone know if you can make a big dig sever on a mac.. and if so how do you do it. Ive made a normal mine craft server before so i know the basics but struggling with the big dig. if anyone can help that would be great.

Posted

So when you start the server you get

java-xm3g-xms2g -jar Bigdig.jar nogui

like normal but something goes wrong? I'm no expert but if you post everything that shows up in the console I may be able to help.

Posted

Ahh, I was wrong. Launch.sh must be for Linux or something. This is what you have to do:

Mac OS X instructions

Setting a server up in Mac OS X is "more involved" than in Windows because an executable file has not been made available. A three step in-depth video tutorial of the process can be seen here. Keep in mind that the server won't run correctly on OSX 10.4 and may crash your machine.

Setting up the Minecraft server

Ensure you have followed the download step before proceeding.

  • Create a folder, if you haven't already, and put minecraft_server.jar into it. For example, create a folder on the Desktop named minecraft_server and drag the jar file into it.
  • Open TextEdit, set the format to plain text (Format > Make Plain Text), copy and paste in the following:

#!/bin/bash

cd "$(dirname "$0")"

exec java -Xmx1G -Xms1G -jar BigDig.jar

  • Save the file as "start.command" in the same folderas minecraft_server.jar.

    • This will give the server enough RAM to run. The amount of RAM can be changed by editing the 1G to something else, such as 2G for 2 GB.

    [*]Open Terminal (in /Applications/Utilities/Terminal).

    [*]Grant execute permissions on file start.command to Owner, Group. and Public. To do so, type in chmod a+x , with a space after it; drag and drop the start.command file into the terminal window; and then press enter. (This gives run permission to the start.command script.)

    [*]Double-click the start.command file to start the server.

    [*]A new Terminal window will open and, the first time you run the script, several error messages about missing files/directories will appear. This is normal. You're now ready to configure your server.

http://minecraft.gamepedia.com/Tutorials/Setting_up_a_server

Posted

I did this and just makes a normal server without the big dig mods. i got a lot of these messages when i opened the command start.

2013-12-01 18:47:12 [iNFO] [sTDERR]at cpw.mods.fml.relauncher.FMLRelauncher.setupHome(FMLRelauncher.java:192)

2013-12-01 18:47:12 [iNFO] [sTDERR]at cpw.mods.fml.relauncher.FMLRelauncher.relaunchServer(FMLRelauncher.java:147)

2013-12-01 18:47:12 [iNFO] [sTDERR]at cpw.mods.fml.relauncher.FMLRelauncher.handleServerRelaunch(FMLRelauncher.java:45)

2013-12-01 18:47:12 [iNFO] [sTDERR]at net.minecraft.server.MinecraftServer.main(MinecraftServer.java:1365)

2013-12-01 18:47:12 [iNFO] [sTDERR] Caused by: java.lang.RuntimeException: A fatal error occured and FML cannot continue

2013-12-01 18:47:12 [iNFO] [sTDERR]at cpw.mods.fml.relauncher.RelaunchLibraryManager.handleLaunch(RelaunchLibraryManager.java:261)

2013-12-01 18:47:12 [iNFO] [sTDERR]at cpw.mods.fml.relauncher.FMLRelauncher.setupHome(FMLRelauncher.java:172)

2013-12-01 18:47:12 [iNFO] [sTDERR]... 3 more

logout

  • 2 months later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...