summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
* Allow toggling vanish for other playersKHobbits2013-08-11-54/+60
| | | | Permission: essentials.vanish.others
* General cleanup.KHobbits2013-08-11-41/+23
| | | | Add optional TL param for tempban/mute time in notify message
* The /tpahere command now stores the location of 'here' rather than using the ↵KHobbits2013-08-11-34/+32
| | | | | | current players location. Cleanup teleport logic - This also fixes exploiting /tpahere to get accesses to restricted areas.
* Update Mob.javaKHobbits2013-08-09-1/+1
|
* display syntax if more than one argument to avoid confusion with command purposeNecrodoom2013-08-05-5/+8
| | | | more clearly, show syntax when people try to do /money give playername amount
* Update Bukkit for 1.6.2R0.1 betaKHobbits2013-08-05-4/+40
| | | | CB: 2838 Bukkit: 2252
* Update Translations from crowdinKHobbits2013-08-05-110/+653
|
* Force space after group in /listKHobbits2013-08-04-2/+2
|
* Remove duplicate keyGunfighterJ2013-08-04-1/+0
|
* Update Potions.javaPocketkid22013-08-04-1/+2
| | | | Add extra alias
* More missing syntax.KHobbits2013-08-03-2/+2
|
* Add missing command syntax for /spawnmobKHobbits2013-08-03-2/+2
|
* Update Commandkillall.javaPocketkid22013-07-29-1/+8
| | | | Add support for horses
* Restore vault compatKHobbits2013-07-26-30/+30
|
* Merge pull request #524 from necrodoom/patch-40Iaccidentally2013-07-25-2/+2
|\ | | | | fix mobdata typo
| * fix mobdata typoNecrodoom2013-07-25-2/+2
|/
* Close inventories before opening any othersGunfighterJ2013-07-24-4/+7
|
* Use the correct name in /sethome if you don't have sethome.others permission.KHobbits2013-07-23-2/+2
|
* Restore deprecated trade apiKHobbits2013-07-23-3/+3
| | | | Fixes #4500
* Fix max radius.KHobbits2013-07-21-1/+2
|
* Refactored and cleaned up SpawnMob. Added context-aware help /spawnmob <mob>:okamosy2013-07-20-277/+412
|
* Show if a IP is ip-banned on /seen <ip>KHobbits2013-07-19-0/+27
|
* Cleanup worth and sell messagesKHobbits2013-07-19-4/+17
|
* Can't sell negative amount of items.snowleo2013-07-19-4/+4
|
* Added horse armor /spawnmob horse:armor<iron|gold|diamond>okamosy2013-07-17-2/+20
|
* Added saddles to pigs and horses /spawnmob pig:saddle /spawnmob horse:saddleokamosy2013-07-17-0/+14
|
* Log notice when chat ignore is blocked by another plugin.KHobbits2013-07-17-28/+44
|
* Add scaling object cap for usermap, prevent huge memory usage, also config ↵KHobbits2013-07-17-7/+17
| | | | file configurable.
* Added horses to SpawnMob /spawnmob horse:<color><variant><style><chest>okamosy2013-07-16-0/+69
|
* Fix radius logicKHobbits2013-07-15-6/+9
|
* Max near radiusNecrodoom2013-07-15-3/+29
|
* Add missing param in /removeKHobbits2013-07-15-5/+21
|
* Better handle esschat/GM reloading during async events.KHobbits2013-07-15-1/+8
|
* Update CraftbukkitKHobbits2013-07-14-1/+1
| | | | CB: 2814 Bukkit: 1792
* Try to restore basic api functionalityKHobbits2013-07-14-8/+6
|
* Tidy and slightly expand user APIKHobbits2013-07-14-57/+113
|
* Fix worth display bugKHobbits2013-07-14-8/+11
|
* Fix local chat spy tag order.KHobbits2013-07-14-5/+5
|
* Throw syntax error instead of "For input string"KHobbits2013-07-14-16/+30
|
* Add support for /worth all and /worth handKHobbits2013-07-14-120/+205
|
* Whoops, wrong event.KHobbits2013-07-13-1/+1
|
* Wrap ItemDb accessors and move Item string matching to itemdb class.KHobbits2013-07-13-45/+62
|
* Fix local message when no players are in the areaKHobbits2013-07-13-7/+10
| | | | Allow any translation key to be silenced by blanking it in locale file
* [API] flip! (╯°□°)╯︵ ┻━┻Iaccidentally2013-07-13-1065/+1063
|
* [API] fix implementation?Iaccidentally2013-07-13-20/+9
|
* Merge branch 'API' of https://github.com/essentials/Essentials into APIIaccidentally2013-07-13-4/+3
|\
| * Fix failing XMPP build.KHobbits2013-07-13-4/+3
| |
* | [API] fix other modules to use new packagesIaccidentally2013-07-13-34/+28
|/
* Add 'No one listening' message stub, will be empty by default and thus not sent.KHobbits2013-07-13-33/+4
|
* Remove old chat hookKHobbits2013-07-13-169/+219
| | | | | Use Bukkit API for local chat handling Implement localChatSpy event