Skip to content

Latest commit

 

History

History
117 lines (112 loc) · 2.37 KB

README.en-US.md

File metadata and controls

117 lines (112 loc) · 2.37 KB

ItemDeco Plugin

  • Author: FrankV22
  • Source: Github
  • Show Item Name: Whenever a player switches the item they are holding, the name of the item will appear as a floating message above their head and in the chat. This feature also supports showing the item's damage value, which can be toggled in the config.
  • Color Customization: The floating message color is by default white (RGB 255, 255, 255) but can be customized.
  • Compatible with Floating-MessageChat

Commands

No commands yet

Configuration

Configuration file path: tshock/ItemDeco/ItemDecoration.en-US.json

{
  "itemChat": {
    "itemColor": {
      "R": 255,
      "G": 255,
      "B": 255
    },
    "damageColor": {
      "R": 0,
      "G": 255,
      "B": 255
    },
    "showName": false,
    "showDamage": false
  },
  "itemText": {
    "damageText": "Damage",
    "defaultColor": {
      "R": 255,
      "G": 255,
      "B": 255
    },
    "rarityColors": {
      "-1": {
        "R": 169,
        "G": 169,
        "B": 169
      },
      "0": {
        "R": 255,
        "G": 255,
        "B": 255
      },
      "1": {
        "R": 0,
        "G": 128,
        "B": 0
      },
      "2": {
        "R": 0,
        "G": 112,
        "B": 221
      },
      "3": {
        "R": 128,
        "G": 0,
        "B": 128
      },
      "4": {
        "R": 255,
        "G": 128,
        "B": 0
      },
      "5": {
        "R": 255,
        "G": 0,
        "B": 0
      },
      "6": {
        "R": 255,
        "G": 215,
        "B": 0
      },
      "7": {
        "R": 255,
        "G": 105,
        "B": 180
      },
      "8": {
        "R": 255,
        "G": 215,
        "B": 0
      },
      "9": {
        "R": 0,
        "G": 255,
        "B": 255
      },
      "10": {
        "R": 255,
        "G": 105,
        "B": 180
      },
      "11": {
        "R": 75,
        "G": 0,
        "B": 130
      }
    },
    "showName": true,
    "showDamage": true
  }
}

Feedback

  • The plugin’s primary repository: Github
  • Preferred feedback through issues -> Shared plugin repository: https://github.com/UnrealMultiple/TShockPlugin
  • Secondary: TShock official group: 816771079
  • Alternative: Community sites such as trhub.cn, bbstr.net, tr.monika.love