-
Notifications
You must be signed in to change notification settings - Fork 3
Creating holograms
Roman Danilov edited this page Dec 14, 2024
·
3 revisions
- Enable holograms module
- Goto to minecraft\meteor-client\holograms\{server} folder
- Example hologram:
{
"x": {hologram cordinate x},
"y": {hologram cordinate y},
"z": {hologram cordinate z},
"text": "Durablitity",
"world": "{server_ip}",
"dimension": "Overworld",
"color": {
"r": 255,
"g": 255,
"b": 0,
"a": 255
},
"max_render_distance": 16,
"item_id": 0,
"scale": 1,
"item_scale": 2,
"distanceScaling": true,
"other_holograms": [
{
"x": -150,
"y": 0,
"z": 0,
"text": "12",
"world": "oldfrog.org",
"dimension": "Overworld",
"color": {
"r": 0,
"g": 255,
"b": 0,
"a": 255
},
"max_render_distance": 16,
"item_id": 0,
"scale": 1,
"item_scale": 2,
"distanceScaling": false
},
{
"x": -120,
"y": 27,
"z": 0,
"text": "",
"world": "oldfrog.org",
"dimension": "Overworld",
"color": {
"r": 0,
"g": 255,
"b": 0,
"a": 255
},
"max_render_distance": 16,
"item_id": 806,
"scale": 1,
"item_scale": 2,
"distanceScaling": false
}
]
}