Posted 24 July 2014 - 12:16 AM
I host a very hard survival server using FTB Monster. I am in the process of applying to have our customizations packaged for distribution through their launcher and had a question regarding permissions.
ComputerCraft modpack permissions are very liberal. I understand there is no need to ask permission to distributed unmodified ComputerCraft for our modpack.
Despite our server's difficulty theme we did not want to ban Mining Turtles. Our rule is that to use them you must write your own code. Using pre-written quarry code would be considered cheating. If you invested the time to write your own code you could reap the benefits the turtle can provide. A very simple quarry really isn't hard and it would encourage our younger users to code.
To help enforce that rule I was looking for a way to disable the default excavate and tunnel programs. I don't see a way to disable those in the config file. Looking at the jar I could remove those programs from the ROM directory. That would be modifying CC prior to redistribution which violates the blanket permission to redistribute unmodified code.
My other other alternative is to ban Mining Turtles with a Bukkit plugin. Unfortunately from past experience this will ban all turtles with any tools.
So I'm posting here seeking a solution to this issue.
Thanks.
ComputerCraft modpack permissions are very liberal. I understand there is no need to ask permission to distributed unmodified ComputerCraft for our modpack.
Despite our server's difficulty theme we did not want to ban Mining Turtles. Our rule is that to use them you must write your own code. Using pre-written quarry code would be considered cheating. If you invested the time to write your own code you could reap the benefits the turtle can provide. A very simple quarry really isn't hard and it would encourage our younger users to code.
To help enforce that rule I was looking for a way to disable the default excavate and tunnel programs. I don't see a way to disable those in the config file. Looking at the jar I could remove those programs from the ROM directory. That would be modifying CC prior to redistribution which violates the blanket permission to redistribute unmodified code.
My other other alternative is to ban Mining Turtles with a Bukkit plugin. Unfortunately from past experience this will ban all turtles with any tools.
So I'm posting here seeking a solution to this issue.
Thanks.