... | ... | @@ -9,12 +9,12 @@ Spawns a hologram at a target location. |
|
|
| stay | time | The duration of the hologram in ticks | 100 |
|
|
|
|
|
|
**Example**:
|
|
|
Creates a hologram above the mob which the mob gets right clicked, which displays for 100 ticks.
|
|
|
-----------
|
|
|
|
|
|
Creates a hologram above the mob which the mob gets right clicked, which displays for 100 ticks.
|
|
|
```yaml
|
|
|
Skills:
|
|
|
- holo{text="Example Text";time=100} @selflocation{y=1.6} ~onInteract
|
|
|
|
|
|
```
|
|
|
**Extra Information**:
|
|
|
---------------------
|
|
|
|
... | ... | |