StokesMagee 871 Report post Posted March 12, 2016 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 3 Share this post Link to post Share on other sites
Falcon911 33 Report post Posted March 13, 2016 nah...Not really useful IMHO. You can come in with that tag on your profile. Share this post Link to post Share on other sites
GR8 387 Report post Posted March 13, 2016 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. 2 Share this post Link to post Share on other sites
Dead Pool 13 Report post Posted March 13, 2016 I like that Idea as well! Share this post Link to post Share on other sites
infiSTAR 1293 Report post Posted March 14, 2016 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
StokesMagee 871 Report post Posted March 14, 2016 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
RainStorm 1 Report post Posted November 10, 2016 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
B.A.D. 46 Report post Posted November 10, 2016 (edited) no,you just set that to true,then log in using a profile name containing the tag [Admin] Edited November 10, 2016 by B.A.D. Share this post Link to post Share on other sites
infiSTAR 1293 Report post Posted November 12, 2016 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
Flockeeey 1 Report post Posted January 3, 2017 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