Updated Move holograms (markdown)

filoghost 2014-07-26 11:03:00 -07:00
parent fbf04d8e65
commit ce8469c0c1

@ -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