Archiv verlassen und diese Seite im Standarddesign anzeigen : mani css server.cfg adminlist.txt
BEHE4D3R
04. März 2007, 16:47
ich möcht einen css server mit mani admin plugin machen.
ich hab den mani admin plugin ordner in css geschoben.
wenn ich jetzt in css einen server erstelle und
@menu
in den chat schreibe, kommt:you are not an admin....
also denk ich mal die server.cfg oder die adminlist.txt stimmt nicht:
server.cfg:
SgGclan
CLemens
rcon_adress ip: 127.0.0.1
rcon_password "30071991"
//sv_password "clemens"
//fps_max 600 //sollte schon sein wenn ihr den Server mit Tickrate 100 startet^^
sv_maxupdaterate "101"
sv_minupdaterate "30"
sv_maxrate "25000"
und so weiter und
adminlist.txt:
STEAM_0:1:11527747
// 192.168.178.21
//
//
// ADDING FLAGS MEANS YOUR ARE STOPPING ADMINS FROM USING
// THOSE OPTIONS UNLESS YOU HAVE mani_reverse_admin_flags set to 1
// in your autoexec.cfg
//
// Restriction options are :-
//
// k = restrict admin from kicking players
// r = restrict admin from executing rcon commands via ma_rcon
// q = restrict admin from executing rcon commands from the menu
// e = restrict admin from the adminexplode command
// m = restrict admin from slaying players
// b = restrict admin from banning players
// s = restrict admin from running ma_say
// o = restrict admin from running ma_chat
// a = restrict admin from runn
....
hab ich irgendwo // zu viel oder zu wenig und/oder was ist (noch) falsch???
:mad2: :mad2: :mad2: :mad2: :mad2: :mad2: :mad2: :mad2:
sky10
04. März 2007, 17:22
hi,
welche mani version haste denn drauf? du solltest im mani forum mal nachschauen.http://www.mani-admin-plugin.com/index.php?option=com_smf&Itemid=26
...wenn du mit beta r arbeitest musste dir eine client.txt erstellen,
steht aber alles im mani forum, bitte dort die suchfunktion benutzen..
sky
BEHE4D3R
04. März 2007, 18:06
ich hab 1.1 und auf der seite hab ich nichts gefunden , kann mir denn keiner sagen was an der adminlist.txt und server.cfg falsch ist??????????????????????????????????????????????? ??????????
kann mir mal bitte einer eine server.cfg und adminlist.txt schicken oder den anfang schreiben damit ich weiß was ich falsch gemacht hab?
weil ich hab meine steam id hingeschrieben und es geht nicht, muss ich möglicherweise nur die ip hinschreiben weil ich es ja auf keinen server gemacht hab sondern auf meinen pc?oder WAS IST FALSCH:mad: :mad: :mad:
DragonFight3r
04. März 2007, 20:54
Also ich schreib mal hier meine Adminlist.txt rein:
//
// Add your IP's Steam addresses, Names and Passwords
// in this file for admins
//
//
// e.g STEAM_0:0:21233123
// 213.44.33.47
//
// ADDING FLAGS MEANS YOUR ARE STOPPING ADMINS FROM USING
// THOSE OPTIONS UNLESS YOU HAVE mani_reverse_admin_flags set to 1
// in your autoexec.cfg
//
// Restriction options are :-
//
// k = restrict admin from kicking players
// r = restrict admin from executing rcon commands via ma_rcon
// q = restrict admin from executing rcon commands from the menu
// e = restrict admin from the adminexplode command
// m = restrict admin from slaying players
// b = restrict admin from banning players
// s = restrict admin from running ma_say
// o = restrict admin from running ma_chat
// a = restrict admin from running ma_psay
// c = restrict admin from changing maps
// p = restrict admin from playing sounds
// w = restrict admin from restricting weapons
// z = restrict admin from plug-in config menu
// x = restrict admin from running admincexec commands
// y = restrict admin from running admincexec from the menu
// i = restrict admin from running blind commands
// l = restrict admin from running slap commands
// f = restrict admin from running freeze commands
// t = restrict admin from running teleport commands
// d = restrict admin from running drug commands
// g = restrict admin from running ma_teamswap and ma_balance commands
// j = restrict admin from running gimp commands
// R = restrict admin from running rcon vote
// v = restrict admin from running random vote map
// V = restrict admin from running vote map
// Q = restrict admin from running question vote
// C = restrict admin from running Cancel Vote
// A = restrict admin from being able to accept/refuse a vote they started
// B = restrict admin from running a menu rcon vote
// D = restrict admin from running a question menu vote
// E = restrict admin from using ma_rates
// F = restrict admin from running burn commands
// G = restrict admin from running noclip command
// H = restrict admin from running ma_war command
// I = restrict admin from running ma_mute command
// J = restrict admin from resetting all the player ranks
// K = restrict admin from setting player cash
// L = restrict admin from using rconsay commands setup as type R in commandlist.txt
// M = restrict admin from having custom skins to choose
// N = restrict admin from being able to set a players skin
// O = restrict admin from running ma_dropc4 command
// P = restrict admin from running ma_setadminflag command
// T = restrict admin from running ma_timebomb command
// U = restrict admin from running ma_firebomb command
// W = restrict admin from running ma_freezebomb command
// X = restrict admin from running ma_sethealth and derived commands
// Y = restrict admin from running ma_beacon command
// S = restrict admin from running ma_setcolour or ma_setcolor
// Z = restrict admin from running ma_give and ma_giveammo
// p = restrict admin from running ma_spray
//
// An example would be if you wanted to prevent admin
// with steam id STEAM_0:0:2388333
// from being able to play sounds and rcon command
//
// STEAM_0:0:2388333 rp // Admin can't rcon and play sound !!
//
// Another example
// STEAM_0:0:3389333 kmc // Admin can't kick, slay or change maps
//
//
// You can also use admin groups instead of flags, you setup admin groups
// in the admingroups.txt file then use them in this file.
// For example if you setup a group called "Clan Member" and "Kick Only" you would set it per
// player like this:-
//
// STEAM_0:0:1234234 Clan Member // Fred
// STEAM_0:0:234884 Kick Only // Jim
//
//
// If you wanted an admin to be created by IP Address you
// set your entry to be in the format
//
// ;IP Address flag
//
// Example
//
// ;213.133.76.58 rp // Admin can't rcon and play sound !!
// ;113.124.36.2 kmc // Admin can't kick, slay or change maps
//
// If you want to have an Admin created by both steam ID and IP address you
// use the format STEAM_ID;IP_ADDRESS flags
//
// Example
//
// STEAM_0:1:877489;231.192.67.5 rp // Admin can't rcon and play sound !!
//
// IMPORTANT NOTES !!!!
//
// If you only use an IP Address, the character ';' MUST be directly in
// front of it.
//
// There must be a space between the steam ID/IP Address and restriction flags
// or the plug-in will assume that it is part of the Steam ID/IP Address
//
// Another alternative to using a steam id is a name and password
//
// The format of this is ;;"name";password flags
//
// For example I would use
//
// ;;"Mani";maniadminplugin rp // Admin can't rcon or playsound
//
// In order to use the password, put
//
// setinfo _password mypassword
//
// in your config.cfg file in your client installation.
//
//
Steam_x:x:xxxxxxxxkrqembsoacpwzxyilftdgjvVQVABDEFG HIJKLNOPTUWX
Eersetzte die X mit deiner steam ID.
Die buchstaben geben an welche rechte du als admin hast.
Die buchstaben die jetzt da stehen geben dir alle rechte.
Wenn du einen weiteren Admin reinfügen möchtest schreibe die steam ID einfach unter ihm.
beispiel :
Steam_x:x:xxxxxxxxkrqembsoacpwzxyilftdgjvVQVABDEFG HIJKLNOPTUWX
Steam_x:x:xxxxxxxxkrqembsoacpwzxyilftdgjvVQVABDEFG HIJKLNOPTUWX
Steam_x:x:xxxxxxxxkmpilfdvV
Die SteamID brauchst du wenn du einen Internetserver aufmachenmöchtest.
wenn du einen Lanserver aufmachen möchtest brauchst du deine IP
Ich hoffe ich konnte helfen.
Mit freundlichen grüßen
DragonFight3r
BEHE4D3R
05. März 2007, 05:54
danke danke danke wäres es möglich auch noch die server.cfg zu posten? :) :lol: :fein: :lol: :) :angel: :angel: :knuddel: :knuddel:
gezeichneter
14. Mai 2007, 16:40
Das ist jetzt mal eine server.cfg
da wo // vor ist sind kommentare mit die wirksam werden musst du sie entfernen die notwendigen daten mit hostname usw. musste selber eintragen
//Hier Servernamen eintragen!
hostname "XXXXXXXXXXXX"
rcon_adress ip:XXXXXXXXXXXXXXX
rcon_password "XXXXXX"
//sv_password ""
//fps_max 600 //sollte schon sein wenn ihr den Server mit Tickrate 100 startet^^
sv_maxupdaterate "101"
sv_minupdaterate "30"
sv_maxrate "25000"
sv_minrate "2500"
sv_stats 0
mp_autokick "1"
mp_autoteambalance "0"
mp_allowspectators "0"
mp_c4timer "35"
mp_flashlight "1"
mp_footsteps "1"
mp_forcecamera "1"
mp_freezetime "5"
mp_friendlyfire "1"
mp_falldamage "1"
mp_hostagepenalty "3"
mp_limitteams "1"
mp_roundtime "3"
mp_spawnprotectiontime "0"
mp_timelimit "0"
mp_tkpunish "0"
mp_buytime "0.25"
mp_startmoney "800"
mp_chattime "5"
mp_maxrounds "15"
//mp_playerid "1"
decalfrequency "60"
sv_cheats "0"
sv_maxspeed "320"
sv_gravity "800"
sv_airaccelerate "10"
sv_accelerate "5"
sv_voiceenable "1"
sv_allowupload "1"
sv_allowdownload "1"
//Beispiel sv_contact "www.inhalflife.de"
//sv_contact "eure Email oder Website"
sv_region "3"
sv_timeout "65"
sv_showhitboxes "0"
sv_logfile "0"
sv_log_onefile "1"
sv_secure "1"
//sv_lan "1"
sv_rcon_banpenalty "0"
sv_rcon_maxfailures "5"
sv_rcon_minfailures "3"
exec banned_user.cfg
exec mani_server.cfg
exec mani_quake_sounds.cfg
exec autoban.cfg
//Fuer altes Rcon Protokoll wegen allstats... und alte Hlsw Versionen ansonsten weg lassen
sv_enableoldqueries 1
FrozenFire
15. Mai 2007, 17:55
Wo ich eh gerade an der Überarbeitung der HOW's bin ...
//
// Version FrozenFire
// 11.05.2007
//
sv_region 3
sv_secure 1
// Hier Servernamen eintragen!
// hostname " * Wurstwasser Wellenbad * "
// Hier rcon Daten eintragen!
// Beispiel: rcon_adress 192.168.0.100:27015 rcon_password "buchstehude"
// rcon_adress IP:PORT // muss nicht umbesdingt ;)
// rcon_password "*****"
// sv_password "none"
// maxplayers 20
// sv_contact "eure Email oder Website"
// Beispielsv_contact "www.incounterstrike.de"
fps_max 1000
// --------- Netsettings ---------
sv_maxrate "30000"
sv_minrate "10000"
sv_maxupdaterate "101"
sv_minupdaterate "30"
sv_maxcmdrate "101"
sv_mincmdrate "30"
sv_client_cmdrate_difference 30
sv_client_predict 1
sv_client_interpolate 1
sv_client_interp "0.01"
sv_client_max_interp_ratio "1.0"
sv_client_min_interp_ratio "1.0"
//------------ CVAR's -----------
mp_allowspectators "1"
mp_autokick "1"
mp_autoteambalance "1"
mp_buytime "0.25"
mp_c4timer "35"
mp_chattime "5"
mp_decals "300"
mp_dynamicpricing "0"
mp_fadetoblack "0"
mp_flashlight "1"
mp_footsteps "1"
mp_forcecamera "1"
mp_freezetime "6"
mp_friendlyfire "1"
mp_limitteams "1"
mp_logecho "0"
mp_logfile "1"
mp_logdetail 3
mp_maxrounds "20"
mp_roundtime "2.5"
mp_spawnprotectiontime "0"
mp_startmoney "800"
mp_timelimit "20"
mp_tkpunish "0"
mp_winlimit "0"
mp_hostagepenalty 0
mp_falldamage 1
phys_pushscale "1"
phys_timescale "1"
decalfrequency "60"
host_framerate "0"
log "1"
sv_rcon_log "1"
log on
sv_accelerate "5"
sv_airaccelerate "10"
sv_allowdownload "1"
// sv_downloadurl "http://Eure-URL-dafür/"
sv_allowupload "1"
sv_alltalk "0"
sv_cheats "0"
sv_friction "4"
sv_gravity "800"
sv_maxspeed "320"
sv_pausable "0"
sv_stepsize "18"
sv_timeout "65"
sv_voiceenable "1"
sv_wateraccelerate "10"
sv_waterfriction "1"
sv_turbophysics "1"
sv_pausable "1"
sv_unlag "1"
sv_maxunlag "0.5"
// Zeit vom Restart
sv_restartround 0
// Maximalgrösse der Files die geladen werden
net_maxfilesize 64
// Halflife 1 Engine Querries erlauben
sv_enableoldqueries 0
sv_hltv 0
sv_stats 0
sv_rcon_banpenalty 1
sv_logbans 0
//---------------- EXEC's ---------------------
exec banned.cfg
exec banned_user.cfg
exec mani_server.cfg
exec autoexec.cfg
// exec bot.cfg
// --- Steambans ---
// sb_licenseid 1234
// sb_licensecode abcdefghijklmnopqrstuvwxyZlol
// sb_action ar
say "> Server.cfg SETTINGS loaded - GL & HF <"
PS: Is für dich vielleicht auch noch interessant gezeichneter ;)
PPS : MOVE :rolleyes:
gezeichneter
17. Mai 2007, 01:54
Da haste sogar recht. fps_max1000 kann das den server oder PC nicht überlassten. Das ist ja denn servertickrate 125 und auf was sind die Nettsettings
So hab mir jeden einzelnen Befehl mal angekuckt, kannste mir noch sagen wofür die sind das wusste ich nemlich nicht.
mp_falldamage 1
mp_dynamicpricin "0"
mp_allowspectators "1"
phys_pushscale "1"
phys_timescale "1"
log
sv_rcon_log "1"
// sv_downloadurl "http://Eure-URL-dafür/" Kann man den auch zum downloaden von maps bunutzen und wenn js werden dann alle gedownloadet oder nur die er grade braucht.
sv_friction "4"
sv_stepsize "18"
sv_waterfriction "1"
sv_turbophysics "1"
sv_pausable "1"
sv_unlag "1"
sv_maxunlag "0.5"
sv_hltv 0
sv_stats 0
sv_rcon_banpenalty 1
// --- Steambans ---
// sb_licenseid 1234
// sb_licensecode abcdefghijklmnopqrstuvwxyZlol
// sb_action ar
gezeichneter
18. Mai 2007, 03:11
Welcher Befehl war für autokick beim überschreiten von ein ping von 150
vBulletin® v4.2.3, Copyright ©2000-2021, Jelsoft Enterprises Ltd.