diff --git a/Move-holograms.md b/Move-holograms.md index 853efc8..72da809 100644 --- a/Move-holograms.md +++ b/Move-holograms.md @@ -1,11 +1,6 @@ Moving holograms it's really simple. Just use the `teleport(Location loc)` method, as fast as you want. Previously using the `setLocation(Location loc)` and `update()` methods was creating new entities every time, generating possible lag if used frequently. - - - - - - +  **Example**: a hologram that follows a player above his head for 5 seconds. ```java