AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Metamod:Source Plugins (https://forums.alliedmods.net/forumdisplay.php?f=76)
-   -   Basic Admin Tool (https://forums.alliedmods.net/showthread.php?t=39356)

EKS 11-27-2005 21:05

Basic Admin Tool
 
This is an admin tool running on Metamod: Source that is intented for server owners who want to administer public servers, with adult admins that dont want infinite number of useless/abuse punishments. Just a basic admin tool for banning/slaping/kick all in a handy menu or via console commands. BAT also works on any Source based game, and the fact that its is so basic it should not break on valve updates.

Features:
*Admin commands via Client Console
*Admin commands via Server Console
*Admin commands via Chat Console
*Admin menu
*Admin chat
*Admin login via Steamid / IP ( Tested with 1500+ admin accounts )
*Admin login via MySQL (amxbans,sourcebans, and own webinterface)
*Autorespond to public chat messages ( timeleft and nextmap )
*Votekick / voteban and from chat
*Mapvoting system ( Either via menu or chat )
*Add maps that are outside mapcycle to Admin menu
*Add maps that are outside mapcycle to vote menu
*Rockthevote system
*Reserved slots system
*Autoexec map config files ( like cfg/mapconfig/de_dust2.cfg )
*Automatic STEAM_ID_PENDING kicker
*Interface that allows other plugins to easy get admin information

Screenshots
Are moved to www.TheXSoft.com

Credits:
Copyright (C) 2004-2007 Erling K. Sæterdal
Menu code based on code from CSDM ( http://www.tcwonline.org/~dvander/cssdm ) Created by BAILOPAN
Helping on misc errors/functions: BAILOPAN,karma,LDuke,sslice,devicenull,PMOnoT o,cybermind ( most who idle in #sourcemod on GameSurge realy )

Other credits:
Providing a http server to host downloads: FlyingMongoose ( www.flyingmongoose.net )
Providing a http server to host downloads: Rebel ( www.game-forge.net )
Providing a http server to host downloads: Viper( www.steamfriends.com )

Translation:
*Dutch - Viper ( www.steamfriends.com )
*German - marwin
*Italian - Rebel
*Portuguese - sting

Admin commands:
admin - Shows admin menu
admin_addadmin <steamid> <admin flags> <admin name> - Adds a admin
admin_ban <Ban time> <name/#userid> <reason> - Bans a player
admin_banip <Ban time> <ip> <reason> - Bans a player
admin_chat <message> - Shows a message to all other admins
admin_csay <Message> - Shows a message on the center of the screen
admin_gag <name/#userid> - Gags the players ability to speak in chat
admin_help - Displays how to use the commands you have access to
admin_kick <name/#userid> <Reason> - Kicks a person
admin_list - Shows a list of all the players on the server
admin_loadrandomlevel - Loads a random map
admin_map <mapname> - Changes map, needs to be valid map on the server
admin_menu - Opens admin menu
admin_name <name/#userid> - Changes the name
admin_nextmap <map name> - Sets the nexmap ( map needs to be in mapcycle )
admin_psay <name/#userid> <message> - Sends a private message to someone
admin_rcon <command> - Runs a command in server console
admin_reload - Reloads BAT config files.
admin_rules <name/#userid> - Shows the rules to the target player
admin_say <Message> - Shows a message to every player ( Like regular chat)
admin_slap <name/#userid> <Damage> - slaps a user ( Cannot slay bots )
admin_slay <name/#userid> - Slays the player
admin_startmapvote - Manualy starts a rockthevote style vote
admin_team <name/#userid> <Team number> - Makes the the user change team
admin_unban <steamid> - Unbans the player
admin_unbanip <IP> - Unbans the player
admin_ungag <name/#userid> - Removes a gag
admin_vote "Question" "Command to run" - Runs a vote for all players
admin_voteban <name/#userid> - Starts a vote ban against a targeted player
admin_votekick <name/#userid> - Starts a vote kick against a targeted player

Works in empires mod:
admin_eject <name/#userid> or <nf/be> - Removes a player from commander in Empires ( Command does not function in other mods )

Works in sourceforts
admin_noclip

Public Say commands are:
say timeleft
say /timeleft
say nextmap
say /nextmap
say #votekick
say #voteban

Admin chat commands:
admin_csay <message> - Prints a admin message
say @@ Colored Cender say to all players
say @ Regular admin say to all players
say_team @ Private message to admins

Admin commands via Chat:
say #<admin command> You can remove the admin_ part from the admin command
say #kick FakeEKS "Dont fakenick"

BAT Web Admin Panel 1.0.0 Beta 3

If your updateing your existing BAT installation check here but if its a new installation go here .

Download
DOWNLOAD LINKS HERE


More information like online documentation, changelog and screenshots can be found on www.TheXSoft.com

Im wondering what way users want to get information regarding new versions, as i see it alternative are:
http://steamcommunity.com/groups/BAT
http://www.TheXSoft.com ( Has a RSS feed aswell )
This thread


http://www.thexsoft.com/images/buttons/Button_BAT.png
html code and other buttons here

Boris 11-28-2005 10:05

Does this work for half life 2 deathmatch too? And if it does does it work for half life 2 deathmatch mods too? ^^

Boris 11-28-2005 10:30

I tested it, some of the commands worked but the admin_menu didnt work. So I cant do a mapvote without the command becose its not on the list in the readme. Btw I tried finding out what command u used for mapvoting, I didnt get a invalid command message when I used admin_mapvote "sf_nobridge_v03" but it didnt do anything else either... So maybe the menus dont work for hl2dm, its mods, or something else is wrong.

EKS 11-28-2005 12:57

Il look at that at once, the problem is that atm the ShowMenu message id is hardcoded for each mod, il add in hl2dm.

The problem is that i dont know how many messages each mod has, so i cant safly check them all. Exect a new version within this night ( Depending on if other bugs have been reported ).

EKS 11-28-2005 19:04

Quote:

Originally Posted by Boris
I tested it, some of the commands worked but the admin_menu didnt work. So I cant do a mapvote without the command becose its not on the list in the readme. Btw I tried finding out what command u used for mapvoting, I didnt get a invalid command message when I used admin_mapvote "sf_nobridge_v03" but it didnt do anything else either... So maybe the menus dont work for hl2dm, its mods, or something else is wrong.

looking more at the problem it turns out that hl2mp dont support those menus, i need to add supprt for other menus aswell. This is gonna take longer then i exected. It could work with other hl2 mods, depending on if they support the ShowMenu message.
Other then that there is no console command yet to start the mapvote, but the mapvote is menu based so its not gonna work on hl2mp yet.

Boris 11-29-2005 02:21

Ok thanks

tcviper 12-04-2005 16:22

Looks like its working after the new Valve updates. Good work EKS!

ktrain 12-04-2005 17:51

DOD:S:

admin menu works but the command is admin not admin_menu

vote map works fine when manually initiated, dont know yet about end of map auto vote(just installed this)

immunity seems not to work on yourself, i was able to switch myself to the other team

i don't get how the name change is suposed to work from the menu...

havent really had a chance to test with any other admin levels yet

any chance you could remove BOTS(i.e., LDuke's FakeClients) from the menu options?

EKS 12-04-2005 21:05

Quote:

Originally Posted by ktrain
DOD:S:
admin menu works but the command is admin not admin_menu

hmm, it should realy support both, il check this later.

Quote:

Originally Posted by ktrain
DOD:S:
immunity seems not to work on yourself, i was able to switch myself to the other team

Thats how it should work, any admin with immunity flag can do anothing to another admin with immunity.

Quote:

Originally Posted by ktrain
i don't get how the name change is suposed to work from the menu...

select the player, and his names is changed. Basicly to make players with a abusive nick change his name.

Quote:

Originally Posted by ktrain
any chance you could remove BOTS(i.e., LDuke's FakeClients) from the menu options?

I dont think il remove them from all the menus, but it might be smart to remove them from menus that bots are immune against ( atm slay and ChangeName perhaps ).

merlin.huff 12-05-2005 06:54

No maps show up in the vote option.

When I start the server I get the following message for all the maps I have on the server

ModelLoader::Map_IsValid: No such map 'cs_italy


All times are GMT -4. The time now is 10:46.

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