<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to Chat Related</title><link>https://sourceforge.net/p/commandsex/wiki/Chat%2520Related/</link><description>Recent changes to Chat Related</description><atom:link href="https://sourceforge.net/p/commandsex/wiki/Chat%20Related/feed" rel="self"/><language>en</language><lastBuildDate>Tue, 05 Jun 2012 20:09:36 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/commandsex/wiki/Chat%20Related/feed" rel="self" type="application/rss+xml"/><item><title>WikiPage Chat Related modified by Zathrus Writer</title><link>https://sourceforge.net/p/commandsex/wiki/Chat%2520Related/</link><description>&lt;pre&gt;--- v3
+++ v4
@@ -91,3 +91,14 @@
       - nine months
       - nine mnts
 ~~~~~~
+
+----
+
+/cex_motd
+---
+* **Description:** Displays Message Of The Day to the player.
+* **[Usage](https://sourceforge.net/p/commandsex/wiki/Usage):** /cex_motd
+* **Permission node:** cex.motd
+* **Default permission:** everyone
+* **Aliases:** motd
+* **[Location in JAR file:](https://sourceforge.net/p/commandsex/wiki/Removing%20Functions%20from%20the%20Plugin)** *com/github/zathrus_writer/commandsex/commands/Command_cex_motd.class*
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Zathrus Writer</dc:creator><pubDate>Tue, 05 Jun 2012 20:09:36 -0000</pubDate><guid>https://sourceforge.net5c5c6dd0066c2110166e3884e2d811bdcb3058df</guid></item><item><title>WikiPage Chat Related modified by Zathrus Writer</title><link>https://sourceforge.net/p/commandsex/wiki/Chat%2520Related/</link><description>&lt;pre&gt;--- v2 
+++ v3 
@@ -56,7 +56,7 @@
 * **Aliases:** quiz
 * **[Location in JAR file:](https://sourceforge.net/p/commandsex/wiki/Removing%20Functions%20from%20the%20Plugin)** *com/github/zathrus_writer/commandsex/commands/Command_cex_quiz.class*
 
-***Configuration:***
+**Configuration:**
 
 ~~~~~~
 # time (in seconds) after which to start a periodic quiz, set to 0 to disable timer
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Zathrus Writer</dc:creator><pubDate>Thu, 10 May 2012 22:39:34 -0000</pubDate><guid>https://sourceforge.netfe421bff263eca683ad1a97113a0622a43fb199c</guid></item><item><title>WikiPage Chat Related modified by Zathrus Writer</title><link>https://sourceforge.net/p/commandsex/wiki/Chat%2520Related/</link><description>&lt;pre&gt;--- v1 
+++ v2 
@@ -55,3 +55,39 @@
     * ***cex.quiz.claim*** -&gt; Allows player to claim their reward after winnig the quiz. Default: Everyone
 * **Aliases:** quiz
 * **[Location in JAR file:](https://sourceforge.net/p/commandsex/wiki/Removing%20Functions%20from%20the%20Plugin)** *com/github/zathrus_writer/commandsex/commands/Command_cex_quiz.class*
+
+***Configuration:***
+
+~~~~~~
+# time (in seconds) after which to start a periodic quiz, set to 0 to disable timer
+# ... if 0, admins can still force a new quiz by issuing command /quiz start
+quizRepeatTime: 500
+
+# time (in seconds) between the quiz is announced and it actually starts (to leave players time to prepare)
+quizDelay: 10
+
+# time (in seconds) how long will one quiz question remain valid
+quizDuration: 60
+
+# quiz difficulties and rewards - each difficulty has its own rewards set which is cycled through
+# one reward will not be repeated twice in a row
+quizDiff:
+  easy:
+    caseSentisive : 0 # if true or 1, answers will be checked case-sensitively
+    reward1:
+      2      : 4 # 4x grass block
+    reward2:
+      298    : 1 # 1x leather helmet
+      "35:5" : 8 # 8x lime wool block
+
+# set up your quizzes here (quiz names can be arbitrary)
+quizzes:
+  babyBorn:
+    question: How long does it take for a baby to be born?
+    difficulty: easy # this must be a value defined in quizDiff section above
+      answers:
+      - 9 months
+      - 9 mnts
+      - nine months
+      - nine mnts
+~~~~~~
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Zathrus Writer</dc:creator><pubDate>Thu, 10 May 2012 22:39:14 -0000</pubDate><guid>https://sourceforge.netda12dd62cec724c8b83831b57b47d9197b49cecc</guid></item><item><title>WikiPage Chat Related modified by Zathrus Writer</title><link>https://sourceforge.net/p/commandsex/wiki/Chat%2520Related/</link><description>Chat Related
---
Commands that extend the use of in-game chat.

----

Configuration
---

Each of the commands may have a specific configuration options included with it. Please check commands descriptions for more details.

----

/cex_mute
---
* **Description:** Mutes a player indefinitelly or for a given time period.
* **[Usage](https://sourceforge.net/p/commandsex/wiki/Usage):** /cex_mute &lt;Player&gt; \[time\]
* **Permission node:** cex.mute
* **Default permission:** OP only
* **Aliases:** mute
* **[Location in JAR file:](https://sourceforge.net/p/commandsex/wiki/Removing%20Functions%20from%20the%20Plugin)** *com/github/zathrus_writer/commandsex/commands/Command_cex_mute.class*

----

/cex_unmute
---
* **Description:** Unmutes a player.
* **[Usage](https://sourceforge.net/p/commandsex/wiki/Usage):** /cex_unmute \&lt;Player\&gt;
* **Permission node:** cex.unmute
* **Default permission:** OP only
* **Aliases:** unmute
* **[Location in JAR file:](https://sourceforge.net/p/commandsex/wiki/Removing%20Functions%20from%20the%20Plugin)** *com/github/zathrus_writer/commandsex/commands/Command_cex_unmute.class*

----

/cex_broadcast
---
* **Description:** Broadcasts a message from player to everyone on the server in the /say way.
* **[Usage](https://sourceforge.net/p/commandsex/wiki/Usage):** /cex_broadcast \&lt;Message\&gt;
* **Permission node:** cex.broadcast
* **Default permission:** OP only
* **Aliases:** broadcast, bcast
* **[Location in JAR file:](https://sourceforge.net/p/commandsex/wiki/Removing%20Functions%20from%20the%20Plugin)** *com/github/zathrus_writer/commandsex/commands/Command_cex_broadcast.class*

----

/cex_quiz
---
* **Description:** Displays various information about quizzes and also allows for rewards claiming and forcing a quiz start.
* **[Usage](https://sourceforge.net/p/commandsex/wiki/Usage):** /cex_quiz
* **Permission nodes:**
    * ***cex.quiz.version*** -&gt; Allows player to see version of the quizzes module. Default: Everyone
    * ***cex.quiz.start*** -&gt; Allows player to force start a new quiz on the server. Default: OP only
    * ***cex.quiz.status*** -&gt; Allows player to see when the next quiz is scheduled to begin. Default: Everyone
    * ***cex.quiz.claim*** -&gt; Allows player to claim their reward after winnig the quiz. Default: Everyone
* **Aliases:** quiz
* **[Location in JAR file:](https://sourceforge.net/p/commandsex/wiki/Removing%20Functions%20from%20the%20Plugin)** *com/github/zathrus_writer/commandsex/commands/Command_cex_quiz.class*</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Zathrus Writer</dc:creator><pubDate>Thu, 10 May 2012 22:35:36 -0000</pubDate><guid>https://sourceforge.net592fb9333f25039c0a3e74d9694e8bf8c741159b</guid></item></channel></rss>