A Minecraft Paper plugin allowing players to find hidden blocks, entities, and regions
|
whizvox
496da58cdf
Signed-off-by: whizvox <corneliuseanes@gmail.com> |
||
|---|---|---|
| gradle/wrapper | Initial commit | |
| src/main | Send list results as one large message instead of several smaller ones | |
| .gitignore | Initial commit | |
| build.gradle.kts | Initial commit | |
| gradlew | Initial commit | |
| gradlew.bat | Initial commit | |
| LICENSE.txt | Initial commit | |
| README.md | Initial commit | |
| settings.gradle.kts | Initial commit | |
Find Me 2
Summary
This is a Paper plugin allowing players to find and keep track of hidden objects throughout the server. These hidden objects can include blocks, entities, and even regions of the world.
This version aims to improve the original in several key ways, including switching to being a Paper plugin, support for MiniMessage formatting, more quality-of-life features, and overall better stability.
License
This project is licensed under the MIT License, a copy of which is provided at LICENSE.txt.
How to Run
- Run the following command:
gradlew :jar. A JAR file will be located atbuild/libs/FindMe-a.b.c.jar. - Download, run, and stop a Paper 1.21.11 server. This might work on other versions, but I have not tested those yet.
- Place the
FindMe-a.b.c.jarfile in thepluginsdirectory of your Paper installation. - Re-run the Paper server again.