Difference between revisions of "Extensions:Periodic Rewards"

From Lorekeeper Wiki
Jump to navigation Jump to search
(make page)
Tag: 2017 source edit
 
 
(2 intermediate revisions by the same user not shown)
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=Periodic Rewards|desc=Distribute rewards after X submissions/purchases/plays/etc|auth=CH3RVB|status=testing|github={{Github|user=CH3RVB|branch=extension/periodic-rewards}}|LKVer=2.17|migration=yes|package=no}}
<!-- Put a short summary of your extension here! -->
+
 
 +
Adds a plug and use "after X submission/purchase/etc" widget. Users receive the rewards according to the operator and their number of submissions/purchases/plays/etc.
 +
 
 
== Installation ==
 
== Installation ==
<!-- Describe installation. Include any requirements (such as packages), necessary commands, etc. -->
+
php artisan migrate
 +
php artisan optimize
 
== Configuration ==
 
== Configuration ==
<!-- Is any configuration necessary? Describe it here! -->
+
see "Adding Module To Other Areas"
 
== Usage ==
 
== Usage ==
 
<!-- Is there anything users should know about using your extension? -->
 
<!-- Is there anything users should know about using your extension? -->
 
== Troubleshooting ==
 
== Troubleshooting ==
<!-- Are there known issues or errors that require user action? Who should they contact, and where, for support? -->
+
contact me on discord or in the server, UN is supercool
 
== 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? -->
Line 14: Line 17:
 
<!-- Any relevant other pages. You may consider linking to related extensions, for instance. -->
 
<!-- Any relevant other pages. You may consider linking to related extensions, for instance. -->
  
 +
== Adding Module To Other Areas ==
 +
This extension only supports prompts by default, but is set up to allow itself to be pretty easily plugged into other extensions, if desired.
 +
 +
A logging function has come ready for you in the extension already-- if you have systems that don't necessarily have logs (foraging, encounters, etc)
 +
 +
The wiki is being a joke, so the document will be hosted here for the time being: https://docs.google.com/document/d/1BRfcxnuU0e18ys50AL09BJKtXCmL4Wfz21Ob0zdwxXE/edit?usp=sharing

Latest revision as of 22:18, 21 June 2024

Periodic Rewards
Description Distribute rewards after X submissions/purchases/plays/etc
Author(s) CH3RVB
Status testing
Github extension/periodic-rewards
LK Version 2.17
Contains a Migration






Adds a plug and use "after X submission/purchase/etc" widget. Users receive the rewards according to the operator and their number of submissions/purchases/plays/etc.

Installation

php artisan migrate php artisan optimize

Configuration

see "Adding Module To Other Areas"

Usage

Troubleshooting

contact me on discord or in the server, UN is supercool

Images

See Also

Adding Module To Other Areas

This extension only supports prompts by default, but is set up to allow itself to be pretty easily plugged into other extensions, if desired.

A logging function has come ready for you in the extension already-- if you have systems that don't necessarily have logs (foraging, encounters, etc)

The wiki is being a joke, so the document will be hosted here for the time being: https://docs.google.com/document/d/1BRfcxnuU0e18ys50AL09BJKtXCmL4Wfz21Ob0zdwxXE/edit?usp=sharing