| Commit message (Expand) | Author | Age | Lines |
* | Configuration methods .getX (int/double/etc) now try to cast existing values ... | Nathan Adams | 2011-12-12 | -6/+99 |
* | Added OfflinePlayer + Player .getLastPlayed, .getFirstPlayed, .hasPlayedBefore | Nathan Adams | 2011-12-12 | -0/+27 |
* | Adds Location.getChunk() | Kevin | 2011-12-11 | -0/+9 |
* | Added getKiller() method to LivingEntity, to determine the killer of an entity | Nathan Adams | 2011-12-11 | -0/+8 |
* | Add Bukkit.getAllowEnd(). Thanks codename-B! | Erik Broes | 2011-12-09 | -0/+7 |
* | Fixed silly NPE during shutdown when java becomes a meanie-pants and steals o... | Nathan Adams | 2011-12-09 | -4/+9 |
* | Override annotations do not belong here! | Nathan Adams | 2011-12-09 | -2/+0 |
* | Added onStructureGrow event, thanks to md-5. | Nathan Adams | 2011-12-09 | -4/+108 |
* | Fixed MemorySection list methods' return types + NPEs. This fixes BUKKIT-213,... | Nathan Adams | 2011-12-09 | -9/+54 |
* | EntityExplodeEvent: Add constructor that takes yeild parameter | Andrew Ardill | 2011-12-07 | -4/+11 |
* | BREAKING: Change ConsoleCommandSender to an interface. | Andrew Ardill | 2011-12-07 | -87/+1 |
* | Teach the API about Remote Consoles | Andrew Ardill | 2011-12-07 | -3/+18 |
* | Added Material.isEdible. Thanks simplyianm | Nathan Adams | 2011-12-06 | -0/+24 |
* | Added method to retrieve all players on a server, online or offline | Nathan Adams | 2011-12-04 | -0/+7 |
* | I do believe that I made a typo | Nathan Adams | 2011-12-04 | -1/+1 |
* | Added cause to PlayerTeleportEvent | Nathan Adams | 2011-12-04 | -1/+62 |
* | Bukkit will no longer leak tears. He has been cheered up. | Nathan Adams | 2011-12-04 | -1/+1 |
* | Added /xp and /toggledownfall commands from vanilla | Nathan Adams | 2011-12-02 | -0/+99 |
* | Added the missing effects to the Effect enum. | TomyLobo | 2011-11-30 | -1/+7 |
* | Deprecated player methods: getExperience setExperience due to new float value... | Nathan Adams | 2011-11-30 | -2/+34 |
* | Extend EntityCombustEvent to allow setting combustion duration. | Andrew Ardill | 2011-11-29 | -4/+70 |
* | BREAKING CHANGE: BUKKIT-44 Fix Material Enum typo. Thanks Steeveeo! | Andrew Ardill | 2011-11-28 | -1/+1 |
* | Added Enchantment.values() for retrieving all enchantments | Nathan Adams | 2011-11-28 | -0/+9 |
* | Add MagmaCube interface. | Andrew Ardill | 2011-11-28 | -0/+8 |
* | BUKKIT-57 Add Snowman to CreatureType Enum. Thanks snowleo! | Andrew Ardill | 2011-11-28 | -1/+2 |
* | BUKKIT-61 Add durability to BOW material type. Thanks snowleo! | Andrew Ardill | 2011-11-28 | -1/+1 |
* | Fixed issue adding mass enchantments to items | Nathan Adams | 2011-11-27 | -2/+2 |
* | Added utility methods to ItemStack to allow mass adding of enchantments | Nathan Adams | 2011-11-27 | -1/+32 |
* | Made ItemStack .equals take into account data and enchantments | Nathan Adams | 2011-11-27 | -1/+1 |
* | Added Enchantment API | Nathan Adams | 2011-11-27 | -9/+437 |
* | Added world.getWorldFolder, server.getWorldContainer | Nathan Adams | 2011-11-25 | -0/+20 |
* | Added new set/get age methods to Animals | Nathan Adams | 2011-11-24 | -1/+15 |
* | Made /version output same as startup output | Nathan Adams | 2011-11-23 | -2/+1 |
* | Added new biome enum values | Nathan Adams | 2011-11-22 | -0/+6 |
* | Fixed the fix of the fix of javaplugin.getResource | Nathan Adams | 2011-11-22 | -0/+5 |
* | BREAKING CHANGE: Renamed Material.WHITESTONE to ENDER_STONE. Added DRAGON_EGG. | Nathan Adams | 2011-11-21 | -1/+2 |
* | BREAKING CHANGE: Renamed Environment.SKYLANDS to THE_END | Nathan Adams | 2011-11-21 | -3/+3 |
* | Added EnderCrystal entity | Nathan Adams | 2011-11-21 | -0/+7 |
* | Fixed typo for NETHER_WARTS | Nathan Adams | 2011-11-19 | -1/+1 |
* | Added various new 1.9 entities, blocks and items | Nathan Adams | 2011-11-19 | -2/+157 |
* | Added getMaxHealth to LivingEntity | Nathan Adams | 2011-11-19 | -4/+12 |
* | Added class type to CreatureType enum | Nathan Adams | 2011-11-19 | -19/+25 |
* | Fixed getResource not working post-reload, thanks to feildmaster | Nathan Adams | 2011-11-13 | -2/+11 |
* | Added createSection(String path, Map<String, object> map) | Feildmaster | 2011-11-05 | -0/+25 |
* | Fixed issue with hasPermission returning false wrongly | Nathan Adams | 2011-11-02 | -1/+1 |
* | Added getBukkitVersion to Server | Nathan Adams | 2011-10-31 | -1/+12 |
* | Fixed using the wrong type of Map for storing perm attachment values | Nathan Adams | 2011-10-27 | -3/+3 |
* | Added helper methods such as getStringList to ConfigurationSection | Nathan Adams | 2011-10-26 | -0/+455 |
* | Fixed the /me command missing a space | Nathan Adams | 2011-10-26 | -2/+1 |
* | Fixed stripColor taking more than it should, thanks to fieldmaster for catchi... | Nathan Adams | 2011-10-26 | -1/+1 |