« MutinyIRC » : différence entre les versions
Aller à la navigation
Aller à la recherche
mAucun résumé des modifications |
mAucun résumé des modifications |
||
Ligne 42 : | Ligne 42 : | ||
== Configuration == | == Configuration == | ||
{{sxhl|lang=Yaml| | |||
{{ | |||
# See http://dev.bukkit.org/bukkit-plugins/mutinyirc/pages/configuration/ | # See http://dev.bukkit.org/bukkit-plugins/mutinyirc/pages/configuration/ | ||
# for help on setting up MutinyIRC configuration. | # for help on setting up MutinyIRC configuration. | ||
Ligne 109 : | Ligne 106 : | ||
handlers: | handlers: | ||
- "DefaultChatHandler" | - "DefaultChatHandler" | ||
}} | |||
=== Variables === | |||
==== Du jeu vers l'IRC ==== | |||
{| class="wikitable2" | |||
!'''Variable''' | |||
!'''Description''' | |||
!'''Utilisation''' | |||
|- | |||
|%action% | |||
|The action message from /me | |||
|Special: me | |||
|- | |||
|%dname% | |||
|Display name of player. | |||
|Global | |||
|- | |||
|%ftag% | |||
|Displays player's faction tag, or an empty string if player is not in a faction. | |||
|Global. Requires Factions. | |||
|- | |||
|%gprefix% | |||
|Displays the primary group prefix of the player. | |||
|Global. Requires Vault. | |||
|- | |||
|%group% | |||
|Displays the primary group of the player. | |||
|Global. Requires Vault. | |||
|- | |||
|%gsuffix% | |||
|Displays the primary group suffix of the player. | |||
|Global. Requires Vault. | |||
|- | |||
|%name% | |||
|Minecraft Username of player. | |||
|Global | |||
|- | |||
|%nf% | |||
|Name format set as game_to_irc.name_format. | |||
|Global | |||
|- | |||
|%mgname% | |||
|The MChat Group Name for player. | |||
|Global. Requires MChat. | |||
|- | |||
|%mgroup% | |||
|The MChat group the player is in. | |||
|Global. Requires MChat. | |||
|- | |||
|%mname% | |||
|The MChat Alias for player. | |||
|Global. Requires MChat. | |||
|- | |||
|%msg% | |||
|The game message. | |||
|Special: msg | |||
|- | |||
|%prefix% | |||
|The player prefix. | |||
|Global. Requires Vault. | |||
|- | |||
|%suffix% | |||
|The player suffix. | |||
|Global. Requires Vault. | |||
|- | |||
|%world% | |||
|The world the player is in. | |||
|Global | |||
|} | |||
==== De l'IRC vers le jeu ==== | |||
{| class="wikitable2" | |||
!'''Variable''' | |||
!'''Description''' | |||
!'''Utilisation''' | |||
|- | |||
|%user% | |||
|Typically the subject of event. | |||
|Global | |||
|- | |||
|%channel% | |||
|The IRC channel the event happened in. | |||
|Global | |||
|- | |||
|%kicker% | |||
|The user who kicked. | |||
|Special: Kick | |||
|- | |||
|%oldnick% | |||
|The old nick of the user who changed their name | |||
|Special: nick | |||
|- | |||
|%newnick% | |||
|The new nick of the user who changed their name | |||
|Special: nick | |||
|- | |||
|%action% | |||
|The action/me message. | |||
|Special: me | |||
|- | |||
|%msg% | |||
|The IRC message. | |||
|Special: msg | |||
|} |
Version du 9 mai 2014 à 07:07
{{{1}}}
MutinyIRC | ||||
---|---|---|---|---|
![]() | ||||
Plugin | ||||
Catégorie | Chat [edit] | |||
Développeur(s) | MooseElkingtons | |||
Bukkit | mutinynirc | |||
Nefald | ||||
Status | installé [edit] | |||
Grade requis | Intendant | |||
Article | ||||
Dernière révision | 9/05/2014 |
MutinyIRC est un plugin sensationnel et léger permettant de relayer sur IRC le chat de notre serveur de jeu. Rendez-vous sur notre IRC ou #nefald.fr
Commandes et permissions
commande | description | permission |
---|---|---|
/voice <user> | Voicer un joueur | mutinyirc.cmd.voice |
/devoice <user> | Devoicer un joueur | mutinyirc.cmd.devoice |
irckick <user> [raison] | Kicker de l'irc un joueur | mutinyirc.cmd.kick |
/ircban <user> [raison] | Bannir de l'irc un joueur | mutinyirc.cmd.ban |
Permet de covertir la couleur dans l'irc | mutinyirc.color | |
/ircreload | Reload de la config | mutinyirc.reload |
Configuration
Variables
Du jeu vers l'IRC
Variable | Description | Utilisation |
---|---|---|
%action% | The action message from /me | Special: me |
%dname% | Display name of player. | Global |
%ftag% | Displays player's faction tag, or an empty string if player is not in a faction. | Global. Requires Factions. |
%gprefix% | Displays the primary group prefix of the player. | Global. Requires Vault. |
%group% | Displays the primary group of the player. | Global. Requires Vault. |
%gsuffix% | Displays the primary group suffix of the player. | Global. Requires Vault. |
%name% | Minecraft Username of player. | Global |
%nf% | Name format set as game_to_irc.name_format. | Global |
%mgname% | The MChat Group Name for player. | Global. Requires MChat. |
%mgroup% | The MChat group the player is in. | Global. Requires MChat. |
%mname% | The MChat Alias for player. | Global. Requires MChat. |
%msg% | The game message. | Special: msg |
%prefix% | The player prefix. | Global. Requires Vault. |
%suffix% | The player suffix. | Global. Requires Vault. |
%world% | The world the player is in. | Global |
De l'IRC vers le jeu
Variable | Description | Utilisation |
---|---|---|
%user% | Typically the subject of event. | Global |
%channel% | The IRC channel the event happened in. | Global |
%kicker% | The user who kicked. | Special: Kick |
%oldnick% | The old nick of the user who changed their name | Special: nick |
%newnick% | The new nick of the user who changed their name | Special: nick |
%action% | The action/me message. | Special: me |
%msg% | The IRC message. | Special: msg |