{ "commands": [ { "name": "system", "usage": "system [id]", "description": "Shows information about a system.", "longdesc": "The given ID can either be a 5-character ID, a Discord account @mention, or a Discord account ID. Leave blank to show your own system.", "examples": ["system", "system abcde", "system @Foo#1234", "system 102083498529026048"], "category": "System", "subcommands": [ { "name": "new", "usage": "system new [name]", "category": "System", "description": "Creates a new system registered to your account." }, { "name": "name", "usage": "system name [name]", "category": "System", "description": "Changes the name of your system." }, { "name": "description", "usage": "system description [description]", "category": "System", "description": "Changes the description of your system." }, { "name": "avatar", "usage": "system avatar [avatar url]", "category": "System", "description": "Changes the avatar of your system.", "longdesc": "**NB:** Avatar URLs must be a *direct* link to an image (ending in .jpg, .gif or .png), AND must be under the size of 1000x1000 (in both dimensions), AND must be smaller than 1 MB. If the avatar doesn't show up properly, it is likely one or more of these rules aren't followed. If you need somewhere to host an image, you can upload it to Discord or Imgur and copy the *direct* link from there.", "examples": ["system avatar https://i.imgur.com/HmK2Wgo.png"] }, { "name": "tag", "usage": "system tag [tag]", "category": "System", "description": "Changes the system tag of your system.", "longdesc": "The system tag is a snippet of text added to the end of your member's names when proxying. Many servers require the use of a system tag for identification. Leave blank to clear.\n\n**NB:** You may use standard Discord emojis, but server/Nitro emojis won't work.", "examples": ["system tag |ABC", "system tag ๐Ÿ’ฎ", "system tag"] }, { "name": "timezone", "usage": "system timezone [location]", "category": "System", "description": "Changes the time zone of your system.", "longdesc": "This affects all dates or times displayed in PluralKit. Leave blank to clear.\n\n**NB:** You need to specify a location (eg. the nearest major city to you). This allows PluralKit to dynamically adjust for time zone or DST changes.", "examples": ["system timezone New York", "system timezone Wichita Falls", "system timezone"] }, { "name": "delete", "usage": "system delete", "category": "System", "description": "Deletes your system.", "longdesc": "The command will ask for confirmation.\n\n**This is irreversible, and will delete all information associated with your system, members, proxied messages, and accounts.**" }, { "name": "fronter", "usage": "system [id] fronter", "category": "System", "description": "Shows the current fronter of a system." }, { "name": "fronthistory", "usage": "system [id] fronthistory", "category": "System", "description": "Shows the last 10 switches of a system." }, { "name": "frontpercent", "usage": "system [id] fronthistory [timeframe]", "category": "System", "description": "Shows the aggregated front history of a system within a given time frame.", "longdesc": "Percentages may add up to over 100% when multiple members cofront. Time frame will default to 1 month.", "examples": ["system fronthistory 1 month", "system fronthistory 2 weeks", "system @Foo#1234 fronthistory 4 days"] }, { "name": "list", "usage": "system [id] list", "category": "System", "description": "Shows a paginated list of a system's members." } ] }, { "name": "link", "usage": "link ", "category": "System", "description": "Links this system to a different account.", "longdesc": "This means you can manage the system from both accounts. The other account will need to verify the link by reacting to a message.", "examples": ["link @Foo#1234", "link 102083498529026048"] }, { "name": "unlink", "usage": "unlink", "category": "System", "description": "Unlinks this account from its system.", "longdesc": "You can't unlink the only account in a system." }, { "name": "member", "usage": "member ", "category": "Member", "description": "Shows information about a member.", "longdesc": "The given member name can either be the name of a member in your own system or a 5-character member ID (in any system).", "examples": ["member John", "member abcde"], "subcommands": [ { "name": "rename", "usage": "member rename ", "category": "Member", "description": "Changes the name of a member.", "examples": ["member Jack rename Jill"] }, { "name": "description", "usage": "member description [description]", "category": "Member", "description": "Changes the description of a member.", "examples": ["member Jack description Very cool guy."] }, { "name": "avatar", "usage": "member avatar [avatarurl]", "category": "Member", "description": "Changes the avatar of a member.", "longdesc": "**NB:** Avatar URLs must be a *direct* link to an image (ending in .jpg, .gif or .png), AND must be under the size of 1000x1000 (in both dimensions), AND must be smaller than 1 MB. If the avatar doesn't show up properly, it is likely one or more of these rules aren't followed. If you need somewhere to host an image, you can upload it to Discord or Imgur and copy the *direct* link from there.", "examples": ["member Jack avatar https://i.imgur.com/HmK2Wgo.png"] }, { "name": "proxy", "usage": "member proxy [tags]", "category": "Member", "description": "Changes the proxy tags of a member.", "longdesc": "The proxy tags describe how to proxy this member through Discord. You must pass an \"example proxy\" of the word \"text\", ie. how you'd proxy the word \"text\". For example, if you want square brackets for this member, pass `[text]`. Emojis are allowed.", "examples": ["member Jack proxy [text]", "member Jill proxy J:text", "member Jones proxy ๐Ÿ’text"] }, { "name": "pronouns", "usage": "member pronouns [pronouns]", "category": "Member", "description": "Changes the pronouns of a member.", "longdesc": "These will be displayed on their profile. This is a free text field, put whatever you'd like :)", "examples": ["member Jack pronouns he/him", "member Jill pronouns she/her or they/them", "member Jones pronouns use whatever lol"] }, { "name": "color", "usage": "member color [color]", "category": "Member", "description": "Changes the color of a member.", "longdesc": "This will displayed on their profile. Colors must be in hex format (eg. #ff0000).\n\n**NB:** Due to a Discord limitation, the colors don't affect proxied message names.", "examples": ["member Jack color #ff0000", "member Jill color #abcdef"] }, { "name": "birthday", "usage": "member birthday [birthday]", "category": "Member", "description": "Changes the birthday of a member.", "longdesc": "This must be in YYYY-MM-DD format, or just MM-DD if you don't want to specify a year.", "examples": ["member Jack birthday 1997-03-27", "member Jill birthday 2018-01-03", "member Jones birthday 12-21"] }, { "name": "delete", "usage": "member delete", "category": "Member", "description": "Deletes a member.", "longdesc": "This command will ask for confirmation.\n\n**This is irreversible, and will delete all data associated with this member.**" } ] }, { "name": "switch", "usage": "switch [member...]", "category": "Switching", "description": "Registers a switch with the given members.", "longdesc": "You may specify multiple members to indicate cofronting.", "examples": ["switch Jack", "switch Jack Jill"], "subcommands": [ { "name": "move", "usage": "switch move