Difference between revisions of "Extensions:Periodic Rewards"
(make page) Tag: 2017 source edit |
(make page) |
||
Line 1: | Line 1: | ||
− | {{Extensioninfobox|title= | + | {{Extensioninfobox|title=Periodic Rewards|desc=Distribute rewards every X submissions/purchases/plays/etc|auth=CH3RVB|status=testing|github={{Github|user=CH3RVB|branch=extension/periodic-rewards}}|LKVer=2.17|migration=yes|package=no}} |
− | + | ||
+ | Adds a plug and use "every X submission/purchase/etc" widget. Users receive the rewards according to the operator and their number of submissions/purchases/plays/etc. | ||
+ | |||
== Installation == | == Installation == | ||
− | + | php artisan migrate | |
+ | php artisan optimize | ||
== Configuration == | == Configuration == | ||
− | + | 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 == | ||
− | + | 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 |
Revision as of 21:13, 21 June 2024
Description | Distribute rewards every 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 "every X submission/purchase/etc" widget. Users receive the rewards according to the operator and their number of submissions/purchases/plays/etc.
Contents
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