I'm trying to setup a simple shortcut for a group of kids in a school environment. It runs 1.8 in offline mode, uses their %username% variable for their name in game and automatically connects to our server.
Most of these kids have troubles getting past logging in to the pc's let alone doing a direct connect to our server. If I cant make it automatically connect to the server is there a way of distributing favourited servers?
The reason for offline is we are in a fire walled environment where normal minecraft is banned and blocked. My offline server has all monsters and pvp disabled so its allowed within the school.
If I can run it like this the student wont be able to use another students username either to we will have some security.
I'm trying to setup a simple shortcut for a group of kids in a school environment. It runs 1.8 in offline mode, uses their %username% variable for their name in game and automatically connects to our server.
Most of these kids have troubles getting past logging in to the pc's let alone doing a direct connect to our server. If I cant make it automatically connect to the server is there a way of distributing favourited servers?
The reason for offline is we are in a fire walled environment where normal minecraft is banned and blocked. My offline server has all monsters and pvp disabled so its allowed within the school.
If I can run it like this the student wont be able to use another students username either to we will have some security.
This is what I had so far:
"C:\Program Files (x86)\Java\jre1.8.0_31\bin\java.exe" -Xms512m -Xmx768M -cp "C:\Users\000\Desktop\minecraft1.8\versions\1.8\1.8.jar" -Djava.library.path="C:\Users\000\Desktop\minecraft1.8\libraries" net.minecraft.client.Mincraft %username%
That was based on what I could find on the net but i get
Error: Could not find or load main class net.minecraft.client.Mincraft
I cant see a bin folder as referred to in other posts, nor a minecraft.jar.
If anyone is wondering we bought the licenses for minecraft for the lab of 30 PC;s this will be used on.
if nothing else you have a typo.