summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
...
* | Cleanup /exp command, and fix vanilla syntax issues.KHobbits2013-01-20-91/+44
|/ | | | Needs double checking with commandblocks with vanilla syntax.
* Add example firework kit, and cleanup debug messages.KHobbits2013-01-19-24/+7
|
* Move firework meta handling into MetaItemStackKHobbits2013-01-19-179/+206
| | | | Allow firework meta to be applied to item spawning and kit commands.
* Negate 'groupmanager.noofflineperms' by default in the owner group.ElgarL2013-01-19-1/+3
|
* Merge pull request #272 from GunfighterJ/2.9KHobbits2013-01-19-12/+78
|\ | | | | /eco overhaul, adds /eco set
| * /eco overhaul, adds /eco setGunfighterJ2013-01-19-12/+78
| |
* | Reduce chance of self repeating powertool actions.KHobbits2013-01-19-3/+4
| |
* | Merge pull request #271 from necrodoom/patch-25Chris Ward2013-01-19-3/+3
|\ \ | | | | | | update /book description
| * | update /book descriptionNecrodoom2013-01-19-3/+3
|/ /
* / Touch of cleanup to Gunfighter's addition to expChris Ward2013-01-19-9/+10
|/
* Adds vanilla syntax to /exp commandGunfighterJ2013-01-18-18/+89
|
* Fix bug with empty motdAlexander Schepp2013-01-18-1/+1
|
* Merge pull request #266 from GunfighterJ/2.9Iaccidentally2013-01-17-1/+1
|\ | | | | Duplicate alias removed
| * Duplicate alias removedGunfighterJ2013-01-17-1/+1
| |
* | Merge remote-tracking branch 'origin/groupmanager' into 2.9snowleo2013-01-18-16/+33
|\ \
| * | Fix recursive loop when used on offline servers.ElgarL2013-01-14-11/+33
| | |
| * | Update GlobalGroups (removing old permissions) as Towny handles it's ownElgarL2013-01-14-5/+0
| | | | | | | | | perms now.
* | | Merge pull request #265 from GunfighterJ/2.9Iaccidentally2013-01-17-14/+41
|\ \ \ | | |/ | |/| Adds essentials.mute.notify
| * | Adds essentials.mute.notifyGunfighterJ2013-01-17-14/+41
|/ /
* | Merge pull request #263 from GunfighterJ/2.9Iaccidentally2013-01-17-14/+272
|\ \ | | | | | | Added /firework command
| * | Now it adds the right firework commandGunfighterJ2013-01-16-6/+40
| | |
| * | Adds the actual /firework commandGunfighterJ2013-01-16-0/+180
| | |
| * | Added /firework commandGunfighterJ2013-01-16-14/+58
| | |
* | | Update libsIaccidentally2013-01-17-0/+0
| | |
* | | Update Bukkit to 1.4.7-R0.1Iaccidentally2013-01-17-2/+3
| | |
* | | Merge branch '2.9' of https://github.com/essentials/Essentials into 2.9Iaccidentally2013-01-16-6/+39
|\| |
| * | Fix null args on /bookKHobbits2013-01-16-4/+4
| | |
| * | Remove logger.KHobbits2013-01-16-3/+24
| | |
| * | Remove broken firework meta.KHobbits2013-01-15-28/+2
| | |
| * | Start work on firework effect - syntax in fluxKHobbits2013-01-14-2/+40
| | |
* | | Merge branch '2.9' of https://github.com/essentials/Essentials into 2.9Iaccidentally2013-01-14-317/+918
|\| |
| * | Couple of extra /helpop aliases.KHobbits2013-01-14-2/+2
| | |
| * | Add colour support to item meta.KHobbits2013-01-14-6/+6
| | |
| * | Only show ban reason in the in-game display, not full banFormat.KHobbits2013-01-14-4/+4
| | |
| * | Better handle initial book.txt creation.KHobbits2013-01-14-29/+33
| | |
| * | Switch book meta, to use 'book.txt', and 'book:<section>'.KHobbits2013-01-14-4/+22
| | | | | | | | | | | | Should make things clearer and easier to understand.
| * | Merge remote-tracking branch 'remotes/origin/groupmanager' into 2.9KHobbits2013-01-14-24/+53
| |\|
| | * typo in changelog.ElgarL2013-01-13-1/+1
| | |
| | * Do not grant any permissions (nort update Bukkit) if the server is inElgarL2013-01-13-5/+30
| | | | | | | | | | | | offline mode and the player has the permission node 'groupmanager.noofflineperms'.
| | * Fix the logger so errors are reported again.ElgarL2013-01-13-2/+2
| | |
| | * Synchronize pushing to Bukkit perms to prevent anyElgarL2013-01-13-18/+22
| | | | | | | | | ConcurrentModificationException.
| * | All the better to kick you withKHobbits2013-01-14-14/+15
| | | | | | | | | | | | (Pipe format for linebreak)
| * | Cleanup /book command.KHobbits2013-01-13-29/+14
| | |
| * | Merge pull request #260 from GunfighterJ/patch-3Iaccidentally2013-01-13-1/+3
| |\ \ | | | | | | | | Fixes /top command not carrying pitch and yaw
| | * | Fixes /top command not carrying pitch and yawGunfighterJ2013-01-13-1/+3
| |/ /
| * | Merge pull request #259 from GunfighterJ/patch-2KHobbits2013-01-13-26/+188
| |\ \ | | | | | | | | Added more book commands for editing author and title
| | * \ Merge branch 'patch-2' of https://github.com/GunfighterJ/Essentials into patch-2GunfighterJ2013-01-13-0/+0
| | |\ \ | | | | | | | | | | | | | | | | | | | | Conflicts: Essentials/src/com/earth2me/essentials/commands/Commandbook.java
| | | * | Added more book commands for editing author and titleGunfighterJ2013-01-13-26/+192
| | | | |
| | * | | Added more book arguments for editing author and title amendGunfighterJ2013-01-13-26/+188
| | |/ /
| * / / Cleanup of book meta.KHobbits2013-01-13-15/+3
| |/ /