Difference between revisions of "Extensions:Character Rewards"

From Lorekeeper Wiki
Jump to navigation Jump to search
(Created page)
Tag: 2017 source edit
 
Tag: 2017 source edit
Line 1: Line 1:
{{Extensioninfobox|title=the extension's name|desc=A short description|auth=Author(s)|status=status (such as WIP, testing, stable)|github={{Github|user=username|branch=branch}}|LKVer=What Lorekeeper version the ext is built on|migration=yes/no|package=yes/no}}
+
{{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}}
<!-- Put a short summary of your extension here! -->
+
{| 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 ==
<!-- Describe installation. Include any requirements (such as packages), necessary commands, etc. -->
+
Must be turned on in config/lorekeeper/extensions.php in order to be used.
 
== Configuration ==
 
== Configuration ==
<!-- Is any configuration necessary? Describe it here! -->
+
One extra configuration provided in config/lorekeeper/extensions.php
== Usage ==
+
<code>'default_recipient' => 0, // 0 to default to the character's owner (if a user), 1 to default to the submission user.</code>
<!-- Is there anything users should know about using your extension? -->
 
== Troubleshooting ==
 
<!-- Are there known issues or errors that require user action? Who should they contact, and where, for support? -->
 
 
== 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 ==
<!-- Any relevant other pages. You may consider linking to related extensions, for instance. -->
+
[[Updating:_to_2.0.0]]
 
 

Revision as of 08:43, 25 March 2024

Character Rewards
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.

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.

Images

See Also

Updating:_to_2.0.0