Difference between revisions of "Extensions:Character Rewards"
Jump to navigation
Jump to search
(Created page) Tag: 2017 source edit |
m (Consistency fix) |
||
(One intermediate revision by one other user not shown) | |||
Line 1: | Line 1: | ||
− | {{Extensioninfobox|title= | + | {{Extensioninfobox|title=Character Rewards|desc=Expands character rewards for submissions and claims.|auth=preimpression|status=Stable|github=|LKVer=2.0|migration=no|package=no|modified-main=yes}} |
− | < | + | {| style="margin: 4px auto; width: 80%; border: 1px solid #9ADC38; background: #A1F524;" |
+ | |- | ||
+ | | '''<u>THIS EXTENSION IS PART OF v2.0.0 and up</u>''' | ||
+ | |- | ||
+ | | This extension has been merged into the v2.0.0 branch as [https://github.com/corowne/lorekeeper/pull/87 Character Rewards Expanded]. | ||
+ | |} | ||
+ | Expands character rewards for submissions and claims. | ||
== Installation == | == Installation == | ||
− | + | Must be turned on in config/lorekeeper/extensions.php in order to be used. | |
== Configuration == | == Configuration == | ||
− | + | One extra configuration provided in config/lorekeeper/extensions.php | |
− | + | <code>'default_recipient' => 0, // 0 to default to the character's owner (if a user), 1 to default to the submission user.</code> | |
− | < | ||
− | = | ||
− | |||
== Images == | == Images == | ||
<!-- Do you have any images to show what it looks like in action? --> | <!-- Do you have any images to show what it looks like in action? --> | ||
== See Also == | == See Also == | ||
− | + | * [[Updating:_to_2.0.0]] | |
− |
Latest revision as of 09:17, 25 March 2024
Description | Expands character rewards for submissions and claims. |
---|---|
Author(s) | preimpression |
Status | Stable |
LK Version | 2.0 |
Is part of LK v2 (modified-main) | |
THIS EXTENSION IS PART OF v2.0.0 and up |
This extension has been merged into the v2.0.0 branch as Character Rewards Expanded. |
Expands character rewards for submissions and claims.
Contents
Installation
Must be turned on in config/lorekeeper/extensions.php in order to be used.
Configuration
One extra configuration provided in config/lorekeeper/extensions.php
'default_recipient' => 0, // 0 to default to the character's owner (if a user), 1 to default to the submission user.