Architect Archive
Thread: Able to add entire guild to an admin list?
/setpermission is your friend. It can be used on buildings or harvesters.
/setpermission [admin/entry/ban/hopper] <NAME> is the syntax. It's a toggle. So you use the same command to remove as well as add, depending on what is on the list already.
So make a macro with the list of people you want to add. You don't neeed to use /pause in the macro. Just string it all together.
Example macro:
/setpermission admin Joe;
/setpermission admin Sue;
/setpermission admin Johnny
It's not as handy as putting Guild:<GUILD> in the admin box, but you can just create a macro using names you know would always need access to the harvesters and edit it as your needs change.
Very cool. Didn't know about the /setpermission. Been wanting a way to do that to harvesters. On the same note, does anyone know any other commands (say for retrieving resources) that work on harvesters? I know /name works nicely on them. And a couple notes on the Guild:xxx, as permission thing. I've been mucking with it myself and I believe that following Guild: the guildname is supposed to be just the acronymn, in lower case I believe. Hasn't worked lately for me, but could be because I didn't use < > ?