« MutinyIRC » : différence entre les versions

De Nefald Wiki
Aller à la navigation Aller à la recherche
Hiob (discussion | contributions)
Page créée avec « {{Infobox Plugin| image = MutinyIRC_logo.png| catégorie = Chat | dev = MooseElkingtons | bukkit = mutinynirc | grade = Intendant | status = installé|}} '''MutinyIRC'''... »
 
Hiob (discussion | contributions)
m Remplacement de texte — « http://nefald.fr/ » par « https://nefald.fr/ »
 
(3 versions intermédiaires par le même utilisateur non affichées)
Ligne 1 : Ligne 1 :
{{Infobox Plugin| image = MutinyIRC_logo.png| catégorie = Chat | dev = MooseElkingtons | bukkit = mutinynirc | grade = Intendant | status = installé|}}
<!--<div style="border: 1px solid #f4f4f4;padding-top:15px;-webkit-border-radius: 0.3em; -moz-border-radius: 0.3em;border-radius: 0.3em;border: 1px solid #CCC;box-shadow: 0 0.3em 0.6em rgba(0, 0, 0, 0.1);">
{{Bannière|title=yes|content=<div style="font-size: 115%;">'''[irc://):6697/#nefald.fr irc://irc.quakenet.org:6697/#nefald.fr]'''
<br /> '''serveur''' : <code>irc.quakenet.org</code> - '''channel''' : <code>#nefald.fr</code> - '''port''' : <code>6697</code>}}
</div></div>-->
{{Infobox Plugin| image = MutinyIRC_logo.png| catégorie = Chat | dev = MooseElkingtons | bukkit = mutinynirc | grade = Intendant | status = non-installé|}}




'''MutinyIRC''' est un plugin sensationnel et léger permettant de relayer sur IRC le chat de notre serveur de jeu. Rendez-vous sur [http://nefald.fr/irc.php notre IRC] ou [irc://irc.quakenet.org:6697/#nefald.fr #nefald.fr]
'''MutinyIRC''' est un plugin sensationnel et léger permettant de relayer sur IRC le chat de notre serveur de jeu. Rendez-vous sur [https://nefald.fr/irc.php notre IRC] ou [irc://irc.quakenet.org:6697/#nefald.fr #nefald.fr]




Ligne 38 : Ligne 42 :


== Configuration ==
== Configuration ==
 
{{sxhl|lang=Yaml|
{{Info|Consultez les [http://dev.bukkit.org/bukkit-plugins/mutinyirc/pages/configuration/variable-tags/ variables] avant de configurer.}}
 
<syntaxhighlight 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 105 : Ligne 106 :
     handlers:
     handlers:
         - "DefaultChatHandler"
         - "DefaultChatHandler"
</syntaxhighlight>
}}
 
=== 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
|}

Dernière version du 12 décembre 2015 à 10:03



MutinyIRC
MutinyIRC
Plugin
Catégorie Chat [edit]
Développeur(s) MooseElkingtons
Bukkit mutinynirc
Nefald
Status non-installé [edit]
Grade requis Intendant
Article
Dernière révision 12/12/2015



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

Modèle:Sxhl

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