Difference between revisions of "Extensions:Sellable Characters"
Jump to navigation
Jump to search
Tag: 2017 source edit |
m (Updated github link and version based on the github data) |
||
(4 intermediate revisions by one other user not shown) | |||
Line 1: | Line 1: | ||
− | {{Extensioninfobox|title=Sellable Characters (Adopt Center)|desc=Allows admins to sell characters for onsite currency|auth=ne-wt|status= | + | {{Extensioninfobox|title=Sellable Characters (Adopt Center)|desc=Allows admins to sell characters for onsite currency|auth=ne-wt|status=stable|github={{Github|user=ne-wt|branch=extension/sellable-charas}}|LKVer=2.0.0|migration=yes|package=no}} |
+ | == Thanks == | ||
+ | Special thank you to Uri (Preimpression) who not added many desirable features and helped with development! Please consider donating to their ko-fi! | ||
+ | |||
+ | https://ko-fi.com/preimpression | ||
<!-- Put a short summary of your extension here! --> | <!-- Put a short summary of your extension here! --> | ||
== 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 and run <code>php artisan migrate</code> | + | Pull the branch and run <code>php artisan migrate</code> and <code>php artisan add-site-settings</code> |
== Configuration == | == Configuration == | ||
<!-- Is any configuration necessary? Describe it here! --> | <!-- Is any configuration necessary? Describe it here! --> | ||
+ | To make the 'calculate worth by traits' functional for your own needs, you must edit areas in the <code>'App\Http\Controllers\Admin\SurrenderController'</code> and <code>'App\Http\Services\SurrenderManager'</code>. | ||
+ | |||
+ | It has been commented to make it easier. | ||
+ | |||
+ | Make sure to turn it on in settings. | ||
== Usage == | == Usage == | ||
<!-- Is there anything users should know about using your extension? --> | <!-- Is there anything users should know about using your extension? --> |
Latest revision as of 05:40, 17 May 2024
Description | Allows admins to sell characters for onsite currency |
---|---|
Author(s) | ne-wt |
Status | stable |
Github | extension/sellable-charas |
LK Version | 2.0.0 |
Contains a Migration | |
Thanks
Special thank you to Uri (Preimpression) who not added many desirable features and helped with development! Please consider donating to their ko-fi!
https://ko-fi.com/preimpression
Installation
Pull the branch and run php artisan migrate
and php artisan add-site-settings
Configuration
To make the 'calculate worth by traits' functional for your own needs, you must edit areas in the 'App\Http\Controllers\Admin\SurrenderController'
and 'App\Http\Services\SurrenderManager'
.
It has been commented to make it easier.
Make sure to turn it on in settings.
Usage
Allows admins to add characters owned by the "admin" account to an adopt center to be bought for currency
Troubleshooting
Contact me @ Newt#7776 in the lorekeeper discord if any issues arise