# Cylinder ### Type pre-defined ### 3D The Cylinder is 1m high and has a radius of 0.5m. Its "standing": The round face faces upwards. Its Origin is in the Geometric Center. Spawnpoint should be {0,0.5,0} so its on the floor. ### Custom Args: | Key | Type | Implemented | Description | |---|---|---|---| | color | hexColor | ✔️ | Color the Material of the Cube uses | ### Special Notes: The Cylinder has a collider and is a "Teleportation Area". ### Example: ```json { "position": { "x": 2.0, "y": 1, "z": 0.0 }, "rotation": { "x": 0.0, "y": 0.0, "z": 0.0 }, "scale": { "x": 1.0, "y": 2.0, "z": 1.0 }, "type": "pre-defined", "resourcename": "Cylinder", "item-custom-args": [ { "value": "#0033ff", "argument": "color" } ], "item-custom-args-adv": null } ```