summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
* Removing load info, bucket displays that now.snowleo2012-01-20-48/+7
|
* New Event code for EssentialsSpawnsnowleo2012-01-20-16/+34
|
* Update for new CraftBukkit Event Codesnowleo2012-01-20-312/+320
| | | | EssentialsSpawn can't be updated yet, because the new event system lacks dynamic priorities.
* CB#1791snowleo2012-01-20-0/+0
|
* Fix EssChat displayname error.KHobbits2012-01-19-5/+7
|
* Merge remote branch 'remotes/origin/groupmanager'KHobbits2012-01-19-5/+5
|\
| * Fixed text when adding a subgroup to not say the player was moved.ElgarL2012-01-19-2/+3
| |
| * Remove debug spamElgarL2012-01-19-1/+0
| |
* | Fix Lombok include.KHobbits2012-01-19-3/+3
| |
* | Update of Lombok, fixes memory leak in Netbeanssnowleo2012-01-19-0/+0
| |
* | Cache MessageFormats for Chatsnowleo2012-01-19-7/+26
| |
* | Compiled regex is faster.KHobbits2012-01-18-8/+19
| |
* | Make sure to clean the chatStore.KHobbits2012-01-18-1/+2
| |
* | Reduce duplicate calls in EssentialsChatKHobbits2012-01-18-103/+133
| | | | | | | | Should cut the time down a little.
* | Merge remote branch 'remotes/origin/groupmanager'KHobbits2012-01-18-81/+160
|\|
| * Better optimize assembling of a players permissions and allow the * nodeElgarL2012-01-18-79/+153
| | | | | | to populate all registered superperms.
| * Added a tidy error message for invalid permission entries inElgarL2012-01-18-3/+8
| | | | | | GlobalGroups.
* | Merge remote branch 'remotes/origin/groupmanager'KHobbits2012-01-17-30/+58
|\|
| * v 1.9:ElgarL2012-01-17-30/+58
| | | | | | | | | | Optimize populating Bukkit perms so we no longer calculate the child nodes (Bukkit already does this).
* | Merge remote branch 'remotes/origin/groupmanager'KHobbits2012-01-17-2/+2
|\|
| * Removed '- bukkit.command' form the globalgroups permission nodes.ElgarL2012-01-15-2/+2
| |
* | Merge branch 'master' of github.com:essentials/EssentialsKHobbits2012-01-17-0/+2
|\ \
| * | Shorter names for enchantment signs.snowleo2012-01-17-0/+2
| | |
* | | Auto Update GM VersionKHobbits2012-01-17-0/+1
|/ /
* | Stripping vanilla colour from /helpop and /mailKHobbits2012-01-16-9/+51
| | | | | | | | | | Adding support for &k in EssChat Adding support for colour in /msg and /r - New perm: essentials.msg.color
* | Merge branch 'master' of github.com:essentials/EssentialsKHobbits2012-01-16-3/+5
|\ \
| * | Fix /nick command colorssnowleo2012-01-16-3/+5
| | |
* | | Stripping vanilla colours from /msgKHobbits2012-01-16-20/+24
|/ /
* | Strip colors from chat, if the user does not have the permission.snowleo2012-01-16-1/+4
| |
* | Removing debugging message from player login.KHobbits2012-01-16-1/+0
| |
* | Cleanupsnowleo2012-01-16-179/+234
| |
* | Adding support for Vault as a fallback economy method.KHobbits2012-01-16-24/+306
| |
* | Optimize TextInput to cache motd and info textfiles.snowleo2012-01-16-28/+62
| |
* | Revert changes to Usermapsnowleo2012-01-16-44/+32
| |
* | Optimize Break in Protectsnowleo2012-01-16-4/+58
| |
* | Speed improvements for Move and Interact Event.snowleo2012-01-16-104/+128
| |
* | Reload lesssnowleo2012-01-14-2/+16
| |
* | Temporary fix for Spawns and Jails when Worlds are loaded after Essentials.snowleo2012-01-14-0/+35
| | | | | | | | This will be replaced by BetterLocation fix in 3.0 branch.
* | Allowing use of aliases in help/info/motd, for command suggestions.KHobbits2012-01-14-3/+3
| | | | | | | | Test #1441
* | Fixing double charges on /homeKHobbits2012-01-14-4/+3
| | | | | | | | Test #1426
* | Fixing {WorldDate}KHobbits2012-01-14-1/+1
| | | | | | | | Test #1353
* | Merge remote branch 'remotes/origin/groupmanager'KHobbits2012-01-14-533/+633
|\|
| * Catch NullPointerErrors generated by blank permission nodes.ElgarL2012-01-14-3/+14
| |
| * Major, MAJOR changes to support partial/full world mirroring.ElgarL2012-01-11-527/+613
| | | | | | | | You can now mirror groups.yml, users.yml or both files between different worlds.
| * Optimize fetching of Mirrored world data.ElgarL2012-01-10-11/+14
| |
* | Update Essentials/src/com/earth2me/essentials/commands/Commanditemdb.javaKHobbits2012-01-14-1/+1
| |
* | Removing debugging messages.KHobbits2012-01-13-4/+0
| |
* | Adjusting default spawn behavior.KHobbits2012-01-13-29/+20
| | | | | | | | Moving option in config file.
* | Merge branch 'refs/heads/groupmanager'snowleo2012-01-13-97/+224
|\|
| * Changed over to a reflection method for populating superperms as BukkitElgarL2012-01-09-39/+88
| | | | | | lags when you handle permissions one at a time.