Compare commits

..

1 Commits

Author SHA1 Message Date
Andrea Cavalli
9d1f489996 First commit 2021-04-19 20:53:45 +02:00

View File

@ -1,11 +1,17 @@
CoordinatesObfuscator
CachedPlayerHeads
============
**Hide the real coordinates to the players.**
**Spigot plugin that drops player heads when they die, without causing client-side stuttering**
This plugin helps the owner to make sure that players with modded clients do not take unfair advantage of vanilla players when `/gamerule reducedDebugInfo` is set to `true`.
Features
--------
- SkinsRestorer support
- Bungeecord support (just copy it in both spigot and bungeecord plugins folders)
- The only plugin of its kind that doesn't cause client-side stuttering when the heads are loaded
- Older heads remain the same also if a player changes skin.
How it works
------------
Every time a player changes position, dies, joins a server or changes a world, the **X** and **Z** coordinates will be shifted by a random number, making useless every tool that uses absolute coordinates systems.
When a player is killed by another player in survival mode, the plugin downloads the skin and drops a head with that skin.
The standard player heads plugins cause stuttering because the Minecraft client downloads the skins from the internet synchronously when it loads the chunks: this plugin instead downloads the skin on the server-side asynchronously and it applies the texture data itself on the head, instead of using the player name/uuid.