Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/yogu/itemfinder-travis
- Owner: Yogu
- License: apache-2.0
- Created: 2014-06-25T08:02:48.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-06-25T16:49:38.000Z (over 10 years ago)
- Last Synced: 2024-11-10T04:38:37.488Z (about 2 months ago)
- Language: Java
- Size: 395 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.