Difference between revisions of "Extensions:Trait prompt reward"
Jump to navigation
Jump to search
(made page) Tag: 2017 source edit |
m (fix code snippet) |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
− | {{Extensioninfobox|title= | + | {{Extensioninfobox|title=Trait Prompt Reward|desc=Let user add traits as a prompt reward|auth=CH3RVB|status=stable|github={{Github|user=CH3RVB|branch=extension/feature-reward}}|LKVer=2.1|migration=no|package=no}} |
− | + | Allows users and admins to add traits as a prompt reward (like items and currencies) | |
== Installation == | == Installation == | ||
− | + | Pull the branch, handle any conflicts, run <code> php artisan update-extension-tracker</code> | |
== Configuration == | == Configuration == | ||
− | + | none | |
== Usage == | == Usage == | ||
− | + | Upping the "quantity" for traits does not exactly work due to how I had to set it up... you'll have to add multiple of the same trait if you want multiple. | |
== Troubleshooting == | == Troubleshooting == | ||
− | + | No known errors | |
== 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 17:41, 19 April 2023
Description | Let user add traits as a prompt reward |
---|---|
Author(s) | CH3RVB |
Status | stable |
Github | extension/feature-reward |
LK Version | 2.1 |
Allows users and admins to add traits as a prompt reward (like items and currencies)
Installation
Pull the branch, handle any conflicts, run php artisan update-extension-tracker
Configuration
none
Usage
Upping the "quantity" for traits does not exactly work due to how I had to set it up... you'll have to add multiple of the same trait if you want multiple.
Troubleshooting
No known errors