3 posts
Posted 17 July 2012 - 03:14 AM
hello, as I have a server of minecraft and I am creating a browser with RedNet, but when left turned on the server of RedNet (a process) and walk away or I desconeto, reset the pc. Why is this? as I fix it?
(sorry for my bad English, I speak Spanish XD)
8543 posts
Posted 17 July 2012 - 03:30 AM
When you walk away, the chunk that the computer is in unloads. When you walk back, it is loaded again and the computer restarts. You'll need to use the "startup" file to tell the computer to run the server program when it starts up. Use shell.run().
3 posts
Posted 17 July 2012 - 03:35 AM
When you walk away, the chunk that the computer is in unloads. When you walk back, it is loaded again and the computer restarts. You'll need to use the "startup" file to tell the computer to run the server program when it starts up. Use shell.run().
the problem is that when less time is off better, can be solved with some command?.
8543 posts
Posted 17 July 2012 - 03:37 AM
I'm not sure what you mean. If you want the chunk to stay loaded, there are other mods available that have that sort of thing. If you want the computer to stay on even when the chunk isn't loaded, there's nothing that can be done. If you want the program to automatically start when the computer starts, use the "startup" file.
3 posts
Posted 17 July 2012 - 03:44 AM
ok,thanks.
89 posts
Location
Puerto Rico
Posted 17 July 2012 - 09:03 PM
When you walk away, the chunk that the computer is in unloads. When you walk back, it is loaded again and the computer restarts. You'll need to use the "startup" file to tell the computer to run the server program when it starts up. Use shell.run().
the problem is that when less time is off better, can be solved with some command?.
If you are using tekkit, get world anchors, they keep a 3x3x3 area loaded at all times. meaning it would keep your computer loaded 24/7. This might fix your issue.