1
0
Fork
You've already forked FindMe2
0
A Minecraft Paper plugin allowing players to find hidden blocks, entities, and regions
  • Java 100%
2026年01月10日 00:35:16 -08:00
gradle/wrapper Initial commit 2026年01月07日 01:48:39 -08:00
src/main Send list results as one large message instead of several smaller ones 2026年01月10日 00:35:16 -08:00
.gitignore Initial commit 2026年01月07日 01:48:39 -08:00
build.gradle.kts Initial commit 2026年01月07日 01:48:39 -08:00
gradlew Initial commit 2026年01月07日 01:48:39 -08:00
gradlew.bat Initial commit 2026年01月07日 01:48:39 -08:00
LICENSE.txt Initial commit 2026年01月07日 01:48:39 -08:00
README.md Initial commit 2026年01月07日 01:48:39 -08:00
settings.gradle.kts Initial commit 2026年01月07日 01:48:39 -08:00

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

  1. Run the following command: gradlew :jar. A JAR file will be located at build/libs/FindMe-a.b.c.jar.
  2. Download, run, and stop a Paper 1.21.11 server. This might work on other versions, but I have not tested those yet.
  3. Place the FindMe-a.b.c.jar file in the plugins directory of your Paper installation.
  4. Re-run the Paper server again.