Raid.php

From Bebot Wiki 2
Revision as of 22:29, 16 September 2020 by B3b0tUzR (talk | contribs) (Created page with '====== Raid.php ====== ==== Description ==== Handles raid functions and awards raid points ==== Features ==== * List of features the module provides ===== Commands provi…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search
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