EditorTool_LaserPointer
Server/Item/Items/EditorTool/EditorTool_LaserPointer.json, 1007 B
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
Icon | string |
Categories | array[1] |
SubCategory | string |
Model | string |
Texture | string |
MaxStack | number |
PlayerAnimationsId | string |
BuilderTool | object |
Interactions | object |
InteractionConfig | object |
Quality | string |
Source
{
"TranslationProperties": {
"Name": "server.builderTools.tools.LaserPointer.name",
"Description": "server.builderTools.tools.LaserPointer.description"
},
"Icon": "Icons/Items/EditorTools/Line.png",
"Categories": [
"Tool.BuilderToolSecondPage"
],
"SubCategory": "MiscTools",
"Model": "Items/Tools/Brush/Brush.blockymodel",
"Texture": "Items/Tools/Brush/Brush_Texture.png",
"MaxStack": 1,
"PlayerAnimationsId": "Item",
"BuilderTool": {
"Id": "LaserPointer",
"IsBrush": false,
"Args": [
{
"Type": "String",
"Id": "LaserColor",
"Default": "#2EFFD3"
},
{
"Type": "Int",
"Id": "Duration",
"Default": 2000,
"Min": 500,
"Max": 10000
}
]
},
"Interactions": {
"Secondary": "Builder_Tool"
},
"InteractionConfig": {
"DebugOutlines": true,
"UseDistance": {
"Adventure": 128,
"Creative": 128
},
"AllEntities": true
},
"Quality": "Tool"
}