summaryrefslogtreecommitdiffstats
path: root/Essentials/src/com/earth2me/essentials
Commit message (Expand)AuthorAgeLines
* Fix attempting to spawn invalid items.KHobbits2014-04-30-1/+44
* Skip npc's when doing cleanup.KHobbits2014-04-29-0/+5
* Better handle a write locked usermap.csvKHobbits2014-04-29-3/+15
* Run user dispose on another thread.KHobbits2014-04-28-0/+12
* Fix /home for offline players.KHobbits2014-04-27-1/+1
* Update UUID mapping, if uuid for a username changes.KHobbits2014-04-27-1/+1
* Switch AFK check to use UUID.KHobbits2014-04-27-4/+25
* Delay uuidconversion for 10s and show warning.KHobbits2014-04-26-13/+154
* Fix time command exit statuses.KHobbits2014-04-24-4/+3
* Skip empty user names on uuid conversion.KHobbits2014-04-22-1/+1
* [Breaking] Fix ECO NPC's. This is a work around of CB's recent changes block...KHobbits2014-04-19-9/+14
* Only write to UUIDMap if the entry doesn't exist.KHobbits2014-04-18-4/+12
* Format /seen account history list, optimize map loading.KHobbits2014-04-18-29/+67
* Add previous account tracking to /seenKHobbits2014-04-18-11/+57
* Force CB 3050+KHobbits2014-04-18-1/+1
* Fix offlineplayers with null names.KHobbits2014-04-17-13/+106
* Optimize uuidmap writing, and use userConf write buffering.KHobbits2014-04-17-86/+208
* Add progress status and /ess uuidconvert command for manual conversion.KHobbits2014-04-17-14/+68
* Update Bukkit to 1.7.8-R0.1KHobbits2014-04-15-1/+0
* Allow usermap to support legacy users, and restore ability to create user on ...KHobbits2014-04-15-8/+38
* Make eco npc methods use proper user config creation and resets.KHobbits2014-04-15-17/+4
* Stop delayed writes from reversing user reset.KHobbits2014-04-15-0/+1
* Remove Ess object from FakeServer.KHobbits2014-04-14-17/+17
* Essentials UUID conversion.KHobbits2014-04-13-371/+361
* Converted emulated player class calls to use base class.KHobbits2014-04-13-181/+181
* Update Bukkit 1.7.5-R0.1KHobbits2014-04-06-7/+6
* CleanupKHobbits2014-04-06-9/+2
* Correctly handle line overflow in book pagerKHobbits2014-04-05-3/+12
* Fix fly logic check (creative doesn't mean fly is enabled)KHobbits2014-03-31-2/+2
* Add chat configurables.KHobbits2014-03-30-0/+34
* See if we can better handle book paging to fit more context on a line, withou...KHobbits2014-03-29-16/+52
* Add local echo to tempban command.KHobbits2014-03-26-1/+4
* Helpop should use broadcast methodKHobbits2014-03-26-16/+14
* Add socialspy wildcard supportNecrodoom2014-03-26-1/+1
* Match /clearinventory multiple permission to /msgNecrodoom2014-03-26-1/+1
* Revert "Do not allow a block with an Essentials Sign attached to it to be pul...KHobbits2014-03-26-25/+2
* Do not allow a block with an Essentials Sign attached to it to be pulled with...Chris Ward2014-03-26-2/+25
* Merge branch '2.x' of github.com:essentials/Essentials into 2.xKHobbits2014-03-23-968/+972
|\
| * Future Java versions may not support _ as identifier.FearFree2014-03-22-968/+972
* | Fix null teleport costs.stable-2.13.1KHobbits2014-03-23-1/+4
|/
* Cleanup warp charging, to properly handle warp sign costs.KHobbits2014-03-19-25/+37
* Fix some /home errors with invalid data.KHobbits2014-03-09-2/+10
* Add missing language pointersLuke Anderson (stuntguy3000)2014-03-09-12/+12
* Remove op and replace with permissionFearFree2014-03-09-2/+4
* Only enable teleport protection on plugin/command caused teleport events.KHobbits2014-03-09-3/+3
* You can now access the old balance during the UserBalanceUpdateEvent EventDykam2014-03-04-1/+2
* Fix login death caused by built up fall damage using /fly.KHobbits2014-03-03-53/+54
* User loading cleanupKHobbits2014-03-03-16/+7
* Round to gc output to 2 dp.KHobbits2014-03-03-3/+3
* Constant user file casing.KHobbits2014-02-27-2/+7