I would like to know how I would go about disabling certain items on a SMP server. I tried many times editing config in many ways but it always resets on reboot.
Question: How do I disable certian items like mining laser?
-
-
I know this guy didn't name his post according to procedure but I did not want to start a redundant post. I second his question "is there a way to ban the mining laser". For some reason the laser lets people ignore the protection system my server wrapper uses. Sucks, cause i love the thing and so does everyone else. Sadly, I don't think theres another way.
-
MCP
Decompile (patch for ic is located somewhere at addons forum with all instructions)
Remove recipe from mod_IC
Change laser class (i hope you will find it) to disable lasers already on hands (remove content of methods but not method's bodies)
compile back (if you done everything right it will compile properly)done.
no new lasers are craftable
already crafted lasers does nothing.