So I'm writing a program designed to be used by everybody on the server. the problem is that i don't want random people messing with the computer. I want to lock it to only run that one program. In this case, i'm using OC to control a teleporter (by telling a robot to grab a specific item from a chest, put it in the teleporter and send a redstone signal. fairly simple stuff. either way, is there a good way to prevent interrupts from the user? either by force-restarting the computer on interrupt or just catching it all together?
You can post now and register later.
If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.
So I'm writing a program designed to be used by everybody on the server. the problem is that i don't want random people messing with the computer. I want to lock it to only run that one program. In this case, i'm using OC to control a teleporter (by telling a robot to grab a specific item from a chest, put it in the teleporter and send a redstone signal. fairly simple stuff. either way, is there a good way to prevent interrupts from the user? either by force-restarting the computer on interrupt or just catching it all together?
Link to post
Share on other sites