Difference between revisions of "Extensions:Rank Rewards"

From Lorekeeper Wiki
Jump to navigation Jump to search
(make page)
Tag: 2017 source edit
 
m (list)
 
(One intermediate revision 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=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}}
<!-- Put a short summary of your extension here! -->
+
* 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 ==
<!-- Describe installation. Include any requirements (such as packages), necessary commands, etc. -->
+
* php artisan migrate
 +
* php artisan optimize
 +
* php artisan update-extension-tracker
 
== Configuration ==
 
== Configuration ==
<!-- Is any configuration necessary? Describe it here! -->
+
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 18:
 
== 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 13:10, 16 May 2024

Rank Rewards
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






  • 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

Usage

Troubleshooting

Images

See Also