so nachdem ich dem cheffe lange genug genervt habe - ist nun eine team funktion vorhanden
How can I set up and join a team?
Group many islands into a team and see how it compares to others in the statistics. Set up and join a team in one simple step:
If you're using a script to launch your island add your team name after your email so that the middle line of your script looks something like: java -Djava.security.policy=java.policy -jar ITClient.jar 139.184.166.27 KingKong YOUR_NAME -i 30 -c 60 YOUR@EMAIL YOUR_TEAM.
If you're running your island as an NT service then edit wrapper.conf and add a line after the one with your email like this:
wrapper.app.parameter.4=YOUR_NAME
wrapper.app.parameter.5=YOUR@EMAIL
wrapper.app.parameter.10=YOUR_TEAM
Team names must have no spaces (use _) and are case sensitive, so "Boca" is not the same as "BOCA".