[Tutorial] Ajout ADMIN Install_config du plugin Mani V1

Transcription

[Tutorial] Ajout ADMIN Install_config du plugin Mani V1
[Tutorial] Install/config du plugin Mani V1.2Beta S
Comment s'ajouter ADMIN
Une fois télécharger , installer , et verifier que le plugin fonctionne bien , nous allons voir
comment proceder pour se mettre admin de son serveur.
Logiciel utile : HLSW ou votre console
Nous allons voir dans un 1er temps une configuration ou nous créons 1 seul groupe pour que
tout le monde ait l'accès complet au plugin.
Si vous desirez que vos admins ont differents level d'administration , pour cela il faut créer
differents groupes mais voyons d'abord pour 1 seul groupe.
Pour créer un groupe avec l'accès complet , ouvrez votre HLSW et connectez-vous a la
console de votre serveur.Vous allez taper la ligne suivante :
Quote
ma_clientgroup addagroup "admin" "+#"
Cette ligne signifie que vous créez le groupe admin avec l'accès complet au panel admin du
plugin.
Maintenant il faut ajouter votre pseudo + steamid a ceci et pour se faire vous allez taper les
lignes suivantes dans l'ordre.
Quote
ma_client addclient "Papy"
cette ligne vous ajoute au système.
Quote
ma_client addsteam "Papy" "STEAM_0:0:123456"
Cette ligne associe le steam id au pseudo Papy
Quote
ma_client setaflag "Papy" "+admin +client"
Tous les clients qui souhaitent avoir les fonctions admins de base doivent avoir le flag admin
de définit.
Si un client n'a pas le flag admin de définit, il ne sera alors pas reconnu comme un admin,
même si il a d'autre flags de définit. Cela peut vous paraitre étrange, mais c'est beaucoup plus
simple et fonctionnel pour définir les groupes.
Quote
ma_client addagroup "Papy" "admin"
Cette ligne associe votre pseudo au groupe admin et vous donne donc les droits complets sur
l'administration du plugin
Voyons maintenant pour un accès restreint genre Modo.
Pour se faire , il vous faut ecrire la ligne :
Quote
ma_clientgroup addagroup "Moderateur" "+# -a -b -g"
cettel igne vous indique que vous allez créer le groupe Moderateur avec accès complet ( +#
= accès complet ) , moins les flags a b g
+a +b +g aurait signifié que vous ajouter les flags mais la on retire des flags donc on utilise
le signe -
Voici la liste des flags
Quote
// This is a readme file only for reference
//
// Mani Admin Plugin V1.2+
//
//
// Admin flag list
//
// Flag
Description
//
// admin = Denotes that this client is an admin (This is mandatory to be admin)
// client = admin can use ma_client and ma_clientgroup commands
// k = admin can kick players
// r = admin can execute rcon commands via ma_rcon
// q = admin can execute rcon commands can the menu
// e = admin can use the adminexplode command
// m = admin can slay players
// b = admin can ban players
// s = admin can run ma_say
// o = admin can run ma_chat
// a = admin can run ma_psay
// c = admin can change maps
// p = admin can play sounds
// w = admin can restrict weapons
// z = admin can use plug-in config menu
// x = admin can run admincexec commands
// y = admin can run admincexec can the menu
// i = admin can run blind commands
// l = admin can run slap commands
// f = admin can run freeze commands
// t = admin can run teleport commands
// d = admin can run drug commands
// g = admin can run ma_teamswap and ma_balance commands
// j = admin can run gimp commands
// R = admin can run rcon vote
// v = admin can run random vote map
// V = admin can run vote map
// Q = admin can run question vote
// C = admin can run Cancel Vote
// A = admin can accept/refuse a vote they started
// B = admin can run a menu rcon vote
// D = admin can run a question menu vote
// E = admin can use ma_rates
// F = admin can run ma_burn commands
// G = admin can run ma_noclip command
// H = admin can run ma_war command
// I = admin can run ma_mute command
// J = admin can reset all the player ranks
// K = admin can set player cash
// L = admin can use rconsay commands setup as type R in commandlist.txt
// M = admin can have custom skins to choose
// N = admin can be able to set a players skin
// O = admin can run ma_dropc4 command
// P = admin can run ma_setadminflag command
// T = admin can run ma_timebomb command
// U = admin can run ma_firebomb command
// W = admin can run ma_freezebomb command
// X = admin can run ma_sethealth and derived commands
// Y = admin can run ma_beacon command
// S = admin can run ma_setcolour or ma_setcolor
// Z = admin can run ma_give and ma_giveammo
//
// Immunity flag list
//
//
// Flag
Description
//
// immunity = Denotes that this client is part of the immunity system
// j = make client immune from being gimped
// k = make client immune from being kicked
// m = make client immune from being slayed
// b = make client immune from being banned
// x = make client immune from having cexec commands run against them
// i = make client immune from being blinded
// l = make client immune from being slapped
// f = make client immune from being frozen
// t = make client immune from being teleported
// d = make client immune from being drugged
// g = make client immune from being team swapped
// c = make client immune from being auto swapped
// e = make client immune from being burned
// h = make client immune from being muted
// n = make client immune from being kicked due to a reserve slot player joining
// o = make client immune from having their skin set by admin
// q = make client immune from being time bombed by admin
// r = make client immune from being fire bombed by admin
// s = make client immune from being freeze bombed by admin
// u = make client immune from being turned into a beacon by admin
// v = make client immune from being blinded when anti ghosting is turned on
// w = make client immune from the ma_give and ma_giveammo commands
// y = make client immune from the ma_colour and ma_color commands
//
// a = allows the client to be immune from the autokick/ban name/pname functionality
// p = allows the client to have access to reserved skins
Desolé pour la traduction , je verrai si j'ai le temps ^^
Ensuite vous pouvez suivre la suite des lignes a ecrire dans l'ordre , seul cette ligne diffère par
rapport a l'accès Admin et l'accès Moderateur
Il existe bien d'autres possibilités mais j'ai voulu vous faire sa assez simple.

Documents pareils