Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/yogu/itemfinder-travis

Just a test
https://github.com/yogu/itemfinder-travis

Last synced: 2 days ago
JSON representation

Just a test

Awesome Lists containing this project

README

        

itemfinder
==========

Just died in Minecraft, and can't find your stuff? This tool will show it to you.

[Download latest version](https://github.com/Yogu/itemfinder/releases/latest)
[View forum topic](http://www.minecraftforum.net/topic/2766743-itemfinder-just-died-and-cant-find-your-stuff-this-tool-will-show-you-where-it-is/)

Simply open with Java, no installation required. (On OS X, download the zip file, extract it and start the .app file).

How it works
------------

This tool scans your minecraft worlds for items that lie on the ground and displays them
in a sortable list. The default ordering shows items that have been recently dropped at
the top, so if you just died, your stuff should be easy to find. The coordinates will then
tell you exactly where you have to look for them. Keep an eye on the age, if it reaches 5:00,
the item will despawn.

![screenshot](docs/screenshot.png)

![screenshot](docs/screenshot-windows.png)

Building
--------

You need maven and java 1.7 installed. Then just do:

mvn clean install`

This will download the dependencies and create the file `target/itemfinder-xxx-jar-with-dependencies.jar`.
Just open this file with java.

Source Code available under Apache License 2.0. (C) Jan Melcher, 2014.