Raised This Month: $7 Target: $400
 1% 

[ANY] Advanced Admin List 1.1.4 (18-Apr-2021)


Post New Thread Reply   
 
Thread Tools Display Modes
Author
StrikeR14
AlliedModders Donor
Join Date: Apr 2016
Location: Behind my PC
Plugin ID:
7018
Plugin Version:
1.1.4
Plugin Category:
Server Management
Plugin Game:
Any
Plugin Dependencies:
    Servers with this Plugin:
     
    Plugin Description:
    Old 04-03-2020 , 12:29   [ANY] Advanced Admin List 1.1.4 (18-Apr-2021)
    Reply With Quote #1

    [ANY] Advanced Admin List


    Features:
    • Players can view the online admin list.
    • Admins can remain invisible in the admin list for stealth circumstances.
    • Server Owners can track admins' activity by using the command /adminstime.
    • Auto reset for admins' activity per week (as the default value).
    • SQLite system that saves all the data.

    Visibility idea was taken from a plugin which I can no longer find now.

    NOTE: Admins are being added to the admin list by the KICK flag, which currently cannot be edited.

    ConVars:
    • sm_admins_vip - Should VIPs appear in the admin list? 1 - yes, 0 - no. (default: 0)
    • sm_admins_adminflag - Admin Flag in letters, as written in admin_levels.cfg (default: 'c')
    • sm_admins_vipflag - VIP Flag in letters, as written in admin_levels.cfg (default: 'o')
    • sm_admins_resetime - Crontab code for reset activity. (default: 0 0 * * 5)
    • sm_admins_minimum - Minimum time in minutes for admins to be active on the server. (default: 420)

    Commands:
    • sm_admins - Command for players to view online admins.
    • sm_admins <0/1> - Command for admins to enable/disable visibility (default flag: KICK).
    • sm_hours - Command for admins to view their activity in HH:MM format (default flag: KICK).
    • sm_adminstime - Command for Server Owners to view their admins' activity (default flag: ROOT).

    Installation:
    1. Place the .smx file in addons/sourcemod/plugins
    2. Add the code to addons/sourcemod/configs/databases.cfg:
      Code:
      "AdminList"
      {
      	"driver"			"sqlite"
      	"database"			"AdminList"
      }
    3. Reload the map and enjoy!

    Todo:
    • Add support for MYSQL.

    Changelog:

    Code:
    1.1.4 - Fixed Current result set has no fetched rows issue.
    1.1.3 - Added sm_admins_adminflag convar that supports custom flag tracking.
    1.1.2 - Fixed minor error.
    1.1.1 - Added support for temporary admins.
    1.1 - Improved reset system with crontab.
    1.0 - Initial Release.
    __________________
    Currently taking TF2/CSGO paid private requests!

    My Plugins | My Discord Account

    Last edited by StrikeR14; 04-18-2021 at 11:22. Reason: Version 1.1.4
    StrikeR14 is offline
    Pero
    New Member
    Join Date: Jun 2020
    Old 07-06-2020 , 15:25   Re: [ANY] Advanced Admin List
    Reply With Quote #2

    Plugin works great but as of Yesteday whenever someone types /admins the server prints the admin list in the chat and ignores user preferences. Hidden admins aren't shown in the menu but everyone can see the chat.


    //Apparently it was some other plugin that was conflicting with yours

    Last edited by Pero; 07-06-2020 at 15:36. Reason: Fixed
    Pero is offline
    StrikeR14
    AlliedModders Donor
    Join Date: Apr 2016
    Location: Behind my PC
    Old 10-31-2020 , 10:34   Re: [ANY] Advanced Admin List
    Reply With Quote #3

    Updated to version 1.1 - Improved reset system with crontab (thanks to this plugin for the code).
    __________________
    Currently taking TF2/CSGO paid private requests!

    My Plugins | My Discord Account
    StrikeR14 is offline
    Tonblader
    Senior Member
    Join Date: Jul 2011
    Location: Peru
    Old 10-31-2020 , 18:47   Re: [ANY] Advanced Admin List
    Reply With Quote #4

    Is possible can add temporal admin?
    I want to be able to add administrators with temporary and different flag accesses, with different expiration dates.
    Tonblader is offline
    StrikeR14
    AlliedModders Donor
    Join Date: Apr 2016
    Location: Behind my PC
    Old 10-31-2020 , 19:12   Re: [ANY] Advanced Admin List
    Reply With Quote #5

    Quote:
    Originally Posted by Tonblader View Post
    Is possible can add temporal admin?
    I want to be able to add administrators with temporary and different flag accesses, with different expiration dates.
    Pretty sure it won't work now (haven't tested) but I'll check & add this feature tomorrow.
    __________________
    Currently taking TF2/CSGO paid private requests!

    My Plugins | My Discord Account
    StrikeR14 is offline
    StrikeR14
    AlliedModders Donor
    Join Date: Apr 2016
    Location: Behind my PC
    Old 10-31-2020 , 21:57   Re: [ANY] Advanced Admin List
    Reply With Quote #6

    Updated to version 1.1.1 - Added support for temporary admins.
    __________________
    Currently taking TF2/CSGO paid private requests!

    My Plugins | My Discord Account
    StrikeR14 is offline
    Tonblader
    Senior Member
    Join Date: Jul 2011
    Location: Peru
    Old 11-01-2020 , 21:25   Re: [ANY] Advanced Admin List
    Reply With Quote #7

    Excuse the ignorance, what would be the command to add a temporary admin?

    Im on Left 4 Dead 2, this command not work
    sm_nextreset

    Last edited by Tonblader; 11-01-2020 at 22:08.
    Tonblader is offline
    StrikeR14
    AlliedModders Donor
    Join Date: Apr 2016
    Location: Behind my PC
    Old 11-02-2020 , 10:43   Re: [ANY] Advanced Admin List
    Reply With Quote #8

    Quote:
    Originally Posted by Tonblader View Post
    Excuse the ignorance, what would be the command to add a temporary admin?

    Im on Left 4 Dead 2, this command not work
    sm_nextreset
    Apologies, this command has been deleted from the new version (but it exists on version 1.0) and I forgot to update the thread. You also might wanna install a plugin that allows server owners to add temporary admin via command.
    __________________
    Currently taking TF2/CSGO paid private requests!

    My Plugins | My Discord Account

    Last edited by StrikeR14; 11-02-2020 at 11:33.
    StrikeR14 is offline
    Tonblader
    Senior Member
    Join Date: Jul 2011
    Location: Peru
    Old 11-06-2020 , 19:31   Re: [ANY] Advanced Admin List
    Reply With Quote #9

    Left 4 Dead 2 Errorlogs:

    L 11/05/2020 - 210:40: [SM] Exception reported: Current result set has no fetched rows
    L 11/05/2020 - 210:40: [SM] Blaming: adminlist.smx
    L 11/05/2020 - 210:40: [SM] Call stack trace:
    L 11/05/2020 - 210:40: [SM] [0] DBResultSet.FetchInt
    L 11/05/2020 - 210:40: [SM] [1] Line 77, C:\Users\almog\Desktop\adminlist.sp::OnClient Disconnect

    Quote:
    Originally Posted by StrikeR14 View Post
    You also might wanna install a plugin that allows server owners to add temporary admin via command.
    Which plugin do you recommend?

    Last edited by Tonblader; 11-06-2020 at 19:33.
    Tonblader is offline
    StrikeR14
    AlliedModders Donor
    Join Date: Apr 2016
    Location: Behind my PC
    Old 11-06-2020 , 21:39   Re: [ANY] Advanced Admin List
    Reply With Quote #10

    Quote:
    Originally Posted by Tonblader View Post
    Left 4 Dead 2 Errorlogs:

    L 11/05/2020 - 210:40: [SM] Exception reported: Current result set has no fetched rows
    L 11/05/2020 - 210:40: [SM] Blaming: adminlist.smx
    L 11/05/2020 - 210:40: [SM] Call stack trace:
    L 11/05/2020 - 210:40: [SM] [0] DBResultSet.FetchInt
    L 11/05/2020 - 210:40: [SM] [1] Line 77, C:\Users\almog\Desktop\adminlist.sp::OnClient Disconnect
    Thanks for the report, I fixed the issue on the repository.

    Quote:
    Originally Posted by Tonblader View Post
    Which plugin do you recommend?
    I know this is a well-known plugin that also manages admin addition and removal, supported by web interface. Maybe you should try it.
    __________________
    Currently taking TF2/CSGO paid private requests!

    My Plugins | My Discord Account
    StrikeR14 is offline
    Reply


    Thread Tools
    Display Modes

    Posting Rules
    You may not post new threads
    You may not post replies
    You may not post attachments
    You may not edit your posts

    BB code is On
    Smilies are On
    [IMG] code is On
    HTML code is Off

    Forum Jump


    All times are GMT -4. The time now is 23:13.


    Powered by vBulletin®
    Copyright ©2000 - 2024, vBulletin Solutions, Inc.
    Theme made by Freecode