Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Improve Javadocs, clean ' strip checks, update changelog. | Necrodoom | 2014-05-04 | -42/+16 |
| | ||||
* | add recursive permission adding/removing | Necrodoom | 2014-05-04 | -159/+172 |
| | | | | also other minor fixes | |||
* | Check subgroup permissions with an equal priority so no one subgroup is ↵ | ElgarL | 2014-05-04 | -3/+17 |
| | | | | higher ranked than another. | |||
* | Fix attempting to spawn invalid items. | KHobbits | 2014-04-30 | -1/+68 |
| | ||||
* | Skip npc's when doing cleanup. | KHobbits | 2014-04-29 | -0/+5 |
| | ||||
* | Better handle a write locked usermap.csv | KHobbits | 2014-04-29 | -3/+15 |
| | ||||
* | Run user dispose on another thread. | KHobbits | 2014-04-28 | -0/+12 |
| | ||||
* | Updating pom for vault | Corin Simpson-Bryars | 2014-04-28 | -3/+3 |
| | | | | | When deploying with Jenkins the build will fail due to there being no http://repo.ess3.net:8071/content/groups/public/net/milkbowl/vault/1.2.27 however there's a valid jar/dir for vault at http://repo.ess3.net:8071/content/groups/public/net/milkbowl/vault/Vault/1.2.32/ This will keep maven happy and the build not to error. | |||
* | Fix /home for offline players. | KHobbits | 2014-04-27 | -2/+2 |
| | ||||
* | Update UUID mapping, if uuid for a username changes. | KHobbits | 2014-04-27 | -1/+1 |
| | ||||
* | Switch AFK check to use UUID. | KHobbits | 2014-04-27 | -4/+25 |
| | ||||
* | Delay uuidconversion for 10s and show warning. | KHobbits | 2014-04-26 | -13/+154 |
| | | | | UUID conversion should now better handle offline conversion. | |||
* | Fix time command exit statuses. | KHobbits | 2014-04-24 | -4/+3 |
| | ||||
* | Skip empty user names on uuid conversion. | KHobbits | 2014-04-22 | -1/+1 |
| | ||||
* | [Breaking] Fix ECO NPC's. This is a work around of CB's recent changes ↵ | KHobbits | 2014-04-19 | -9/+18 |
| | | | | | | blocking invalid uuid lookups. NPC's converted with the previous version will need manual changes. | |||
* | Only write to UUIDMap if the entry doesn't exist. | KHobbits | 2014-04-18 | -4/+12 |
| | ||||
* | Format /seen account history list, optimize map loading. | KHobbits | 2014-04-18 | -29/+91 |
| | ||||
* | Add previous account tracking to /seen | KHobbits | 2014-04-18 | -11/+57 |
| | ||||
* | Force CB 3050+ | KHobbits | 2014-04-18 | -1/+3 |
| | ||||
* | Fix offlineplayers with null names. | KHobbits | 2014-04-17 | -13/+106 |
| | ||||
* | Optimize uuidmap writing, and use userConf write buffering. | KHobbits | 2014-04-17 | -86/+208 |
| | ||||
* | Add progress status and /ess uuidconvert command for manual conversion. | KHobbits | 2014-04-17 | -14/+68 |
| | ||||
* | Update Bukkit to 1.7.8-R0.1 | KHobbits | 2014-04-15 | -1/+0 |
| | | | | Bukkit: 1922 CraftBukkit: 3050 | |||
* | Add UUID mocking support, and fix tests. | KHobbits | 2014-04-15 | -8/+37 |
| | ||||
* | Allow usermap to support legacy users, and restore ability to create user on ↵ | KHobbits | 2014-04-15 | -8/+38 |
| | | | | first access, as well as server join. | |||
* | Make eco npc methods use proper user config creation and resets. | KHobbits | 2014-04-15 | -17/+4 |
| | ||||
* | Stop delayed writes from reversing user reset. | KHobbits | 2014-04-15 | -0/+1 |
| | ||||
* | Remove Ess object from FakeServer. | KHobbits | 2014-04-14 | -25/+25 |
| | ||||
* | Essentials UUID conversion. | KHobbits | 2014-04-13 | -371/+361 |
| | ||||
* | Converted emulated player class calls to use base class. | KHobbits | 2014-04-13 | -214/+214 |
| | ||||
* | Update items.csv | clou44 | 2014-04-10 | -0/+18 |
| | | | | Added additional aliases for various flowers. | |||
* | Update items.csv | clou44 | 2014-04-10 | -0/+4 |
| | | | | Added additional aliases for coal blocks. | |||
* | Update config.yml to reflect vanilla fallback no longer works. | KHobbits | 2014-04-07 | -1/+1 |
| | ||||
* | Update Bukkit 1.7.5-R0.1 | KHobbits | 2014-04-06 | -9/+37 |
| | | | | | Bukkit 1919 CB: 3039 No UUID update yet. | |||
* | Cleanup | KHobbits | 2014-04-06 | -14/+2 |
| | ||||
* | Correctly handle line overflow in book pager | KHobbits | 2014-04-05 | -4/+13 |
| | | | | Fixes a bug with the last book pager tweak. | |||
* | Fix fly logic check (creative doesn't mean fly is enabled) | KHobbits | 2014-03-31 | -2/+2 |
| | ||||
* | Add chat configurables. | KHobbits | 2014-03-30 | -7/+43 |
| | ||||
* | See if we can better handle book paging to fit more context on a line, ↵ | KHobbits | 2014-03-29 | -16/+52 |
| | | | | without causing text loss after reaching character limit. | |||
* | Minor phrasing fixes. | evonuts | 2014-03-26 | -42/+42 |
| | ||||
* | Add colors to a few TL keys. | Matt Anthony | 2014-03-26 | -101/+101 |
| | ||||
* | Add local echo to tempban command. | KHobbits | 2014-03-26 | -1/+4 |
| | ||||
* | Helpop should use broadcast method | KHobbits | 2014-03-26 | -16/+14 |
| | | | | Add local echo's to helpop and mute commands. | |||
* | Add socialspy wildcard support | Necrodoom | 2014-03-26 | -1/+1 |
| | ||||
* | Match /clearinventory multiple permission to /msg | Necrodoom | 2014-03-26 | -1/+1 |
| | ||||
* | Some messages fixes, and information addition. | Necrodoom | 2014-03-26 | -3/+11 |
| | ||||
* | Revert "Do not allow a block with an Essentials Sign attached to it to be ↵ | KHobbits | 2014-03-26 | -25/+2 |
| | | | | | | pulled with a sticky piston" This reverts commit b673882b2f1583d8e885789b2cc6ed82f7bd4c06. | |||
* | Do not allow a block with an Essentials Sign attached to it to be pulled ↵ | Chris Ward | 2014-03-26 | -2/+25 |
| | | | | with a sticky piston | |||
* | Merge branch '2.x' of github.com:essentials/Essentials into 2.x | KHobbits | 2014-03-23 | -1028/+1032 |
|\ | ||||
| * | Future Java versions may not support _ as identifier. | FearFree | 2014-03-22 | -1028/+1032 |
| | |