StokesMagee

InfiSTAR Feature request

12 posts in this topic

make it so each adminUIDandAccess[] = (depending on the level) have to have a tag so

OwnerNameTag = "[Owner]";

AdminNameTag = "[Admin]";

ModeratorNameTag = "[Moderator]";

I'm pretty sure you get what i'm getting at :)

  • Like 3

Share this post


Link to post
Share on other sites
Advertisement
16 hours ago, †RiH† StokesMagee said:

make it so each adminUIDandAccess[] = (depending on the level) have to have a tag so

OwnerNameTag = "[Owner]";

AdminNameTag = "[Admin]";

ModeratorNameTag = "[Moderator]";

I'm pretty sure you get what i'm getting at :)

Would love to see this feature, so higher admins can have different tags than other admins. Great way to force your staff to represent your community tags.

  • Like 2

Share this post


Link to post
Share on other sites

Well I can make it an on/off option and if on then the admin needs to have that tag at beginning of his name or he would not have access  - if that is what you meant?

 

*edit*

I mean we already got

 

/* 
    if you set "needAdminNameTag" to true, this string needs to be a part of the admins name, or he can't use infiSTAR Admin Menu!
    example names: "[Admin] infiSTAR" or "infiSTAR [Admin]"
    note: this is case sensitive as well, meaning "infiSTAR [admin]" would not work as we set it in our example to "[Admin]"
*/
needAdminNameTag = false;
AdminNameTag = "[Admin]";

Share this post


Link to post
Share on other sites
26 minutes ago, infiSTAR said:

Well I can make it an on/off option and if on then the admin needs to have that tag at beginning of his name or he would not have access  - if that is what you meant?

 

*edit*

I mean we already got

 

/* 
    if you set "needAdminNameTag" to true, this string needs to be a part of the admins name, or he can't use infiSTAR Admin Menu!
    example names: "[Admin] infiSTAR" or "infiSTAR [Admin]"
    note: this is case sensitive as well, meaning "infiSTAR [admin]" would not work as we set it in our example to "[Admin]"
*/
needAdminNameTag = false;
AdminNameTag = "[Admin]";

needOwnerNameTag = false;
OwnerNameTag = "[Owner]";

needAdminNameTag = false;
AdminNameTag = "[Admin]";

needModeratorNameTag = false;
ModeratorNameTag = "[Mod]";

Is what i mean.

Share this post


Link to post
Share on other sites

so I can just put this in?

needAdminNameTag = true;
AdminNameTag = "[Admin] RainStorm";

 

 

Cause I've tried this and it just didn't work...I couldn't even load in as admin/owner of infiSTAR

Share this post


Link to post
Share on other sites

Correct :)

needAdminNameTag = "true";
AdminNameTag = "[Admin]";

profle name ->  [Admin] RainStorm <- and you're admin

even  [Admin] xyz

would make you one (if your UID is in the admin array ofc)

Share this post


Link to post
Share on other sites

Hi everybody,

is there a way to set more than 1 nametag?

i tried

AdminNameTag = "[Admin]";
AdminNameTag = "[Moderator]";
AdminNameTag = "[Support]";

and

AdminNameTag = "[Admin]", "[Moderator]", "[Support]";

but was unlucky with some errors :-)

thanks in advantage

 

Share this post


Link to post
Share on other sites
Advertisement

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

  • Recently Browsing   0 members

    No registered users viewing this page.