ItemLocator helps players track and locate items in Minecraft chests by marking their locations with glowing beacons, making organization and retrieval easier.
- Track Item Locations: Automatically track the locations of items placed in chests.
- Glowing Beacons: Visualize item locations using glowing beacons for easy identification.
- Player-Specific Views: Each player has their own view of chest contents, ensuring privacy.
/itemlocator gui
- Opens the GUI displaying all tracked items.
- Description: Opens a GUI where players can view all items they have previously stored and their locations.
/itemlocator locate <item_name>
- Searches for the specified item and displays its locations.
- Description: Finds the locations of a specific item stored in chests.
- Java: JDK 20 or higher is required to build and run the project.
- Gradle: Make sure Gradle is installed on your system.
- Clone the repository to your local machine.
git clone git@github.com:Shweit/ItemLocator.git
cd ItemLocator
- Build the project using Gradle.
gradle build
- Copy the generated JAR file to the
plugins
directory of your Minecraft server.
cp build/libs/ItemLocator-*.jar /path/to/your/minecraft/server/plugins
- Start or restart your Minecraft server.
java -Xmx1024M -Xms1024M -jar paper-1.21.jar nogui
- Once the server is running, the plugin will be loaded automatically. You can verify it by running:
/plugins
Contributions are welcome! Please read the contributing guidelines to get started.