0.2.0

Details

  • Filename
    simplyvanish.jar
  • Uploaded by
  • Uploaded
    Mar 11, 2012
  • Size
    9.70 KB
  • Downloads
    412
  • MD5
    e1218fd78afcc082dbeeb0f97b29a268

Supported Bukkit Versions

  • CB 1.1-R8
  • CB 1.2.3-R0.2
  • CB 1.2.3-R0.1

Changelog

SimplyVanish 0.2.0

Tested against CB 2063

Added commands '/vanish <other>' and '/reappear <other>'.
The permissions changes such that simplyvanish.vanish.self replaces the old simplyvanish.vanish and simplyvanish.vanish.other lets you call the comands with other players names, also available from the console.
Added '/vanished' command to show vanished players.
Added workaround for experience orbs (crude!) which can be deactivated in the configuration - it will let orbs be accelerated off the player, teleported away and removed, depending on distance. The orbs will still appear to be circling the player, but are (mostly) not picked up by the player (some updateing issue with CB/Minecraft). Use '/simplyvanish reload' to reload the configuration.
Added some more API, changed internals slightly.

Simply put it into the plugins folder and reload or restart the server - default configuration will be created.

Currently MC 1.2.3 builds of CraftBukkit before CB 2052 have bugs concerning mob targeting, so you will still get attacked by mobs, though they can not hurt you (mind creepers).

This version could work with a range of 1.1 builds as well (untested).

CHANGELOG:

(0.2.0)
- (add) Configuration for workaround + /simplyvanish reload command.
- (bugfix) Attempt a workaround for Experience orbs: let them "flee" or remove if too close. [Does not prevent adding exp!]
- (add) /vanish <player> (+reappear) to change vanish state of others.
- (add) /vanished command
- (add) API for setVanished(Player/String)
- (add) API calls: setVanished(Player, boolean)
- (refactor) Split into some classes.
- (add) deprecated: public methods vanish(Player) and reappear(Player)
- (refactor) Use lower case names internally, to allow for vanish(other)

(0.1.2)
- (bugfix) Remove empty entries from plugin.yml .
- (bugfix) Exception if vanish is called by console.

(0.1.1)
- (add) API: getVanishedPlayers();

(0.1.0)
- (add) API for checking if a player is vanished).

BUGS:
* The permisssion for '/vanished' is wrong (simplyvanish.vanish fixed in 0.2.1 !\\//Do not give to non admins, for it might allow for /vanish and /vanish <other> as well.