Wand

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.

Wand is a simple plugin with an API to hook into. It lets developers who dont want to code their own wand to hook into this :) Its simple to use and is powerful in my opinion

To set 1 and 2 position, use the golden axe or the /pos1 and /pos2 command.

Commands:

  • pos1 - Sets position 1 manually.
  • pos2 - Sets position 2 manually.
  • wand - Toggles the wand, on and off.

Permissions:

  • wand.wand - Lets you use the wand.
  • wand.pos1 - Lets you use the /pos1 command.
  • wand.pos2 - Lets you use the /pos2 command.
  • wand.toggle - Lets you use the /wand command to toggle the wand on and off.

API methods:

  • getInstance() - lets you hook into Wand.
  • getPos1(Player player) - returns a location for the specified player.
  • getPos1(String playername) - returns a location for the specified playername.
  • getPos2(Player player) - returns a location for the specified player.
  • getPos2(String playername) - returns a location for the specified playername.
  • checkPos1and2(Player player) - returns true if the specified player has selected 2 points, and false if only 1 point is selected.
  • checkPos1and2(String playername) - returns true if the specified playername has selected 2 points, and false if only 1 point is selected.

Please note that the API methods is NOT tested, please give me feedback with the ticket reporting system.

Changelog:

  • Added metrics

Please report any bugs with the ticket system.

-RainoBoy97


Comments

Posts Quoted:
Reply
Clear All Quotes

About This Project

  • Project ID
    48931
  • Created
    Dec 25, 2012
  • Last Released File
    Never
  • Total Downloads
    8,637
  • License

Categories

Members

Recent Files

Bukkit