Author Topic: Public build trust  (Read 695 times)

Basically, have a new button in F2 to allow everyone who comes on the server to build on your bricks (but not paint or destroy them), this would be useful for dedicated city builds that use a platform/base of some kind or a Blockscape server so the creator doesn't have to stay and dish out trust to everyone who wants to build.

This seems like a good idea. :D But I can no help. D:

Rather not be a kind of saved trust, though. Just allows to build on yours in your server.

I rather a baseplate that no one needs trust to build on.

More complex then the original idea, blaman.

Gah, well I was just putting it out there

Well, something like a virtual player, the server itself, as a instance.
You can set the attribute to a brick, for example for an brick, that sets it's ownership to the person that wants to build on it,
resetting it in the moment the player wants to destroy it.

Code: [Select]
package autotrust
{
function gettrustlevel(%obj1,%obj2)
{
if (Parent::getTrustLevel(%obj1,%obj2) ==2)
return 2;
else
return 1;
}
}
activatepackage("autotrust");

This will act as if everyone has build trust, unless they already have full.