summaryrefslogtreecommitdiffstats
path: root/Essentials/src/com/earth2me/essentials/commands/Commandptime.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-6/+6
|
* Future Java versions may not support _ as identifier.FearFree2014-03-22-9/+9
|
* Modifier order consistencyIaccidentally2014-02-04-1/+1
|
* Extract CommandSender to CommandSource, this should prevent Ess user object ↵KHobbits2013-10-16-15/+18
| | | | leaks.
* Clean ImportsKHobbits2013-10-11-1/+1
|
* Clean up exception types.KHobbits2013-06-22-1/+1
|
* Split util classes.KHobbits2013-06-08-1/+1
|
* [Fix] NPE on ptime from consoleGunfighterJ2013-04-02-1/+1
|
* I spied some more big Booleans.KHobbits2012-06-11-1/+1
|
* Report invalid enchantments in kits.KHobbits2012-04-04-1/+1
| | | | Improve error logging
* Switch to the new I18n class and format cleanup of all classessnowleo2011-11-21-10/+10
|
* Code cleanup continues...KHobbits2011-11-18-2/+1
|
* Code cleanup continued.KHobbits2011-11-18-8/+3
|
* Merge branch 'groupmanager' ofElgarL2011-10-11-0/+0
| | | | | | | https://elgarl@github.com/essentials/Essentials.git into groupmanager Conflicts: EssentialsGroupManager/src/Changelog.txt
* Updating for register 1.3KHobbits2011-09-26-10/+12
|
* Reformatted ptime and time messagesokamosy2011-08-20-61/+33
| | | | fixed typo in plugin
* /ptime list output message changeKHobbits2011-08-11-2/+6
|
* Add '@' prefix to time, to fix the time, rather than relative.KHobbits2011-08-10-11/+32
|
* Fixing omission on last patches.KHobbits2011-08-10-1/+2
|
* Patch around broken bukkit method.KHobbits2011-08-10-1/+3
|
* Added method to list users fixed time.KHobbits2011-08-10-1/+15
|
* Reverting some changes to /time commandsnowleo2011-08-08-5/+1
|
* Some fixes to the time code by mesnowleo2011-08-08-52/+67
|
* Corrected permission testing a bitsnowleo2011-08-08-3/+2
|
* Part of oloflarsson new time commandsnowleo2011-08-08-0/+223
Semi complete awesome time command. This is missing: Help text, I18N.