0.2.1

Details

  • Filename
    simplyvanish.jar
  • Uploaded by
  • Uploaded
    Mar 12, 2012
  • Size
    9.70 KB
  • Downloads
    2,483
  • MD5
    71760c0a38c629d0c374a615224ebeff

Supported Bukkit Versions

  • CB 1.2.4-R1.0
  • CB 1.1-R8
  • CB 1.2.3-R0.2

Changelog

SimplyVanish 0.2.1

Tested against CB 2063

Bugfix: Permsission for '/vanished' is now simplyvanish.vanished !

(0.2.0)
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.1)
- (bugfix) Permission for /vanished : simplyvanish.vanished

(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)