This is a read-only snapshot of the ComputerCraft forums, taken in April 2020.
limdingwen's profile picture

Protecting turtles

Started by limdingwen, 25 July 2012 - 07:55 AM
limdingwen #1
Posted 25 July 2012 - 09:55 AM
Is there a way to protect turtles in servers? Currently I have a few turtles running around in spawn with a few blocks in them to tell them which way to go, however I found that anybody can right-click it and steal them. LWC does not work since it uses positions though… :)/>/>
Noodle #2
Posted 25 July 2012 - 09:58 AM
Nope, no way whatsoever (unless coded plugin). It would have to be built in and LWC and Lockette are based on positions (as stated).
limdingwen #3
Posted 25 July 2012 - 11:20 AM
Nope, no way whatsoever (unless coded plugin). It would have to be built in and LWC and Lockette are based on positions (as stated).
I just had an idea, why not make a plugin that allows you to own turtles based on their block ids, since all of them are unique?
Noodle #4
Posted 25 July 2012 - 11:24 AM
@limdinwen
Just use permissions to open them.
You would have to use metadata but it could work.