hello,
so today I tried to make a server on my Mac using the latest version of the pack. I had to create a .command file to launch it with more RAM, to see more info and to just monitor the server. This worked out just fine.
#!/bin/bash
cd "$(dirname "$0")"
exec java -Xmx2G -Xms2G -jar...