1.1.6 b59

Details

  • Filename
    TeleportSuite.jar
  • Uploaded by
  • Uploaded
    Dec 13, 2011
  • Size
    65.07 KB
  • Downloads
    1,161
  • MD5
    9b323fa62220d6f46111f5cba1c48b46

Supported Bukkit Versions

  • 1.0.0

Changelog

Version 1.1.6 b59

  • Actually fixed /tptoggle
  • Fixed dangling requests after /tpaccept without parameters
  • /tpo and /tpohere no longer broadcast a message to either player when teleporting.
  • Added aliases:
    • /tpacc (/tpaccept)
    • /tprej (/tpreject)
    • /tpr (/tprequests)

Version 1.1.5 b58

  • Added Entities.java
  • Added EntityDeathEvent tracking for /back (Entities.java)
  • Changed finalName in pom
  • Added onPlayerTeleport() tracking (Players.java)
  • Added '/tpt' alias for /tptoggle
  • Hopefully fixed possible null pointer when using /tptoggle

Version 1.1.4 b19

  • Fixed ConcurrentModificationException when quitting with multiple requests

Version 1.1.3 b18

  • Fixed /tpworld, now teleports to the center of the last block you were in
  • Fixed /tploc, now parses doubles appropriately when saving locations

Version 1.1.2 b17

  • Fixed /tpcancel

Version 1.1.1 b16

  • Fixed a few minor glitches
  • Fixed ArrayIndexOutOfBounds in TPCommand.java
  • Fixed /tprequests not doing anything
  • Restructured plugin.yml
  • Moved plugin to load: startup instead of standard loading.

Version 1.1.0 b15

  • Initial BukkitDev release
  • Moved from my own command executor to CommandHandler.
  • Implemented /tpworld and /tpcoords
  • Moved all commands to the top command /teleport. All commands should still work normally.
  • Hopefully fixed PLAYER_QUIT, PLAYER_JOIN, PLAYER_KICK null pointers, as well as dangling requests.
  • Fixed /tprequests not showing your own request if you have no open requests.