summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
* Show Geolocation in /seenGunfighterJ2013-04-01-14/+26
| | | | Refactor argument for clarity
* Merge pull request #409 from GunfighterJ/2.9Iaccidentally2013-03-22-57/+83
|\ | | | | [Feature] Stack more mobs with /spawnmob
| * [Feature] Stack more mobs with /spawnmobGunfighterJ2013-03-22-57/+83
|/ | | | Uses same syntax, now supports more than 2 mobs
* Abort user login code, if user disconnects before it runs.KHobbits2013-03-21-1/+6
|
* Don't allow an empty list value.KHobbits2013-03-21-1/+4
|
* Tweak ess versionKHobbits2013-03-21-2/+3
|
* Add the max-walk-speed config variable back to the default config file.KHobbits2013-03-20-1/+4
|
* Update messages_pl.propertiesSKmedix2013-03-20-20/+20
| | | | Update Polish translation.
* Use correct getPlayer method to not match offline users.KHobbits2013-03-20-50/+52
|
* [Permission] essentials.vanish.interact - Players with this permission will ↵KHobbits2013-03-20-29/+40
| | | | be able to interact with hidden players.
* Add some missing hidden checksKHobbits2013-03-19-31/+48
|
* Try to unify player matching for hidden users:KHobbits2013-03-19-81/+119
| | | | kill, lightning and ptime still need cleanup
* [Fix] Reset walk/fly speed on login.KHobbits2013-03-19-4/+20
| | | | [Permission] essentials.speed.<fly|walk> - If a player only has one of these, they will only be able to toggle the given state.
* Don't close inventories every plugin disable, just our own.KHobbits2013-03-19-21/+22
|
* [Fix] Print correct sender name on /spawn player from console.Necrodoom2013-03-19-1/+2
|
* Fix exception in /heal, "playernotfound" should be exception.Necrodoom2013-03-19-2/+1
|
* Use original case for default /list groups.KHobbits2013-03-19-2/+2
|
* readmeupdateKHobbits2013-03-19-1/+0
|
* kittycannon should actually fire kittensNecrodoom2013-03-19-0/+1
|
* console should be able to mute adminsNecrodoom2013-03-19-2/+2
|
* [Fix] offline player matching for online only commands.Necrodoom2013-03-19-19/+11
| | | | /kick,/warp, /burn & /tppos should only match online players
* Pull the default list behavior from the old 'sort-list-by-groups' variable ↵KHobbits2013-03-19-1/+6
| | | | if it exists.
* Add Travis notificationsKHobbits2013-03-18-1/+12
|
* Try different ant commandKHobbits2013-03-18-1/+2
|
* TravisKHobbits2013-03-18-0/+5
|
* Merge pull request #396 from GunfighterJ/2.9KHobbits2013-03-18-6/+5
|\ | | | | Allow potion clear/apply commands to work
| * Allow potion clear/apply commands to workGunfighterJ2013-03-18-103/+315
| |\
| * | [Fix] Potion erroring and duration/power fixGunfighterJ2013-03-17-14/+31
| | |
* | | Minor code cleanupKHobbits2013-03-18-41/+36
| | |
* | | Cleanup: Run Kukes code through a dryer, add more comments.KHobbits2013-03-18-92/+66
| |/ |/|
* | Edit default config to not cause confusion.KHobbits2013-03-18-1/+3
| |
* | Cleanup: Comment and simplify /list code - More to do.KHobbits2013-03-18-60/+39
| |
* | Cleanup - Split /list into methodsKHobbits2013-03-18-182/+200
| |
* | fixes and addition of '*' to match all unmatched users.kukelekuuk002013-03-18-23/+84
| |
* | Added /list [group] and some more detailed configuration regarding /listkukelekuuk002013-03-18-78/+212
| |
* | Potion erroring and duration/power fixGunfighterJ2013-03-18-14/+31
| |
* | update IDs 27, 28, 66, 157Necrodoom2013-03-18-0/+19
|/ | | | update rails aliases to match bukkit item names
* [Fix] Restore /speed command's ability to control walk speed.KHobbits2013-03-17-21/+13
|
* Fixing TL edit error.KHobbits2013-03-16-1/+1
|
* Update messages.propertiesNecrodoom2013-03-16-78/+78
| | | | fix typos in new messages
* Fix raw bukkit itemdb lookupKHobbits2013-03-16-2/+2
|
* Cleanup open inventoriesKHobbits2013-03-16-4/+28
|
* Import cleanupKHobbits2013-03-16-22/+12
|
* Fix potion effect errorsKHobbits2013-03-16-20/+31
|
* Fix Minecart class renameKHobbits2013-03-16-12/+13
| | | | | Lets use consistent versions in the code base Bukkit: 1700 CB: 2648
* We use tabs not spaces for indenting.KHobbits2013-03-16-4/+4
|
* Check health is 0 after /suicideKHobbits2013-03-16-1/+5
|
* Fix missing /ci syntax update.KHobbits2013-03-16-1/+1
|
* Merge pull request #388 from GunfighterJ/2.9Alexander Schepp2013-03-15-0/+4
|\ | | | | [Feature] Additional spawnable mob types
| * [Feature] Additional spawnable mob typesGunfighterJ2013-03-15-0/+4
| |