Jump to content

Recommended Posts

Posted

So I'm running an attack of the b team server on mac, it won't let me start it. I tried making a start.command file connected to the BTeam.jar but its really laggy and I had it 3G. The launch file shows as launch.sh and won't open when I click it. It just opens the Xcode application. How do I fix this?

 

Posted

I'm running mine on a mac and have given it 4G.  In all other respects I've set it up exactly as I have any other minecraft server. 

 

Have you given start.command permissions to run? 

Posted

It's hard to say. I've had issues with past servers most likely due to some random mistake I couldn't identify and the quickest way to fix it is just delete it and do it again.  

 

Mine is just set up with the standard star.command file: 

#!/bin/bash
cd "$(dirname "$0")"
exec java -Xmx4G -Xms4G -jar BTeam.jar nogui
 
and double clicking on that executes it properly and starts the server.    This mod pack does seem to be more resource intensive than most for whatever reason, and it sounds like a bit of lag is common.  

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...