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

Basic Admin Tool


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
EKS
Veteran Member
Join Date: Mar 2004
Location: Norway
Old 11-27-2005 , 21:05   Basic Admin Tool
Reply With Quote #1

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



html code and other buttons here
__________________
Github archive for plugins, the repos for the other c++ projects are there to.

Last edited by tcviper; 08-03-2008 at 12:25. Reason: new version
EKS is offline
Boris
Junior Member
Join Date: Oct 2005
Old 11-28-2005 , 10:05  
Reply With Quote #2

Does this work for half life 2 deathmatch too? And if it does does it work for half life 2 deathmatch mods too? ^^
Boris is offline
Boris
Junior Member
Join Date: Oct 2005
Old 11-28-2005 , 10:30  
Reply With Quote #3

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.
Boris is offline
EKS
Veteran Member
Join Date: Mar 2004
Location: Norway
Old 11-28-2005 , 12:57  
Reply With Quote #4

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 is offline
EKS
Veteran Member
Join Date: Mar 2004
Location: Norway
Old 11-28-2005 , 19:04  
Reply With Quote #5

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.
EKS is offline
Boris
Junior Member
Join Date: Oct 2005
Old 11-29-2005 , 02:21  
Reply With Quote #6

Ok thanks
Boris is offline
tcviper
Veteran Member
Join Date: Oct 2005
Location: Netherlands
Old 12-04-2005 , 16:22  
Reply With Quote #7

Looks like its working after the new Valve updates. Good work EKS!
tcviper is offline
Send a message via MSN to tcviper
ktrain
Senior Member
Join Date: Jul 2004
Old 12-04-2005 , 17:51  
Reply With Quote #8

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?
ktrain is offline
Send a message via MSN to ktrain
EKS
Veteran Member
Join Date: Mar 2004
Location: Norway
Old 12-04-2005 , 21:05  
Reply With Quote #9

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 ).
EKS is offline
merlin.huff
Member
Join Date: Oct 2005
Old 12-05-2005 , 06:54  
Reply With Quote #10

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
__________________
Loony - No AWP/Auto's (CS Source) 195.20.109.201:27015
Loony - No AWP/Auto's (CS 1.6) 195.20.109.115:27015
Loony - 24/7 Fun Maps (CS 1.6) 195.20.109.115:27030
Loony - [GUNMOD] (CS Source) 195.20.109.201:27035
Loony - Sourceforts 195.20.109.205:27045
Loony - HL2DM 195.20.109.205:27015
merlin.huff is offline
Send a message via MSN to merlin.huff
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 02:29.


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