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…')
 
Line 16: Line 16:
  
 
^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      |
 +
 
|!points  |add      |<name> <points>|Adds <points> to player <name>                |Leader    |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  |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  |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  |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  |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  |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      |
 +
  
 
<sub>
 
<sub>
Line 40: Line 49:
 
^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 shared over all alts              |
+
 
 +
|To_Main*       |Off      |Controls if points are shared over all alts              |
 +
 
 +
* : To_Main became hidden, so to change its value use !points tomain check|on|off
 +
(check doesn't change value, on also set alt confirmation on to avoid abuses)
  
 
<sub>
 
<sub>
 
Notes to table:\\
 
Notes to table:\\
 
</sub>
 
</sub>

Revision as of 18:48, 23 March 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 shared over all alts |

  • : To_Main became hidden, so to change its value use !points tomain check|on|off

(check doesn't change value, on also set alt confirmation on to avoid abuses)

Notes to table:\\