Luis

Results 6 issues of Luis

This PR adds support for the [Synchronize Player Position](https://wiki.vg/Protocol#Synchronize_Player_Position) packet's `Flag` field. This field allows for relative teleportation, meaning the client's velocity, pitch and yaw can be preserved when teleported....

This PR adds a meta class, `BannerMeta`, to be used on banners and shields. Both items use the same meta.

This PR allows `MapColors#closestColor` to return colour `NONE` when no alpha value is provided. [Related Discussion](https://github.com/Minestom/Minestom/discussions/692)

After putting in a tab to the message, it bugs out. ![issue 2 5](https://user-images.githubusercontent.com/39528861/40375041-5679dde6-5de2-11e8-92ea-b800a68cad31.png)

### Confirmation - [X] I have checked for similar issues. ### Problem Currently, when creating support for a Bukkit-based platform, BukkitChameleon must be extended to grant access to Bukkit's manager...

type: enhancement
area: platform
type: refactor

ServerUser should be filled with common methods from the [Minestom Player](https://minestom.github.io/Minestom/net/minestom/server/entity/Player.html) and [Spigot Player](https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/entity/Player.html). * [ ] Block * [ ] Advancement * [ ] AdvancementProgress * [ ] Location...

type: enhancement
area: platform
area: event
contributor: needs feedback
platform: server