summaryrefslogtreecommitdiffstats
path: root/Essentials/src/com/earth2me/essentials/commands/Commandsetwarp.java
Commit message (Collapse)AuthorAgeLines
* Future Java versions may not support _ as identifier.FearFree2014-03-22-4/+4
|
* Cleanup various aspects of code, fix some formatting, more netbeans 7.4 stuffIaccidentally2013-11-06-1/+5
|
* Clean ImportsKHobbits2013-10-11-1/+1
|
* Try to restore basic api functionalityKHobbits2013-07-14-1/+1
|
* [API] Move 2.x API to new package, create dummy classes for compatibilityIaccidentally2013-07-13-1/+1
|
* Split util classes.KHobbits2013-06-08-3/+4
|
* Essentials API cleanup and teleport possession fixing. (UNSTABLE)KHobbits2013-06-08-2/+2
|
* deny empty warp nameNecrodoom2013-02-26-1/+1
|
* Better handle invalid warp namesKHobbits2012-10-02-1/+1
|
* Cleanup sethomeKHobbits2012-10-01-3/+4
|
* Fixing setwarp command.KHobbits2012-03-15-2/+3
|
* Adding permissions for overwriting exisitng warpsementalo2012-03-14-1/+20
| | | | | | essentials.warp.overwrite.[warpname] will allow overwrting of exsiting warps essentials.warp.overwrite.* for all warps Adding WarpNotFoundException class
* Prevent future warps being named as numbers.KHobbits2011-12-19-0/+4
|
* Command CleanupKHobbits2011-12-01-2/+2
|
* Switch to the new I18n class and format cleanup of all classessnowleo2011-11-21-2/+2
|
* Code cleanup continued.KHobbits2011-11-18-2/+2
|
* Correctly charge for the use of commands.snowleo2011-08-27-1/+0
| | | | We now first test, if the user could pay it, do the stuff and then charge him. If the command throws an exception, the user will not be charged.
* Heavy cleanup of all classessnowleo2011-07-16-1/+0
| | | | | ItemDb is not static anymore Essentials.getStatic() removed
* Several bug fixes and cleanup.snowleo2011-06-01-1/+1
| | | | | | Found using PMD and FindBugs. git-svn-id: https://svn.java.net/svn/essentials~svn/trunk@1553 e251c2fe-e539-e718-e476-b85c1f46cddb
* [trunk] translations = T'sementalo2011-05-11-1/+2
| | | | git-svn-id: https://svn.java.net/svn/essentials~svn/trunk@1424 e251c2fe-e539-e718-e476-b85c1f46cddb
* This is a big refactoring of the user class and more.snowleo2011-05-01-4/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Many commands have been cleaned. File changes: - all user data has been moved from users.yml to userdata folder - all files in userdata folder are lower case Both changes should be done automatically. Class changes: - Moved all user data functions to UserData class - Moved all user teleport functions to Teleport class - Moved the user list to Essentials class - Less static functions for better testing - EssentialsCommand now has ess Property (Essentials class) - New NotEnoughArgumentsException, that will show command description and syntax New commands: - /seen, shows the last login or logout - /tempban, temporarily ban someone - /tjail and mute, temporarily option added Other changes: - ban reason is saved - don't show "You have xxx mail" on login, if user doesn't have essentials.mail permission - time will be parsed: years, months (mo), weeks, days, hours, minutes (m), seconds, these can be shortened and combined, example: 2 days 5h 30m git-svn-id: https://svn.java.net/svn/essentials~svn/trunk@1300 e251c2fe-e539-e718-e476-b85c1f46cddb
* Moving all files to trunk.snowleo2011-03-19-0/+30
git-svn-id: https://svn.java.net/svn/essentials~svn/trunk@969 e251c2fe-e539-e718-e476-b85c1f46cddb