Difference between revisions of "Extensions:Emotes"
Jump to navigation
Jump to search
(→Images) Tag: 2017 source edit |
|||
Line 14: | Line 14: | ||
no known errors | no known errors | ||
== Images == | == Images == | ||
− | [[File: | + | [[File:Emotes.png]] |
== 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 18:21, 19 April 2023
Description | Upload emotes to use on your site! |
---|---|
Author(s) | CH3RVB |
Status | stable |
Github | extension/emotes |
LK Version | 2.1.1 |
Contains a Migration | |
Upload emotes that players can use onsite!
Emotes are set by admins in the admin panel, but anyone can use them. Emotes can be called by their names, or by their emote ID. ([emote=1]
or [emote=emote_name]
)
NEW!!: Allows for items to be mentioned as emotes. Codes are included in _item_entry.blade
for users, this can be removed if you just want a way for admins to use item emotes, for example, quick linking in a news post. Item emotes can be called with [item=item_id]
Installation
php artisan migrate
, php artisan update-extension-tracker
Configuration
none
Usage
Troubleshooting
no known errors