Difference between revisions of "Extensions:Collections"

From Lorekeeper Wiki
Jump to navigation Jump to search
Tag: 2017 source edit
Tag: 2017 source edit
Line 1: Line 1:
 +
{{Extensioninfobox|title=Collections|desc=Reward users for collecting items|auth=CH3RVB, Draginraptor, Newt, Uri|status=stable|github={{Github|user=CH3RVB|branch=collections}}|LKVer=2.0|migration=yes|package=no}}
 
An extension built off of [[Extensions:Crafting System]]'s code (with permission to be released to the public.) Admins can create a "collection", which in the extension's base form, includes only items, but it can be coded in to have other item requirements.
 
An extension built off of [[Extensions:Crafting System]]'s code (with permission to be released to the public.) Admins can create a "collection", which in the extension's base form, includes only items, but it can be coded in to have other item requirements.
  
Thank you to Draginraptor for the original, as well as everyone else who contributed to it:
+
Thank you to Draginraptor for the original, as well as everyone else who contributed to it: Newt, Uri, and Newt for the tidbits I used from [[Extensions:Prompt Prerequisites]]
-Newt
 
-Uri
 
  
 
{{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}}
 
<!-- Put a short summary of your extension here! -->
 
 
== Installation ==
 
== Installation ==
<!-- Describe installation. Include any requirements (such as packages), necessary commands, etc. -->
+
Pull the branch, handle any conflicts, and <pre> php artisan migrate </pre> and <pre> php artisan optimize </pre> You might not need to optimize, but migration is a requirement to make the extension function.  
 
== Configuration ==
 
== Configuration ==
<!-- Is any configuration necessary? Describe it here! -->
+
Guide to configure pending
 
== Usage ==
 
== Usage ==
<!-- Is there anything users should know about using your extension? -->
+
It's pretty much the same as Crafting, so things will be very similar. Completing a collection doesn't debit items, and they can only be completed once, so they can be used as a sticker book, themed item collection, or "achievement" system.
 +
 
 +
Collections can be locked behind a "parent"
 
== Troubleshooting ==
 
== Troubleshooting ==
<!-- Are there known issues or errors that require user action? Who should they contact, and where, for support? -->
+
None yet
 
== Images ==
 
== Images ==
<!-- Do you have any images to show what it looks like in action? -->
+
(Pending actual release on my site)
 +
See it in action on my site:
 +
https://www.merlotarpg.com/world/collections
 +
https://www.merlotarpg.com/collection
 
== See Also ==
 
== See Also ==
<!-- Any relevant other pages. You may consider linking to related extensions, for instance. -->
+
[[Extensions:Crafting System]]
 
 

Revision as of 15:29, 29 January 2023

Collections
Description Reward users for collecting items
Author(s) CH3RVB, Draginraptor, Newt, Uri
Status stable
Github collections
LK Version 2.0
Contains a Migration






An extension built off of Extensions:Crafting System's code (with permission to be released to the public.) Admins can create a "collection", which in the extension's base form, includes only items, but it can be coded in to have other item requirements.

Thank you to Draginraptor for the original, as well as everyone else who contributed to it: Newt, Uri, and Newt for the tidbits I used from Extensions:Prompt Prerequisites

Installation

Pull the branch, handle any conflicts, and

 php artisan migrate 

and

 php artisan optimize 

You might not need to optimize, but migration is a requirement to make the extension function.

Configuration

Guide to configure pending

Usage

It's pretty much the same as Crafting, so things will be very similar. Completing a collection doesn't debit items, and they can only be completed once, so they can be used as a sticker book, themed item collection, or "achievement" system.

Collections can be locked behind a "parent"

Troubleshooting

None yet

Images

(Pending actual release on my site) See it in action on my site: https://www.merlotarpg.com/world/collections https://www.merlotarpg.com/collection

See Also

Extensions:Crafting System