- May 8, 2015
- 967
- 934
- 211
It would be pretty nice to have this installed together with the crack (with "apt-get install jre7" ofc). So you can choose to install it as startup job with the shell script from supervisor.
2nd Question: Is your java applet able to repeat the weblisting? so you say
for example?
That would make the weblist-emulator send a packet all 5 minutes that there is a server with the name R4P3'D by Kaptan running on port 9987 with 1337 slots and a count from 500 to 1000 clients (a random number between that numbers)
2nd Question: Is your java applet able to repeat the weblisting? so you say
Code:
screen java -jar /opt/ts3/weblist-emulator.jar -name "R4P3'D by Kaptan" -port 9987 -slots 1337 -clients 500-1000 -repeat 5
That would make the weblist-emulator send a packet all 5 minutes that there is a server with the name R4P3'D by Kaptan running on port 9987 with 1337 slots and a count from 500 to 1000 clients (a random number between that numbers)