Difference between revisions of "Extensions:Rank Rewards"
Jump to navigation
Jump to search
(make page) Tag: 2017 source edit |
(Added v3 compatibility) Tag: 2017 source edit |
||
| (2 intermediate revisions by one other user not shown) | |||
| Line 1: | Line 1: | ||
| − | {{Extensioninfobox|title= | + | {{Extensioninfobox|title=Rank Rewards|desc=Reward certain ranks with something every set time period|auth=CH3RVB, Ne-wt, Moif|status=stable|github={{Github|user=CH3RVB|branch=extension\rank-rewards}}|LKVer=2.1|migration=yes|package=no}} |
| − | + | ||
| + | This extension is also compatible with v3. | ||
| + | |||
| + | * Grants (X thing) to all people of (Y rank) every (Z time) | ||
| + | * Any standard loot_select items supported | ||
| + | * Can set grants to daily/weekly/monthly | ||
| + | * Multiple different grants for multiple different ranks can coexist at the same time | ||
== Installation == | == Installation == | ||
| − | + | * php artisan migrate | |
| + | * php artisan optimize | ||
| + | * php artisan update-extension-tracker | ||
== Configuration == | == Configuration == | ||
| − | + | Make sure to set up the rewards and make sure they're active | |
== Usage == | == Usage == | ||
<!-- Is there anything users should know about using your extension? --> | <!-- Is there anything users should know about using your extension? --> | ||
| Line 13: | Line 21: | ||
== 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 09:56, 8 October 2024
| Description | Reward certain ranks with something every set time period |
|---|---|
| Author(s) | CH3RVB, Ne-wt, Moif |
| Status | stable |
| Github | extension\rank-rewards |
| LK Version | 2.1 |
| Contains a Migration | |
This extension is also compatible with v3.
- Grants (X thing) to all people of (Y rank) every (Z time)
- Any standard loot_select items supported
- Can set grants to daily/weekly/monthly
- Multiple different grants for multiple different ranks can coexist at the same time
Installation
- php artisan migrate
- php artisan optimize
- php artisan update-extension-tracker
Configuration
Make sure to set up the rewards and make sure they're active