Jump to content

Attack of the b team server on mac


bjcook00

Recommended Posts

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?

 

Link to comment
Share on other sites

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.  
Link to comment
Share on other sites

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...