The FTB Forum is now read-only, and is here as an archive.
To participate in our community discussions, please join our Discord! https://ftb.team/discord
EDIT: SOLVED!
To get your MindCrack multiplayer server to work on a Mac, you'll need to open Server Start.sh with TextEdit and replace everything on the file with
#!/bin/bash
cd "$(dirname "$0")"
exec java -Xmx2G -Xms2G -jar minecraft_server.jar nogui
(you can change the 2G to either 1G or...
I have a Mac computer and I'm new to the whole Feed The Beast thing. My problem is that I have no clue on how to run a MindCrack Feed The Beast Multiplayer server. I have ran servers before on Vanilla Minecraft and Bukkit, but I don't have a clue on the Feed The Beast servers. What I was told...