Advertisement
Sharrk_kunjang

Untitled

Oct 2nd, 2021
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.70 KB | None | 0 0
  1. I have tested hologram mechanic just now.
  2. Add it to the mechanics list: https://git.mythiccraft.io/mythiccraft/MythicMobs/-/wikis/Skills/Mechanics
  3. and create a new page
  4.  
  5. Page Text:```yml
  6. Spawns a hologram at a target location.
  7.  
  8. **Attributes**:
  9. ---------------
  10.  
  11. | Attributes | Alias | Description | Default Value |
  12. | ---------- | ----- | ---------------- | --------------------- |
  13. | text | t | The text to show | Hologram Text Missing |
  14. | stay | time | hologram's stay time(ticks) | 100 |
  15.  
  16. **Example**:
  17. -----------
  18.  
  19. Skills:
  20. - holo @selflocation{y=1.6} ~onInteract
  21.  
  22. **Extra Information**:
  23. ---------------------
  24.  
  25. - [x] Aliases: summonhologram, holo
  26. ```
  27.  
  28.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement