summaryrefslogtreecommitdiffstats
path: root/Essentials/src/com/earth2me/essentials/SpawnMob.java
Commit message (Expand)AuthorAgeLines
* Change namespace from com.earth2me to org.mcess - net.ess3.api changes still ...ementalo2015-04-11-323/+0
* Allow forcing adult status on randomly generated /spawnmob mobs.KHobbits2014-07-06-2/+17
* Future Java versions may not support _ as identifier.FearFree2014-03-22-12/+12
* Better matching of zombie and skeleton mobdata to avoid confusion.KHobbits2013-12-22-13/+13
* Cleanup various aspects of code, fix some formatting, more netbeans 7.4 stuffIaccidentally2013-11-06-1/+1
* Extract CommandSender to CommandSource, this should prevent Ess user object l...KHobbits2013-10-16-11/+11
* Clean ImportsKHobbits2013-10-11-2/+2
* Refactored and cleaned up SpawnMob. Added context-aware help /spawnmob <mob>:okamosy2013-07-20-277/+46
* Added horse armor /spawnmob horse:armor<iron|gold|diamond>okamosy2013-07-17-0/+18
* Added saddles to pigs and horses /spawnmob pig:saddle /spawnmob horse:saddleokamosy2013-07-17-0/+14
* Added horses to SpawnMob /spawnmob horse:<color><variant><style><chest>okamosy2013-07-16-0/+69
* [API] Move 2.x API to new package, create dummy classes for compatibilityIaccidentally2013-07-13-0/+1
* Don't cast sender to User.KHobbits2013-07-11-1/+1
* More cleanupKHobbits2013-07-07-1/+1
* Misc cleanupKHobbits2013-07-07-1/+1
* Split util classes.KHobbits2013-06-08-4/+7
* Allow spawning zombies without the trademark gold boots.KHobbits2013-06-05-19/+23
* Allow spawning zombies with swords too.KHobbits2013-06-02-6/+10
* [Feature]Extend spawning mob meta to allow more customized spawning:KHobbits2013-06-02-0/+63
* [Fix] Set some default mob data.KHobbits2013-06-01-0/+36
* Move spawnmob.stack perm check to the right place.KHobbits2013-04-30-4/+0
* [Fix] Stacked mobs count towards spawnmob-limit count.KHobbits2013-04-30-10/+21
* Allow permission control of stacked mobsGunfighterJ2013-04-14-0/+4
* [Feature] Stack more mobs with /spawnmobGunfighterJ2013-03-22-48/+69
* Import cleanupKHobbits2013-03-16-1/+1
* Use lower locale.KHobbits2013-03-10-2/+2
* add common cat type name aliasesNecrodoom2013-02-03-3/+3
* Add a couple of extra entities to spawnmobKHobbits2013-01-09-0/+8
* Support new skeleton and zombie types.KHobbits2012-12-16-18/+50
* Cleanup spawnmob classesKHobbits2012-11-11-0/+255