Difference between revisions of "Extensions:Character-Locked Items"

From Lorekeeper Wiki
Jump to navigation Jump to search
(Created page with "{{subst:Extension Page}}")
Tag: 2017 source edit
 
Tag: 2017 source edit
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=Character-Locked Items|desc=A short description|auth=CH3RVB|status=stable|github={{Github|user=CH3RVB|branch=extension/character-locked-items}}|LKVer=2.1.4=yes|package=no}}
<!-- Put a short summary of your extension here! -->
+
Does what it says, allows for character-given items to be bound to a character after attachment. (Similar to admin grants, but are applied globally across all items of a specific ID and they do not have to be admin granted to be locked)
 +
 
 
== Installation ==
 
== Installation ==
<!-- Describe installation. Include any requirements (such as packages), necessary commands, etc. -->
+
Pull, and run <code>php artisan migrate</code> as well as <code>php artisan optimize</code>
== Configuration ==
 
<!-- Is any configuration necessary? Describe it here! -->
 
 
== Usage ==
 
== Usage ==
<!-- Is there anything users should know about using your extension? -->
+
Bindings can be set category-wide, or item-wide. If a category is set to be unbound by default, you can fine-tune item bindings by setting individual items as bindable. Bound items cannot be removed by the user and only can be removed by users with edit_inventory perms
== Troubleshooting ==
 
<!-- Are there known issues or errors that require user action? Who should they contact, and where, for support? -->
 
 
== 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 ==
 
<!-- Any relevant other pages. You may consider linking to related extensions, for instance. -->
 
 

Revision as of 12:58, 28 April 2024

Character-Locked Items
Description A short description
Author(s) CH3RVB
Status stable
Github extension/character-locked-items
LK Version 2.1.4=yes






Does what it says, allows for character-given items to be bound to a character after attachment. (Similar to admin grants, but are applied globally across all items of a specific ID and they do not have to be admin granted to be locked)

Installation

Pull, and run php artisan migrate as well as php artisan optimize

Usage

Bindings can be set category-wide, or item-wide. If a category is set to be unbound by default, you can fine-tune item bindings by setting individual items as bindable. Bound items cannot be removed by the user and only can be removed by users with edit_inventory perms

Images