Difference between revisions of "Points.php"
From Bebot Wiki 2
Jump to navigationJump to search (Created page with '====== Points.php ====== ==== Description ==== Manages raid points ==== Features ==== * Add and remove raid points * Transfer points between toons/players * Supports o…') |
|||
(4 intermediate revisions by the same user not shown) | |||
Line 14: | Line 14: | ||
===== Commands provided ===== | ===== Commands provided ===== | ||
− | + | <pre> | |
^Command ^ Keyword ^Argument(s) ^Description ^Tell ^Guild ^Priv ^ | ^Command ^ Keyword ^Argument(s) ^Description ^Tell ^Guild ^Priv ^ | ||
|!points | |[name] |Shows points for player [name] |Guest |N/A |N/A | | |!points | |[name] |Shows points for player [name] |Guest |N/A |N/A | | ||
Line 24: | Line 24: | ||
|!points |all | |Shows the combined points for main and all alts|Guest |N/A |N/A | | |!points |all | |Shows the combined points for main and all alts|Guest |N/A |N/A | | ||
|!points |top |<cutoff> |Shows the <cutoff> biggest point accounts |Guest |N/A |N/A | | |!points |top |<cutoff> |Shows the <cutoff> biggest point accounts |Guest |N/A |N/A | | ||
+ | </pre> | ||
<sub> | <sub> | ||
Line 37: | Line 38: | ||
===== Module settings ===== | ===== Module settings ===== | ||
− | + | <pre> | |
^Setting ^Default ^Description ^ | ^Setting ^Default ^Description ^ | ||
|Transfer |Off |Controls if points are transferrable between toons | | |Transfer |Off |Controls if points are transferrable between toons | | ||
− | |To_Main |Off |Controls if points are | + | |To_Main* |Off |Controls if points are concentrated on main | |
+ | </pre> | ||
+ | |||
+ | * : To_Main became hidden, so to change its value use !points tomain check|on|off | ||
+ | (check doesn't change value, on also sets alts confirmation on to avoid abuses) | ||
<sub> | <sub> | ||
Notes to table:\\ | Notes to table:\\ | ||
</sub> | </sub> |
Latest revision as of 09:01, 30 July 2021
Points.php
Description
Manages raid points
Features
* Add and remove raid points * Transfer points between toons/players * Supports one account for all toons
Commands provided
^Command ^ Keyword ^Argument(s) ^Description ^Tell ^Guild ^Priv ^ |!points | |[name] |Shows points for player [name] |Guest |N/A |N/A | |!points |add |<name> <points>|Adds <points> to player <name> |Leader |N/A |N/A | |!points |del |<name> <points>|Renives <points> from player <name> |Leader |N/A |N/A | |!points |give |<name> <points>|Gives player <name> <points> from your account |Guest |N/A |N/A | |!points |transfer |<(on/off)> |Turns ability to transfer points on or off |Leader |N/A |N/A | |!points |tomain |<(on/off)> |Turns single pool for all alts on or off |Leader |N/A |N/A | |!points |all | |Shows the combined points for main and all alts|Guest |N/A |N/A | |!points |top |<cutoff> |Shows the <cutoff> biggest point accounts |Guest |N/A |N/A |
Notes to table:\\
- If [name] is omitted in !points [name] then the account of the player calling the command will be shown.
Related commands
* **!raid** - Join raids to earn raid points. See Raid.php
Module settings
^Setting ^Default ^Description ^ |Transfer |Off |Controls if points are transferrable between toons | |To_Main* |Off |Controls if points are concentrated on main |
- : To_Main became hidden, so to change its value use !points tomain check|on|off
(check doesn't change value, on also sets alts confirmation on to avoid abuses)
Notes to table:\\