Basic Admin Tool
(→Linki) |
(→Instalacja) |
||
Linia 34: | Linia 34: | ||
=Linki= | =Linki= | ||
* [http://forums.alliedmods.net/showthread.php?t=39356 Oficjalny post] na forum [[Allied Modders]] | * [http://forums.alliedmods.net/showthread.php?t=39356 Oficjalny post] na forum [[Allied Modders]] | ||
+ | |||
+ | |||
+ | Requirements: | ||
+ | Sourcemm 1.2.0 or above | ||
+ | |||
+ | Credits: | ||
+ | Copyright (C) 2004-2006 Erling K. Sæterdal | ||
+ | Menu code based on code from CSDM ( http://www.tcwonline.org/~dvander/cssdm ) Created by BAILOPAN | ||
+ | Adminloading function from Xaphan ( http://forums.alliedmods.net/showthread.php?p=333756 ) Created by Devicenull | ||
+ | Helping on misc errors/functions: BAILOPAN,sslice,devicenull,PMOnoTo,cybermind ( most who idle in #sourcemod on GameSurge realy ) | ||
+ | Helping getting cygwin do crosscompiling: LDuke | ||
+ | |||
+ | Admin commands: | ||
+ | admin_help - Displays how to use the commands you have access to | ||
+ | admin_csay <Message> - Shows a message on the center of the screen | ||
+ | admin_say <Message> - Shows a message to every player ( Like regular chat) | ||
+ | admin_adminsay <Message> - Shows a text message to all admins | ||
+ | admin_name <name/#userid> - Changes the name | ||
+ | admin_kick <name/#userid> <Reason> - Kicks a person | ||
+ | admin_ban <Ban time> <name/#userid> <reason> - Bans a player | ||
+ | admin_unban <steamid> - Unbans the player ( Remember quotes around the STEAMID ) | ||
+ | admin_slay <name/#userid> - Slays the player (Does not work on bots) | ||
+ | admin_slap <name/#userid> <Damage> - slaps a user ( Cannot slay bots ) | ||
+ | admin_team <name/#userid> <Team number> - Makes the the user change team | ||
+ | admin_map <mapname> - Changes map, needs to be valid map on the server | ||
+ | admin_menu - Opens admin menu | ||
+ | admin_rcon <command> - Runs a command in server console | ||
+ | admin_list - Shows a list of all the players on the server | ||
+ | admin_reload - Reloads BAT config files. | ||
+ | admin_nextmap <map name> - Sets the nexmap ( map needs to be in mapcycle ) | ||
+ | admin_startmapvote - Manualy starts a rockthevote style vote | ||
+ | admin_eject <name/#userid> or <nf/be> - Removes a player from commander in Empires ( Command does not function in other mods ) | ||
+ | |||
+ | Public Say commands are: | ||
+ | say timeleft | ||
+ | say /timeleft | ||
+ | say nextmap | ||
+ | say /nextmap | ||
+ | |||
+ | 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" | ||
+ | |||
+ | Stable version | ||
+ | Regular Download | ||
+ | Source code Download | ||
+ | |||
+ | BAT Web Admin Panel 1.0.0 Beta 3 | ||
+ | |||
+ | Beta version | ||
+ | Regular Download | ||
+ | Source code Download | ||
+ | |||
+ | Any problems you can contact me on irc in #sourcemod or PM EKS on Quaknet / Gamesurge | ||
Wersja z 18:08, 27 cze 2006
Spis treści |
Opis
Basic Admin Tool (BAT) to dodatek administracyjny do serwerów SRCDS bazujący na Mani Admin Plugin, ale oberżnięty z bajerów.
Ten dodatek jest dla tych, którzy chcą administrować serwerem publicznym, z dojrzałymi adminami. Jest on pozbawiony świecidełek typu udziwnione kary dla nieprzestrzegających zasad, nie jest napchany statystykami, i innymi cudami na kiju. Podstawowa administracja typu ban/slap/kick poprzez wygodne menu albo komedny konsolowe.
BAT działa na jakimkolwiek modzie Source i jest na tyle prosty, że nie powien ucierpieć w działaniu popoimo częstych aktuualizacji Steam.
Możliwości
- Komendy amdinistracyjne poprzez menu w grze, konsolę u gracza i serwerową, a nawet przez komendy say (chat)
- Specjalne efekty dla tekstów wpisywanych przez admina (admin chat) - koloryzacja.
- Logowanie poprzez SteamID i IP ( prztestowane przez ponad 1500 kont adminów)
- Rezerwacja slotów
- Ładowanie danych o adminach z MySQL
- Reakcja na komendy say typu timeleft i nextmap
- System głosowania na mapę poprzez menu albo say
- Dodawanie map nie będących w mapcycle do menu map oraz map głosowalnych
- System głosowania na cokolwiek ( RockTheVote)
- Automatyczne wykonywanie konfigów dla kazdej mapy ( na przykład cfg/mapconfig/de_dust2.cfg )
- Automatyczne kopanie graczy ze STEAM_ID_PENDING
- Interfejs pozwalający na łatwą komunikacje z innymi pluginami - do wymiany danych o adminach
Wkrótce
- System głosowania na pewne opcje i przypisanie konfiguracji wynikom głosowania.
Czego NIE będzie nigdy
- Statystyki - zobacz StatsMeMinimum
- Kary za TA/TK - zobacz ForgiveTK
- Restrykcja Broni - obacz CS:S Weapon Restrictions 2
Inne
- Radio menu działa w CS S, DoD S, DoD C, HL2 - Capture the flag
- W innych modach są niekatywne.
Linki
- Oficjalny post na forum Allied Modders
Requirements:
Sourcemm 1.2.0 or above
Credits: Copyright (C) 2004-2006 Erling K. Sæterdal Menu code based on code from CSDM ( http://www.tcwonline.org/~dvander/cssdm ) Created by BAILOPAN Adminloading function from Xaphan ( http://forums.alliedmods.net/showthread.php?p=333756 ) Created by Devicenull Helping on misc errors/functions: BAILOPAN,sslice,devicenull,PMOnoTo,cybermind ( most who idle in #sourcemod on GameSurge realy ) Helping getting cygwin do crosscompiling: LDuke
Admin commands: admin_help - Displays how to use the commands you have access to admin_csay <Message> - Shows a message on the center of the screen admin_say <Message> - Shows a message to every player ( Like regular chat) admin_adminsay <Message> - Shows a text message to all admins admin_name <name/#userid> - Changes the name admin_kick <name/#userid> <Reason> - Kicks a person admin_ban <Ban time> <name/#userid> <reason> - Bans a player admin_unban <steamid> - Unbans the player ( Remember quotes around the STEAMID ) admin_slay <name/#userid> - Slays the player (Does not work on bots) admin_slap <name/#userid> <Damage> - slaps a user ( Cannot slay bots ) admin_team <name/#userid> <Team number> - Makes the the user change team admin_map <mapname> - Changes map, needs to be valid map on the server admin_menu - Opens admin menu admin_rcon <command> - Runs a command in server console admin_list - Shows a list of all the players on the server admin_reload - Reloads BAT config files. admin_nextmap <map name> - Sets the nexmap ( map needs to be in mapcycle ) admin_startmapvote - Manualy starts a rockthevote style vote admin_eject <name/#userid> or <nf/be> - Removes a player from commander in Empires ( Command does not function in other mods )
Public Say commands are: say timeleft say /timeleft say nextmap say /nextmap
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"
Stable version Regular Download Source code Download
BAT Web Admin Panel 1.0.0 Beta 3
Beta version Regular Download Source code Download
Any problems you can contact me on irc in #sourcemod or PM EKS on Quaknet / Gamesurge
Instalacja
Wkrótce.