kbinani / RandomCoords2

Rewirte of https://github.com/BlackSpectrum/RandomCoords

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RandomCoords2

A Minecraft Spigot server plugin: randomly offsets the position of players. Offsetting the coordinates is done by modifying game packets. Therefore, the coordinates will be offset only on the client side. The amount of offset is randomly chosen per user login and also per world.

Dependencies

This plugin depends on ProtocolLib, so should be installed with ProtocolLib.

Compiling

git clone https://github.com/kbinani/RandomCoords2.git
cd RandomCoords2
./gradlew assemble

jar file will be found at build/libs

License

MIT

Author

kbinani

About

Rewirte of https://github.com/BlackSpectrum/RandomCoords

License:MIT License


Languages

Language:Java 97.6%Language:Makefile 2.4%