summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
* New Permission:KHobbits2012-09-19-1/+63
| | | | | essentials.build.pickup.<id>[:<datavalue>] - Allows collecting of an item essentials.build.drop.<id>[:<datavalue>] - Allows dropping of an item
* Merge branch '2.9' of github.com:essentials/Essentials into 2.9KHobbits2012-09-19-0/+1
|\
| * Self indulgent commit. Door should be an alias for wood door.md_52012-09-17-0/+1
| |
* | New Permission:KHobbits2012-09-19-0/+23
|/ | | | essentials.build.craft.<id>[:<datavalue>] - Allows crafting of an item
* Hide Protection sign option.KHobbits2012-09-17-4/+1
|
* Fix a few minor text formatting issues.KHobbits2012-09-16-13/+8
|
* Config file permissions cleanupKHobbits2012-09-16-71/+21
| | | | | | | Removed deprecated 'restricted-commands' section. Deprecated 'superperms' toggle. Remove op override on essentials permissions. Give op's all permissions by default via superperms.
* Merge pull request #146 from necrodoom/patch-6KHobbits2012-09-16-9/+116
|\ | | | | update dualbit, fix strength, add swift aliases
| * update dualbit, fix strength, add swift aliasesNecrodoom2012-09-16-9/+116
|/ | | items.csv version 2.1_12
* Merge remote-tracking branch 'origin/groupmanager' into 2.9md_52012-09-16-51/+122
|\
| * Remove unused imports.ElgarL2012-09-11-3/+0
| |
| * Missing finalsnowleo2012-09-10-1/+1
| |
| * Thread safety for GMsnowleo2012-09-10-48/+122
| |
| * Revert bad synchronizationsnowleo2012-09-10-15/+11
| | | | | | | | This reverts commit 96ab1b4533b62464b8325373e677209290bced3e.
| * Synchronize the world data holder.ElgarL2012-09-10-2/+4
| |
| * Change to Hashtables to reduce the chance of aElgarL2012-09-10-9/+11
| | | | | | | | ConcurrentModificationException pulling group/user data in an Async thread.
* | Update Essentials/src/plugin.ymlIaccidentally2012-09-15-1/+1
| | | | | | updating SKYNET
* | Missing tl key.KHobbits2012-09-15-0/+13
| |
* | Add server uptime to /gcKHobbits2012-09-15-1/+6
| |
* | Add missing TL keyKHobbits2012-09-15-1/+14
| | | | | | | | Fixes #1363
* | Allow bans on players who have never connected.KHobbits2012-09-15-4/+13
| |
* | Reduce the enchantment list some more.KHobbits2012-09-15-26/+26
| |
* | Fix Essentials /sethome to more strictly obey home limits.KHobbits2012-09-15-55/+48
| |
* | /ess reset <player> - Clears stored data about a user.KHobbits2012-09-14-2/+25
| |
* | Merge branch '2.9' of github.com:essentials/Essentials into 2.9KHobbits2012-09-14-1/+0
|\ \
| * | Update Essentials/nbproject/project.propertiesKHobbits2012-09-14-1/+0
| | | | | | | | | Accidentally added unneeded line...
* | | Fixed jail extend message - xGhOsTkiLLeRxKHobbits2012-09-14-13/+13
|/ /
* | Merge branch '2.9' of github.com:essentials/Essentials into 2.9KHobbits2012-09-14-4/+15
|\ \
| * \ Merge pull request #141 from DerFlash/2.9KHobbits2012-09-13-4/+15
| |\ \ | | | | | | | | Fix problems with async chat event not sending messages to xmpp chat spy
| | * | Fix problems with async chat event not sending messages to xmpp chat spyDerFlash2012-09-13-4/+15
| |/ /
* | | Don't create empty user filesKHobbits2012-09-14-12/+24
| | |
* | | remove users from bperm example, different yml file now.KHobbits2012-09-13-7/+0
|/ /
* | Update bpermissions exampleKHobbits2012-09-13-15/+34
| |
* | Couple extra /info aliases.KHobbits2012-09-11-1/+1
| |
* | Less strict matching on /realnameKHobbits2012-09-11-6/+3
| |
* | Make /realname throw an error if no matches were foundKHobbits2012-09-11-0/+6
| |
* | Patch flight disable, to not effect creative mode.KHobbits2012-09-10-1/+4
| | | | | | | | Full world change config still needs coding.
* | Fixing map/ironore bug.KHobbits2012-09-10-16/+16
| |
* | Little bit extra sanity checking.KHobbits2012-09-09-5/+9
| |
* | Move auto afk permission to 'essentials.afk.auto'KHobbits2012-09-09-1/+1
| |
* | Fixing locale typo.KHobbits2012-09-09-3/+2
| |
* | Fix Missing TL keyKHobbits2012-09-09-7/+17
| |
* | Change default op colourKHobbits2012-09-09-2/+2
| |
* | More message cleanupKHobbits2012-09-09-78/+78
| |
* | Manual merge necrodoom enchant changes.KHobbits2012-09-09-10/+10
| |
* | Two sets of enchantment aliases.KHobbits2012-09-09-24/+29
| |
* | More message cleanupKHobbits2012-09-09-97/+175
| |
* | Missing TL keysKHobbits2012-09-09-7/+8
| |
* | Few more message tweaks.KHobbits2012-09-09-15/+15
| |
* | If chat event doesn't resolve to valid player, cancel and exit.KHobbits2012-09-09-0/+6
| |