Difference between revisions of "Raid.php"

From Bebot Wiki 2
Jump to navigationJump to search
(Created page with '====== Raid.php ====== ==== Description ==== Handles raid functions and awards raid points ==== Features ==== * List of features the module provides ===== Commands provi…')
 
Line 12: Line 12:
  
 
===== Commands provided =====
 
===== Commands provided =====
 
+
<pre>
 
^Command  ^ Keyword  ^Argument(s)  ^Description                          ^Tell      ^Guild    ^Priv      ^
 
^Command  ^ Keyword  ^Argument(s)  ^Description                          ^Tell      ^Guild    ^Priv      ^
 
|!raid    |start    |              |Starts a raid                        |Leader    |N/A      |Leader    |
 
|!raid    |start    |              |Starts a raid                        |Leader    |N/A      |Leader    |
Line 26: Line 26:
 
^Command  ^ Keyword  ^Argument(s)  ^Description                          ^Tell      ^Guild    ^Priv      ^
 
^Command  ^ Keyword  ^Argument(s)  ^Description                          ^Tell      ^Guild    ^Priv      ^
 
|!c      |          |<text>        |Synonym for !raid command <text>    |Leader    |N/A      |Leader    |
 
|!c      |          |<text>        |Synonym for !raid command <text>    |Leader    |N/A      |Leader    |
 +
</pre>
  
 
<sub>
 
<sub>

Revision as of 09:02, 30 July 2021

Raid.php

Description

Handles raid functions and awards raid points


Features

 * List of features the module provides


Commands provided
^Command  ^ Keyword  ^Argument(s)   ^Description                          ^Tell      ^Guild     ^Priv      ^
|!raid    |start     |              |Starts a raid                        |Leader    |N/A       |Leader    |
|!raid    |end       |              |Ends a raid                          |Leader    |N/A       |Leader    |
|!raid    |check     |              |Shows info about raid participants   |Leader    |N/A       |Leader    |
|!raid    |join      |              |Join a raid                          |Guest     |N/A       |Guest     |
|!raid    |leave     |              |Leaves a raid                        |Guest     |N/A       |Guest     |
|!raid    |add       |<name>        |Adds player <name> to the raid       |Leader    |N/A       |Leader    |
|!raid    |kick      |<name>        |Kicks player <name> from the raid    |Leader    |N/A       |Leader    |
|!raid    |lock      |              |Locks the raid from further joins    |Leader    |N/A       |Leader    |
|!raid    |unlock    |              |Opens the raid for joins after a lock|Leader    |N/A       |Leader    |
|!raid    |command   |<text>        |Shout a raid command                 |Leader    |N/A       |Leader    |
^Command  ^ Keyword  ^Argument(s)   ^Description                          ^Tell      ^Guild     ^Priv      ^
|!c       |          |<text>        |Synonym for !raid command <text>     |Leader    |N/A       |Leader    |

Notes to table:\\


Related commands

 * **!points** - Manage raid points. See Points.php
 * **!caller** - Manage callers for raids and events. See Callers.php