Paste Tool is an item in Hytale, categorized under the EditorTool category.
It was added in Hytale's Initial Release on January 13th, 2026.
No description available.
Allows you to paste a previously copied or saved block selection
This item cannot be crafted.
This item cannot be salvaged.
Below is the item's .json data as extracted from the game files.
Click here to view the full file.
{
"TranslationProperties": {
"Name": "server.builderTools.tools.Paste.name",
"Description": "server.builderTools.tools.Paste.description"
},
"Icon": "Icons/Items/EditorTools/Paste.png",
"Categories": [
"Tool.BuilderTool"
],
"Model": "Items/Tools/Brush/Brush.blockymodel",
"Texture": "Items/Tools/Brush/Brush_Texture.png",
"MaxStack": 1,
"PlayerAnimationsId": "Item",
"BuilderTool": {
"UI": [],
"Tools": [
{
"Id": "Paste",
"IsBrush": false,
"Args": {
"Origin": {
"Type": "Option",
"Default": "Anchor",
"Options": [
"Anchor",
"Bottom",
"Center",
"Top"
]
}
}
}
]
},
"Interactions": {
"Primary": "Builder_Tool",
"Secondary": "Builder_Tool"
},
"InteractionConfig": {
"DebugOutlines": true,
"UseDistance": {
"Adventure": 128,
"Creative": 128
},
"AllEntities": true
},
"Set": "AAAA35",
"Quality": "Tool"
}