summaryrefslogtreecommitdiffstats
path: root/Essentials/src/com/earth2me/essentials/commands/Commandpweather.java
Commit message (Collapse)AuthorAgeLines
* Fix missed cases from previous user iteration optimizations.md_52014-08-16-2/+2
|
* Optimize player / user iteration.md_52014-07-19-2/+2
| | | | | | | | | * Add a method for backwards compatability with unmapped code. * Convert all getOnlinePlayers() calls to use this method, part of the IEssentials interface * Add a new method getOnlineUsers() Ljava/lang/Iterable; * Convert appropriate calls to use this method * Update Bukkit to #1945 * Update CraftBukkit to #3103
* Converted emulated player class calls to use base class.KHobbits2014-04-13-4/+4
|
* Future Java versions may not support _ as identifier.FearFree2014-03-22-8/+8
|
* Extract CommandSender to CommandSource, this should prevent Ess user object ↵KHobbits2013-10-16-15/+18
| | | | leaks.
* Clean up exception types.KHobbits2013-06-22-1/+1
|
* Cleanup player argument matching in loopsKHobbits2013-05-05-169/+169
| | | | Cleanup ess cleanup timestamp matching
* Minor cleanupIaccidentally2013-04-30-2/+0
|
* [Feature] pweather commandGunfighterJ2013-04-06-0/+185