-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
af09695
commit a7b515b
Showing
2 changed files
with
25 additions
and
2 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,19 @@ | ||
# OmnipicoPlugins | ||
|
||
# PluralKitMC | ||
|
||
PluralKitMC Allows you to interface with the PluralKit Discord bot. You can do this by loading your system id (found from pk;system) with /pk load <system id>, and then everything should work as usual! Typing in chat with your proxy tags will cause the message to be sent as the appropriate system member. | ||
|
||
Commands: | ||
|
||
/pk help -- Lists the PluralKitMC commands | ||
/pk load <system id> -- Links you to the given system id | ||
/pk update -- Forces your system information to refresh | ||
/pk link <token> -- Links your account to the token from pk;token | ||
/pk unlink -- Removes the attached token | ||
/pk autoproxy <off/front/latch/member>-- Configures your autoproxy settings | ||
/pk switch [out/member...]-- Switch out or to one or more member | ||
/pk find <search term>-- Searches for a member by name | ||
/pk random-- Lists a random member from your system | ||
/pk member <member>-- Display information regarding a user in your system | ||
/pk system [list] [full]-- Display information regarding your system, or list its members | ||
|
||
**Note: Database data storage is not yet supported.** |