Jump to content

Question

Posted

Title: Mining Turtle Won't Mine

Version: 3.0.3/3.0.4

OS: Windows 7

Java Version: We use a 3rd Party Host, so this information is unavailable.

Description of Problem:

On my Tekkit server, when I place a mining turtle down, and go into the interface, type 'lua', and access the commands from there, it won't break blocks. It'll move around, but it won't break blocks. There aren't any error messages - after every command I type into this lua command line, it prints eithe 'true' or 'false' after it - moving around gives a result of 'true', but breaking blocks gives a result of 'false'. How can I solve this problem?

Thanks.

Error Messages:

None.

Error Log:


None.

6 answers to this question

Recommended Posts

  • 0
Posted

From this thread:

"You have a plugin (or more than one) blocking them. Allow '[ComputerCraft]' and '[ComputerCraft] Turtle <turtle ID>]'."

Does that help with your problem?

  • 0
Posted

Try changing turtle_fakeplayer_method=perturtle to turtle_fakeplayer_method=single or turtle_fakeplayer_method=off.

You can find this in your ccturtle cofig file (look for the config file or mod_computercraft “CC”).

Then give rights to the user [ComputerCraft], or just /op [ComputerCraft]. Keep in mind that when Buildcraft or computercraft is oped it can modify blocks on anyones claims (including spawn). So you should figure out how to give the mod rights directly i.e. builder or member.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...