Difference between revisions of "Extensions:Prize Codes"

From Lorekeeper Wiki
Jump to navigation Jump to search
(Created page)
Tag: 2017 source edit
 
m
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=Prize Codes|desc=Redeemable prize codes.|auth=CH3RVB|status=stable|github={{Github|user=CH3RVB|branch=/extension/prize-code}}|LKVer=2.0.0|migration=yes|package=no}}
<!-- Put a short summary of your extension here! -->
+
Admins can generate a key that users can redeem for a specified reward.
 +
You can set a limit per code (up to X users can redeem) or make it unlimited usage (everyone onsite could redeem it).
 +
when redeemed, a code can't be redeemed again by the same user.
 
== Installation ==
 
== Installation ==
<!-- Describe installation. Include any requirements (such as packages), necessary commands, etc. -->
+
Run the following command:
== Configuration ==
+
<code>php artisan migrate</code>
<!-- Is any configuration necessary? Describe it here! -->
 
== Usage ==
 
<!-- 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. -->
 
<!-- Any relevant other pages. You may consider linking to related extensions, for instance. -->
 

Latest revision as of 16:52, 27 March 2024

Prize Codes
Description Redeemable prize codes.
Author(s) CH3RVB
Status stable
Github /extension/prize-code
LK Version 2.0.0
Contains a Migration



Admins can generate a key that users can redeem for a specified reward. You can set a limit per code (up to X users can redeem) or make it unlimited usage (everyone onsite could redeem it). when redeemed, a code can't be redeemed again by the same user.

Installation

Run the following command: php artisan migrate

Images

See Also