summaryrefslogtreecommitdiffstats
path: root/Essentials/src/com/earth2me/essentials/commands/Commandtpaccept.java
Commit message (Expand)AuthorAgeLines
* Converted emulated player class calls to use base class.KHobbits2014-04-13-1/+1
* Future Java versions may not support _ as identifier.FearFree2014-03-22-11/+11
* [FIX] Print a proper error when using tpaccept with no requesterIaccidentally2014-02-01-4/+12
* Pass optional location parameters to teleport TL keys.KHobbits2014-01-12-1/+4
* Extract CommandSender to CommandSource, this should prevent Ess user object l...KHobbits2013-10-16-1/+1
* Clean ImportsKHobbits2013-10-11-2/+0
* The /tpahere command now stores the location of 'here' rather than using the ...KHobbits2013-08-11-12/+14
* More cleanupKHobbits2013-07-07-1/+1
* Misc cleanupKHobbits2013-07-07-1/+1
* Cleanup importsIaccidentally2013-06-11-1/+0
* Show teleport cancel messages to tpa user.KHobbits2013-05-26-1/+1
* Fix cleanup to not hold Users in memory.snowleo2013-05-03-1/+1
* Warn other party when teleport fails after tpaccept.KHobbits2012-12-20-4/+13
* Redundant tpaccept cost check.KHobbits2012-12-20-8/+0
* Properly handle tphere requests so the right user is in control/charged.KHobbits2012-09-29-1/+1
* Should fix tpaccept charge bug - needs testingKHobbits2012-09-29-0/+1
* Move the per world permissions:KHobbits2012-09-08-2/+2
* Adding world permission checks to:KHobbits2012-03-27-2/+4
* Split if tree for readability.KHobbits2012-03-20-7/+18
* Teleport check cleanupKHobbits2012-03-20-12/+10
* Update offline user check.KHobbits2012-03-12-2/+1
* Refactoring tpaccept perm check to include tpaall.KHobbits2012-02-11-1/+3
* Fix exploit with /tpaccept if sender no longer has permissionWolvereness2012-02-09-1/+1
* Optional second argument to /tpaccept, it will only accept the request if the...KHobbits2012-01-29-0/+5
* Allow timeout of /tpa /tpahere requestsementalo2011-12-08-0/+7
* Catch TeleportClause.COMMAND in the teleport listener.ementalo2011-12-07-2/+3
* Switch to the new I18n class and format cleanup of all classessnowleo2011-11-21-4/+4
* Code cleanup continued.KHobbits2011-11-18-1/+1
* Prevent that players are teleported to offline players using /tpa and players...snowleo2011-11-15-9/+12
* Adding /tpaall - Teleport here request to all players.KHobbits2011-08-17-1/+1
* Renamed the Charge class to Tradesnowleo2011-06-13-2/+2
* Several bug fixes and cleanup.snowleo2011-06-01-1/+1
* Refactoring: New Charge classsnowleo2011-05-22-3/+12
* Finally all commands translated.snowleo2011-05-15-7/+6
* [trunk] possible tpa fix, can't testementalo2011-05-06-1/+1
* This is a big refactoring of the user class and more.snowleo2011-05-01-12/+12
* Revert to 1013snowleo2011-03-30-2/+2
* 2.1 prerelease, part 2 of 3Zenexer2011-03-30-0/+40