dan200 / ComputerCraft

Programmable Computers for Minecraft
Other
964 stars 199 forks source link

turtle.dig() returns protection error #580

Open comical-uk opened 5 years ago

comical-uk commented 5 years ago

Hi

I'm a player on a server (stoneblock 1.12.2) using the GriefPrevention plugin

I am getting 'cannot break protected block' message back from the turtle when I try a turtle.dig()

I've tried /trust [ComputerCraft] without success

I've spoken the the server owners as other fake players (eg mechanical user etc) work finer as is and that the turtle may require something different

can you help at all?

Thanks

SquidDev commented 5 years ago

Sponge changed their handling of fake players, which means CC's previous approach to this no longer works. #518 should fix that, but it hasn't been merged into the main mod yet.

I'd normally suggest using a build of that PR or CC:Tweaked, but not sure how well that'd play with the rest of the Stoneblock pack. You should be able to use the first of those just on the server, and distribute normal CompututerCraft to other players.

comical-uk commented 5 years ago

thanks