summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
* Fix items.csvsnowleo2012-04-24-2/+2
|
* Merge pull request #66 from Iaccidentally/patch-8snowleo2012-04-24-5/+596
|\ | | | | Necrodoom's update to items.csv
| * Necrodoom's update to items.csvIaccidentally2012-04-24-5/+596
|/
* Updated czech language, thanks tommymortagoementalo2012-04-24-355/+356
|
* Small cleanup of thingsmd_52012-04-24-68/+10
|
* Adding the kickedAll TL key the the rest of the filesementalo2012-04-24-23/+33
|
* Add message to sender when all players kicked, addresses issue #1968md_52012-04-24-0/+2
|
* Use a quick (and working comparer)md_52012-04-24-2/+1
|
* New permission essentials.invsee.preventmodify. People with this permission ↵ementalo2012-04-23-1/+3
| | | | cannot have their inventories modified by invsee
* Merge pull request #64 from mdojcar/patch-1snowleo2012-04-23-82/+82
|\ | | | | 0.2 version of Czech translate: optimized by mdojcar
| * 0.2 version: optimized by mdojcar (modojcar@seznam.cz) - mirne fixy a trochu ↵mdojcar2012-04-21-82/+82
|/ | | | jsem preklad vylepsil
* Remove stack trace cleaning, didn't actually remove unwanted elements.KHobbits2012-04-20-15/+3
|
* Slightly widen block break protection on protected signs (still does not ↵KHobbits2012-04-18-13/+10
| | | | block chain breaks).
* Merge remote branch 'remotes/origin/groupmanager'KHobbits2012-04-18-40/+75
|\
| * Fix a couple of perms in GlobalGroupsElgarL2012-04-17-2/+3
| |
| * Re-initialize the WorldsHolder on a reload, as un-registering andElgarL2012-04-16-38/+72
| | | | | | | | re-registering a new holder means all plugins have to check for the new service on every quiery.
* | Switch the order of the alt give syntax to follow vanilla order.KHobbits2012-04-18-3/+3
| |
* | Don't get the Essentials user object when we don't need it.KHobbits2012-04-17-8/+9
| |
* | Wrong default value for AFK disable pickup.KHobbits2012-04-17-2/+2
| |
* | Merge branch 'master' of github.com:essentials/EssentialsKHobbits2012-04-16-1/+1
|\ \
| * | Do we have to remind @khobbits not to code while drunk. Again.md_52012-04-16-1/+1
| | |
* | | Null check, for quick exit.KHobbits2012-04-16-1/+1
|/ /
* | Fixing a few TL issues.KHobbits2012-04-16-17/+17
| |
* | Don't fire entity powertool commands, with our user object.KHobbits2012-04-16-3/+13
| |
* | Minor perf tweak.KHobbits2012-04-15-2/+4
| |
* | New config option 'cancel-afk-on-move' - Set to false you don't use afk.KHobbits2012-04-15-30/+58
| |
* | Few missing default permissions.KHobbits2012-04-15-0/+5
| |
* | Merge remote branch 'remotes/origin/groupmanager'KHobbits2012-04-15-3589/+3870
|\|
| * Correct formatting in command list.ElgarL2012-04-13-1/+39
| |
| * Finally remove all deprecated methods.ElgarL2012-04-13-179/+7
| |
| * Code tidyElgarL2012-04-13-10/+6
| |
| * Stop using our own deprecated methods as we tell others to do.ElgarL2012-04-13-11/+10
| |
| * Update all code formatting to use tabs for indentation.ElgarL2012-04-13-3500/+3829
| |
| * Fixed the 'last' nested throw/catch and rework all user and groupElgarL2012-04-13-102/+193
| | | | | | reading to be certain to trap all errors.
* | Fix metrics errors to be... descriptive.KHobbits2012-04-15-3/+3
| |
* | Revert "Add option to disable jails entirely."KHobbits2012-04-14-30/+6
| | | | | | | | This reverts commit 34f5c19f997bd4c5480bacc83ecd674a5bc4cb26.
* | Throw syntax error on /item, if syntax is wrong.KHobbits2012-04-14-30/+35
| |
* | Merge branch 'master' of github.com:essentials/EssentialsKHobbits2012-04-14-31/+44
|\ \
| * | Add option to disable jails entirely.md_52012-04-14-6/+30
| | |
| * | Change some ordering and clean pmd warningsmd_52012-04-14-25/+14
| | |
* | | Fix null locations in /seenKHobbits2012-04-14-1/+4
|/ /
* | Optimize sign interacts.KHobbits2012-04-14-7/+1
| |
* | Try to speed up teleport events.KHobbits2012-04-14-0/+9
| |
* | Merge branch 'master' of https://github.com/essentials/Essentialsementalo2012-04-13-0/+1
|\ \
| * | Fix double charge in /jumpsnowleo2012-04-12-0/+1
| | |
* | | Don't kill tamed ocelots with killall Test #1921ementalo2012-04-13-0/+8
|/ /
* | Merge branch 'master' of github.com:essentials/Essentialsementalo2012-04-12-356/+721
|\ \
| * | Merge branch 'refs/heads/groupmanager'snowleo2012-04-12-184/+236
| |\|
| | * Unregister the worldsHolder as a service on a reload/shutdown instead ofElgarL2012-04-12-2/+3
| | | | | | | | | the whole plugin.
| | * Fix silly nested throw/catch statements. Errors are now correctlyElgarL2012-04-12-183/+234
| | | | | | | | | generated when reading yml's.