Difference between revisions of "Extensions:Character-Locked Items"
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= | + | {{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}} |
− | + | 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 == | ||
− | < | + | Pull, and run <code>php artisan migrate</code> as well as <code>php artisan optimize</code> |
− | |||
− | < | ||
== Usage == | == 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 == | == 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? --> | ||
− | |||
− | |||
− |
Revision as of 11:58, 28 April 2024
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