summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
* Add muting offline playersKHobbits2013-08-18-27/+54
| | | | Permission: essentials.mute.offline
* Allow alternative command handler to also pass tab complete.KHobbits2013-08-15-0/+30
|
* items.csv - try move the most common item alias to top of aliases stackNecrodoom2013-08-15-429/+383
| | | | without ore aliases remove
* Use essentials itemdb for charge messages.KHobbits2013-08-15-4/+25
|
* Use user object to send messages when possible.KHobbits2013-08-15-8/+9
|
* Gracefully handle botched plugin startsKHobbits2013-08-13-98/+127
|
* Fix mail sendall from console skipping first paramKHobbits2013-08-13-2/+2
|
* fix config comment at heal-cooldownNecrodoom2013-08-13-1/+1
|
* Update Commandremove.javaPocketkid22013-08-13-1/+1
| | | | Fix class checking in /remove
* trim and replace spaces in chapter names to always work in commandsNecrodoom2013-08-13-1/+1
|
* Teleport cleanupKHobbits2013-08-13-16/+1
|
* Fix NPE in /back when no previous location existsGunfighterJ2013-08-13-0/+22
|
* Restore safe location for /topKHobbits2013-08-13-1/+2
|
* Prevent inf loop when adding air to kits.KHobbits2013-08-12-2/+10
| | | | Should fix #4555
* Fully support numerical worth yml data.KHobbits2013-08-11-0/+12
|
* When in fly+god mode or when in creative mode, don't use safe teleport ↵KHobbits2013-08-11-15/+41
| | | | | | | location when teleporting to other players. Enable fly in unsafe circumstances. This only works when teleporting within worlds for permission reasons.
* Update plugin.yml and add some aliases (Evonuts is going to hate me)KHobbits2013-08-11-16/+17
|
* 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
|