Skip to content

Latest commit

 

History

History
60 lines (57 loc) · 1.24 KB

README.en-US.md

File metadata and controls

60 lines (57 loc) · 1.24 KB

CaiCustomEmojiCommand

  • Authors: Cai
  • Source: Here
  • Tired of typing long commands? Try custom emoji commands to convert frequently used commands into emojis for execution.
  • Emoji IDs can be found on the wiki (https://terraria.wiki.gg/wiki/Emotes). This plugin does not support bypassing permission checks, and commands require an identifier (/ or .).

Config

Configuration file location:tshock/CaiCustomEmojiCommand.en-US.json

{
  "EmojiCommands": [
    {
      "Command": "/who",
      "EmojiId": 0
    },
    {
      "Command": "/home",
      "EmojiId": 2
    },
    {
      "Command": "/back",
      "EmojiId": 1
    },
    {
      "Command": "/进度补给",
      "EmojiId": 149
    },
    {
      "Command": "/进度查询",
      "EmojiId": 14
    },
    {
      "Command": "/进度列表",
      "EmojiId": 11
    },
    {
      "Command": "/atp",
      "EmojiId": 17
    },
    {
      "Command": "/vm",
      "EmojiId": 90
    },
    {
      "Command": "/key",
      "EmojiId": 7
    },
    {
      "Command": "/su",
      "EmojiId": 3
    }
  ]
}

FeedBack