summaryrefslogtreecommitdiffstats
path: root/Essentials/src/com/earth2me/essentials/commands/Commandweather.java
Commit message (Collapse)AuthorAgeLines
* Fix invalid TL key.KHobbits2014-05-18-1/+1
|
* Future Java versions may not support _ as identifier.FearFree2014-03-22-10/+10
|
* Add missing language pointersLuke Anderson (stuntguy3000)2014-03-09-2/+1
|
* Code cleanupTheReverend4032013-12-05-4/+4
|
* Extract CommandSender to CommandSource, this should prevent Ess user object ↵KHobbits2013-10-16-2/+2
| | | | leaks.
* Fix /day /night /sun and /storm aliases to actually set to the current ↵KHobbits2012-08-08-3/+18
| | | | | | status if used without parameters. fixes #2365
* Fix empty argument in delhome.KHobbits2011-11-28-0/+1
|
* Switch to the new I18n class and format cleanup of all classessnowleo2011-11-21-11/+10
|
* Continuing code cleanupKHobbits2011-11-18-6/+8
|
* Code cleanup continues...KHobbits2011-11-18-4/+0
|
* Cleanupsnowleo2011-10-19-9/+11
|
* Minor fixes. Basic testing shows all works.Tim P2011-10-18-1/+1
|
* Made a couple commands available for the console (ones that make sense to be ↵Tim P2011-10-18-4/+37
| | | | | | able to access from the command line).
* 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.
* Refactoring: New Charge classsnowleo2011-05-22-1/+1
| | | | | | | | user.canAfford(String), user.canAfford(EssentialsCommand), user.charge(String), user.charge(EssentialsCommand) have been removed. Teleport class has been changed to use the Charge class. This also fixes some bugs, like the one with warp signs. git-svn-id: https://svn.java.net/svn/essentials~svn/trunk@1512 e251c2fe-e539-e718-e476-b85c1f46cddb
* Finally all commands translated.snowleo2011-05-15-2/+7
| | | | git-svn-id: https://svn.java.net/svn/essentials~svn/trunk@1471 e251c2fe-e539-e718-e476-b85c1f46cddb
* This is a big refactoring of the user class and more.snowleo2011-05-01-5/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* [trunk] fix /weather and /thunder argsementalo2011-04-26-5/+2
| | | | git-svn-id: https://svn.java.net/svn/essentials~svn/trunk@1281 e251c2fe-e539-e718-e476-b85c1f46cddb
* [trunk] weather / thunder refactor, added /lightning. usage: /lightning ↵ementalo2011-04-26-7/+1
| | | | | | [player] it will zap them and kill them. You can also zap yourself. git-svn-id: https://svn.java.net/svn/essentials~svn/trunk@1278 e251c2fe-e539-e718-e476-b85c1f46cddb
* [trunk] weather / thunder refactorementalo2011-04-26-33/+30
| | | | git-svn-id: https://svn.java.net/svn/essentials~svn/trunk@1277 e251c2fe-e539-e718-e476-b85c1f46cddb
* Code cleanup; deprecated /nublezenexer2011-04-24-53/+39
| | | | git-svn-id: https://svn.java.net/svn/essentials~svn/trunk@1271 e251c2fe-e539-e718-e476-b85c1f46cddb
* added wheather,ceulemansl2011-04-23-0/+70
usage /weather <sun/storm> [time in seconds] git-svn-id: https://svn.java.net/svn/essentials~svn/trunk@1264 e251c2fe-e539-e718-e476-b85c1f46cddb