1.2 b61

Details

  • Filename
    TeleportSuite.jar
  • Uploaded by
  • Uploaded
    Dec 24, 2011
  • Size
    64.93 KB
  • Downloads
    2,770
  • MD5
    2c1b9175344ac7cf07cd480761710ec0

Supported Bukkit Versions

  • CB 1.0.1-R1
  • 1.0.0

Changelog

Version 1.2 b61

  • Fixed the shenanigans when starting up with a blank config file.
  • Plugin no longer auto-updates its own config with missing keys. This was too costly and difficult to maintain.
  • Plugin now tracks build numbers in version for easier debugging.

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.