Difference between revisions of "Bid.php"
From Bebot Wiki 2
Jump to navigationJump to search (Created page with '====== BID.php ====== ==== Description ==== Lets people bid on and auction off items using raid points. ==== Features ==== * Uses raid points earned by participating in rai…') |
|||
(One intermediate revision by the same user not shown) | |||
Line 11: | Line 11: | ||
===== Commands provided ===== | ===== Commands provided ===== | ||
− | + | <pre> | |
^Command ^ Keyword ^Argument(s) ^Description ^Tell ^Guild ^Priv ^ | ^Command ^ Keyword ^Argument(s) ^Description ^Tell ^Guild ^Priv ^ | ||
|!bid |<info> | |Gives you some info about bidding |Member |Member |Member | | |!bid |<info> | |Gives you some info about bidding |Member |Member |Member | | ||
|!bid |<points> | |Bids //<points>// number of points for the item currently up for auction|Member |Member |Member | | |!bid |<points> | |Bids //<points>// number of points for the item currently up for auction|Member |Member |Member | | ||
|!bid |<start> |<item> |Start an auction for //<item>// |Member |Member |Member | | |!bid |<start> |<item> |Start an auction for //<item>// |Member |Member |Member | | ||
+ | </pre> | ||
<sub> | <sub> | ||
Line 21: | Line 22: | ||
- //<item>// can be an item ref or text | - //<item>// can be an item ref or text | ||
</sub> | </sub> | ||
− | |||
===== Notes ===== | ===== Notes ===== | ||
* //<item>// can be an item ref or text | * //<item>// can be an item ref or text | ||
+ | |||
+ | * points giving is disabled during a bid to prevent abuses |
Latest revision as of 08:56, 30 July 2021
BID.php
Description
Lets people bid on and auction off items using raid points.
Features
* Uses raid points earned by participating in raids
Commands provided
^Command ^ Keyword ^Argument(s) ^Description ^Tell ^Guild ^Priv ^ |!bid |<info> | |Gives you some info about bidding |Member |Member |Member | |!bid |<points> | |Bids //<points>// number of points for the item currently up for auction|Member |Member |Member | |!bid |<start> |<item> |Start an auction for //<item>// |Member |Member |Member |
Notes to table:\\
- //<item>// can be an item ref or text
Notes
* //<item>// can be an item ref or text
* points giving is disabled during a bid to prevent abuses