Difference between revisions of "Extensions:Levels & Stats"

From Lorekeeper Wiki
Jump to navigation Jump to search
(Created page with "{{subst:Extension Page}}")
Tag: 2017 source edit
 
(Clarifying)
Tag: 2017 source edit
 
(2 intermediate revisions by one other 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}}|migration=yes/no|package=yes/no}}
+
{{Extensioninfobox|title=Levels & Stats|desc=Adds levels to users and characters and character stats|auth=Newt|status=Test Build|github={{Github|user=ne-wt|branch=levels+stats}}|migration=yes|package=no}}
 
<!-- Put a short summary of your extension here! -->
 
<!-- Put a short summary of your extension here! -->
 +
'''This extension was built using Develop and therefore requires Laravel 8.'''
 +
 +
'''This is a test build''' It has been made available for feedback and bug reports.
 
== Installation ==
 
== Installation ==
 
<!-- Describe installation. Include any requirements (such as packages), necessary commands, etc. -->
 
<!-- Describe installation. Include any requirements (such as packages), necessary commands, etc. -->
 +
Pull the branch & run the following:
 +
<code>php artisan migrate</code>
 +
<code>php artisan add-level</code>
 
== Configuration ==
 
== Configuration ==
 
<!-- Is any configuration necessary? Describe it here! -->
 
<!-- Is any configuration necessary? Describe it here! -->
 
== Usage ==
 
== Usage ==
 
<!-- Is there anything users should know about using your extension? -->
 
<!-- Is there anything users should know about using your extension? -->
 +
This is currently a test build and is made available for user feedback and bug reports
 
== Troubleshooting ==
 
== Troubleshooting ==
 
<!-- Are there known issues or errors that require user action? Who should they contact, and where, for support? -->
 
<!-- Are there known issues or errors that require user action? Who should they contact, and where, for support? -->
 +
Contact me in the lorekeeper discord @ Newt
 
== 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 10:39, 17 February 2021

Levels & Stats
Description Adds levels to users and characters and character stats
Author(s) Newt
Status Test Build
Github levels+stats
LK Version Unspecified
Contains a Migration



This extension was built using Develop and therefore requires Laravel 8.

This is a test build It has been made available for feedback and bug reports.

Installation

Pull the branch & run the following: php artisan migrate php artisan add-level

Configuration

Usage

This is currently a test build and is made available for user feedback and bug reports

Troubleshooting

Contact me in the lorekeeper discord @ Newt

See Also