| Commit message (Expand) | Author | Age | Lines |
* | [Bleeding] Added Plugin.getLogger() which returns a java.util.Logger that pre... | rmichela | 2012-01-17 | -3/+62 |
* | [Bleeding] Added: <T extends Entity> Collection<T> World.getEntitiesByClass(C... | Mike Primm | 2012-01-17 | -0/+8 |
* | [Bleeding] Add Animals: setAgeLock(bool), bool getAgeLock, void setBaby, void... | Erik Broes | 2012-01-17 | -0/+45 |
* | Fixed incorrect value for ChatColor.BLACK (was 1, should be 0) | Nathan Adams | 2012-01-16 | -1/+1 |
* | Added ChatColor.MAGIC, changed to char based values and deprecated old method... | Nathan Adams | 2012-01-16 | -20/+59 |
* | Added a World.getWorldType() method | Nathan Adams | 2012-01-15 | -0/+7 |
* | Generic cleaning | Erik Broes | 2012-01-15 | -235/+209 |
* | Added "class-loader-of" field to plugin.yml. Big thanks to CmdrDats for the PR. | Nathan Adams | 2012-01-15 | -1/+26 |
* | Added an EntityCreatePortalEvent | Nathan Adams | 2012-01-15 | -0/+90 |
* | Configurations now properly support lists of serializable objects, and ItemSt... | Nathan Adams | 2012-01-15 | -103/+114 |
* | Added Player set/getAllowFlight methods. Thanks to Qala for the PR. | Nathan Adams | 2012-01-15 | -0/+15 |
* | Fixed typo in Event javadoc, thanks to robin0van0der0v for the PR | Nathan Adams | 2012-01-15 | -1/+1 |
* | ItemStack.getMaxStackSize no longer incorrectly returns -1 when not backed by... | Nathan Adams | 2012-01-15 | -0/+5 |
* | Changed Material to use an array for lookups, instead of a hashmap. Thanks to... | Nathan Adams | 2012-01-15 | -3/+14 |
* | Added EntityBlockFormEvent for block forming by entity actions (snowmen etc).... | Nathan Adams | 2012-01-15 | -0/+32 |
* | Config .get*List will return an empty list of the appropriate type instead of... | Nathan Adams | 2012-01-15 | -9/+9 |
* | Don't send events to disabled plugins. | Feildmaster | 2012-01-15 | -26/+26 |
* | Changed PluginDisableEvent to fire before the disabling of a plugin, instead ... | Nathan Adams | 2012-01-15 | -2/+2 |
* | Fixed documentation of getNearbyEntities in Entity. Thanks to epuidokas for t... | Nathan Adams | 2012-01-15 | -4/+4 |
* | Fixed Leaves.getSpecies returning null on higher data values. Thanks to Wolve... | Nathan Adams | 2012-01-15 | -1/+1 |
* | Added new methods to set a players respawned level/exp/totalExp in PlayerDeat... | Nathan Adams | 2012-01-14 | -2/+73 |
* | Updated javadocs of Player.setPlayerListName to reflect that the char limit i... | Nathan Adams | 2012-01-14 | -0/+1 |
* | Added entity.playEffect, thanks to main-- in an (unfortunately old) PR. | Nathan Adams | 2012-01-14 | -0/+64 |
* | Added ItemDespawnEvent | Feildmaster | 2012-01-14 | -0/+52 |
* | Fixed nullcheck error message on null plugin (see previous commit) | Nathan Adams | 2012-01-14 | -2/+2 |
* | Nullcheck in registerEvent (thanks to an old PR by LRFLEW - I'm sorry for the... | Nathan Adams | 2012-01-14 | -0/+24 |
* | Added 5 new biomes as included in MC 1.1 as part of #BUKKIT-496 | Nathan Adams | 2012-01-14 | -1/+6 |
* | Allow proper integration with NMS WorldTypes | md-5 | 2012-01-14 | -2/+2 |
* | Implemented new Plugin Message API - see http://dinnerbone.com/blog/2012/01/1... | Nathan Adams | 2012-01-13 | -3/+931 |
* | Make getByName actually return values. | md-5 | 2012-01-13 | -1/+1 |
* | Added new 1.1 items, enchantments. Added WorldType, and a method to set/get t... | Nathan Adams | 2012-01-12 | -1/+93 |
* | Further fix to Location. | Tahg | 2012-01-10 | -1/+3 |
* | Revert "Improved some debug in Location." | EvilSeph | 2012-01-09 | -7/+5 |
* | Improved some debug in Location. | Tahg | 2012-01-09 | -5/+7 |
* | Added timings command. | Tahg | 2012-01-09 | -1/+98 |
* | Added data argument to vanilla give command | Tahg | 2012-01-09 | -3/+9 |
* | improved some debug in Location | Tahg | 2012-01-09 | -7/+5 |
* | Fixed YamlConfiguration creating empty lines when reading a file with no cont... | Nathan Adams | 2012-01-08 | -2/+5 |
* | Fixed NPE in ItemStack. Thanks jascotty2! | EvilSeph | 2012-01-07 | -2/+3 |
* | Added banlist command. Fixes BUKKIT-373. Thanks md-5! | EvilSeph | 2012-01-07 | -0/+38 |
* | Fix NPE when saving config before the config is loaded - thanks to Wolverenes... | Nathan Adams | 2012-01-07 | -1/+1 |
* | Fix some updated item durability values | Erik Broes | 2012-01-05 | -20/+20 |
* | Fix max stacksize on Potions. | Erik Broes | 2012-01-05 | -1/+1 |
* | Fix max stacksize on EnderPearls. Fixes BUKKIT-418 | Erik Broes | 2012-01-04 | -1/+1 |
* | Vector.getMidpoint should not modify the current Vector. Thanks TomyLobo for ... | Erik Broes | 2012-01-04 | -3/+3 |
* | Minor text changes | Erik Broes | 2012-01-04 | -2/+2 |
* | Generic cleanup of warnings, whitespace and style. | Erik Broes | 2011-12-25 | -1046/+1308 |
* | Added plugin saveResources + saveDefaultConfig methods. This completes a blee... | Nathan Adams | 2011-12-22 | -3/+65 |
* | Fixed some naming issues for creature types. Fix for BUKKIT-367 | Tahg | 2011-12-20 | -2/+3 |
* | Fix for BUKKIT-313 - this makes getString return a string representation of w... | sleak | 2011-12-19 | -2/+2 |