summaryrefslogtreecommitdiffstats
path: root/Essentials/src/com/earth2me/essentials/Teleport.java
Commit message (Expand)AuthorAgeLines
* Allow people with god & fly to teleport to unsafe locations even when telepor...KHobbits2014-07-12-1/+1
* Show warp teleport status to teleport owner.KHobbits2014-06-28-0/+4
* Slightly reorder teleport messages to be less confusing.KHobbits2014-06-28-2/+2
* Improve messages/formattingLuke Anderson (stuntguy3000)2014-05-10-1/+1
* Future Java versions may not support _ as identifier.FearFree2014-03-22-10/+10
* Cleanup warp charging, to properly handle warp sign costs.KHobbits2014-03-19-2/+9
* Only enable teleport protection on plugin/command caused teleport events.KHobbits2014-03-09-2/+2
* Fix warp sign costs.KHobbits2014-02-25-2/+3
* Restore teleporting to middle of block, when flying and unsafe is enabled.KHobbits2014-02-02-1/+1
* [Breaking] Add exception when players have exceeded their account limit.KHobbits2014-02-02-2/+2
* Make sure we leave any vehicles before teleporting.KHobbits2014-02-02-0/+8
* Pass optional location parameters to teleport TL keys.KHobbits2014-01-12-11/+24
* Check command cost permissions prior to teleporting. Fixes ESS-4918KHobbits2013-12-21-4/+6
* Change teleport safety checks to use less expensive methods.Chris Ward2013-12-13-4/+12
* Add the ability to disable teleport safety. Requested by a few people - telep...Joshua Popoff2013-12-13-1/+10
* Cleanup various aspects of code, fix some formatting, more netbeans 7.4 stuffIaccidentally2013-11-06-0/+1
* Clean ImportsKHobbits2013-10-11-2/+2
* This tp req cancel isn't needed anymore.KHobbits2013-08-30-1/+0
* Teleport cleanupKHobbits2013-08-13-7/+0
* When in fly+god mode or when in creative mode, don't use safe teleport locati...KHobbits2013-08-11-1/+1
* The /tpahere command now stores the location of 'here' rather than using the ...KHobbits2013-08-11-8/+1
* [API] fix implementation?Iaccidentally2013-07-13-3/+2
* [API] Move 2.x API to new package, create dummy classes for compatibilityIaccidentally2013-07-13-1/+3
* Misc cleanupKHobbits2013-07-07-1/+1
* Split util classes.KHobbits2013-06-08-3/+5
* Turn Target into a real class.KHobbits2013-06-08-44/+17
* Essentials API cleanup and teleport possession fixing. (UNSTABLE)KHobbits2013-06-08-214/+88
* Remove User instance from Teleport classsnowleo2013-05-03-6/+8
* Minor cleanupIaccidentally2013-04-30-2/+0
* API & misc cleanupIaccidentally2013-04-30-1/+2
* Minor TP and timer tweaks.KHobbits2013-04-22-36/+46
* Import cleanupKHobbits2013-03-16-1/+0
* Let Bukkit decide if a bedspawn is valid or not.KHobbits2013-02-01-1/+1
* cleanup :: fix buildIaccidentally2013-01-31-1/+0
* Fix home functionality bugs:KHobbits2012-12-29-30/+37
* Delay sending respawn event until we actually try to respawn user.KHobbits2012-12-09-9/+37
* Move null bed check to teleport codeKHobbits2012-12-09-6/+15
* Fix tp delay messageKHobbits2012-10-23-7/+7
* Restore removed tp method, it is used in other plugins.KHobbits2012-09-30-0/+7
* New permission: essentials.teleport.timer.move - allow players to move during...KHobbits2012-09-29-10/+11
* Little bit DRYerKHobbits2012-09-29-34/+35
* Properly handle tphere requests so the right user is in control/charged.KHobbits2012-09-29-16/+61
* Tidy Teleport fileKHobbits2012-09-29-37/+38
* Minor cleanupKHobbits2012-09-24-2/+2
* Async EssentialsSpawn join event, like the others.KHobbits2012-09-08-1/+1
* Potential fix for teleporting issue.KHobbits2012-09-08-10/+10
* Fix teleport cooldowns - thanks @basicsenseiKHobbits2012-06-16-2/+2
* Try to be a little more sensible with stored cooldowns.KHobbits2012-06-10-9/+25
* Code tidy.KHobbits2012-05-22-3/+2
* Patch null error in /home after recent update.KHobbits2012-05-22-7/+2