Dowsing

This project is abandoned and its default file will likely not work with the most recent version of Minecraft. Whether this project is out of date or its author has marked it as abandoned, this project is no longer maintained.

Dowsing

Plugin in use

This plugin allows you to search for caves using configurable dowsing rods. I decided to create this plugin when I realized Minecraft updates had done away with the old F3 method for finding caves. In order to use a dowsing rod, all you have to do is hold the item in your hand and type /dowse (later I will add right-click functionality). Dowsing rods have 6 levels: Wood, Stone, Iron, Gold, Obsidian, and Diamond. Each dowsing rod can be used an infinite number of times, but the depth that they search to increases by level. The item IDs and data values of items that can be used as dowsing rods are completely configurable. I, personally, use Ultraitems to add custom items via Spout for the dowsing rods, but you can use them however you want.

Crafting Recipes and Custom Textures: Use UltraItems and/or RecipeManager.

Installation

Vanilla:

  1. Throw it your plugins folder and restart the server.
  2. Change the config values. See configuration section.

Ultraitems: Link

  1. Insert Dowsing.jar into the plugins folder. If you have not already, insert Ultraitems.jar into the plugins folder.
  2. Start up the server.
  3. Insert this at the end of the Ultraitems configuration: Link
  4. Start up the server with Dowsing.jar in the plugins folder.
  5. Go into the server startup log, look for something like "18:29:24 [INFO] [UltraItems] Added item irondrod (318:1046)"
  6. Implant "318" as the id's for all of the dowsing rods. Insert the second number as the data value. Ex: based on the above message, change "ironrodid: -1" to "ironrodid: 318", then "ironroddata: -1" to "ironroddata: 1046"
  7. Restart the server again. You should be done now. This assumes you have a separate plugin to add recipes. RecipeManager will work.

Features:

  1. Search for caves with dowsing rods.
  2. Configurable IDs and data values for dowsing rods.
  3. You should suggest some more!

Source Code

Todo:

  • Dowse with right click instead of /dowse. Edit: Not going to bother unless someone tells me they want me to :).
  • Not permissions. Unless someone tells me they want me to.
  • Anything else people suggest. Meaning you should suggest things.

Changelog:

  • v1.0 - First Release!

Credits

  • The Bukkit Team - For Existing
  • ciarian - For posting his very simple plugin OMG Lag from which I learned the basics of Bukkit syntax.
  • ForeverEternal - For the excellent sprites provided in the Ultraitems config above.

Comments

Posts Quoted:
Reply
Clear All Quotes

About This Project

Categories

Members

Recent Files

Bukkit