bjcook00 Posted February 25, 2014 Posted February 25, 2014 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?
anouke Posted February 25, 2014 Posted February 25, 2014 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?
bjcook00 Posted February 27, 2014 Author Posted February 27, 2014 Yes I have and i'll try 4G thanks, but if it doesn't work do you have anyone other ideas?
anouke Posted February 27, 2014 Posted February 27, 2014 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.
bjcook00 Posted March 1, 2014 Author Posted March 1, 2014 Ok i understand but what if this doesn't work?
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now