2.0.1 b73

Details

  • Filename
    TeleportSuite.jar
  • Uploaded by
  • Uploaded
    Feb 4, 2012
  • Size
    108.45 KB
  • Downloads
    783
  • MD5
    3ab3f9fca10fba8f983f3d6775a07e73

Supported Bukkit Versions

  • CB 1.1-R3

Changelog

Version 2.0.1 b73

  • Misc bugfixes
  • Fixed /tpcoords
  • Added /tploc (sorry everyone!)
  • Reverted to original /tpw format for saving last known world locations; this might temporarily reset your location, but shouldn't otherwise impact you
  • Fixed /tp - Now uses teleport.tp.other permission to determine if you can use it to teleport one player to another.
  • Other stuff

Version 2.0 b69

  • Complete rewrite of plugin
  • Added /tpsilent - silences messages sent when using /tpo and /tpohere
  • Added /tpvanilla [player from] [player to] - Teleports players the same way the default Minecraft /tp does
  • Added economy support
  • Code cleanup and optimization
  • Moved to Bukkit's new event system

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.