a0be4ef416Updated version to 1.2.5-R0.1-SNAPSHOT, changed commands to match vanilla
Dinnerbone (Laptop)
2012-03-30 23:33:23 +02:00
074184793bUpdated version to 1.2.4-R1.1-SNAPSHOT for development towards next release.
EvilSeph
2012-03-29 07:57:53 -04:00
99be999455Updated version to 1.2.4-R1.0 for release.
EvilSeph
2012-03-28 20:27:02 -04:00
1dc7eadf80[Bleeding] Removing the last metadata item for a key now sets hasMetadata(key) to false. Addresses BUKKIT-1380
rmichela
2012-03-28 01:41:33 -04:00
e9064329e6[Bleeding] MetadataBase now properly takes the metadata key into account when computing hasMetadata(). Addresses BUKKIT-1211
rmichela
2012-03-28 01:36:36 -04:00
f520069aa6Reverting the Drop API for now, we need to re-evalute this as it is causing too many issues and blocking releases.
Warren Loo
2012-03-27 10:16:42 -04:00
7f5c03101eAdded plugin count to the PluginsCommand.
EvilSeph
2012-03-22 21:40:31 -04:00
ce87b04aaeFixed an index out of range error in ChatColor.getLastColors
Nathan Adams
2012-03-22 23:09:10 +00:00
97ba2ff938Added isFormat, isColor and getLastColors methods to ChatColor
Nathan Adams
2012-03-22 22:56:36 +00:00
13040dfd62Added missing tests to TestPlayer.
EvilSeph
2012-03-22 18:17:38 -04:00
4a3a177dddAdded player.isFlying|setFlying to check if a player is flying, or make them fly/not. This implements BUKKIT-1281.
Nathan Adams
2012-03-22 22:02:45 +00:00
2854528ba5Added new MELTING DamageCause. Addresses BUKKIT-1244
EvilSeph
2012-03-22 17:33:32 -04:00
3bd599f8ab[Bleeding] Added Ageable interface for Villagers and Animals to extend. Addresses BUKKIT-1232
aPunch
2012-03-19 14:02:10 -05:00
066ccf6062[Bleeding] Added getting and setting drops to all appropriate events. Fixes BUKKIT-397 and fixes BUKKIT-1252
Celtic Minstrel
2011-08-14 22:34:13 -04:00
bf771c192d[Bleeding] Fixed some issues with no-effect potions, and added more potion tests. Fixes BUKKIT-1251
Celtic Minstrel
2012-03-04 18:58:18 -05:00
132ee04542[Bleeding] Add Chest.getBlockInventory() for convenience; this always returns a single chest inventory. Addresses BUKKIT-1247
Celtic Minstrel
2012-03-19 15:02:10 -04:00
776745c335[Bleeding] Added automatically generated plugin-level sub-indexes to the master help index. Addresses BUKKIT-1180
rmichela
2012-03-15 02:27:35 -04:00
d6e1f63529Aesthetic changes to the /help command.
rmichela
2012-03-15 02:26:07 -04:00
494c913fef[Bleeding] Added option to remove entire plugins from the help index using the help.yml file. Addresses BUKKIT-1178
rmichela
2012-03-14 23:38:59 -04:00
09eacb968d[Bleeding] Make InventoryView.setItem(-999, item) drop the item on the ground by default.
Celtic Minstrel
2012-03-13 22:28:07 -04:00
f528e62a84[Bleeding] CraftItemEvent.getInventory() now returns CraftingInventory for convenience.
Celtic Minstrel
2012-03-12 23:11:49 -04:00
e10a43a410[Bleeding] Made ItemStack constructors not default to an amount of 0. Fixes BUKKIT-610
Celtic Minstrel
2012-03-12 16:59:12 -04:00
8b67cad4cc[Bleeding] Added DoubleChest wrapper so that DoubleChestInventory can return something other than null. Addresses BUKKIT-995
Celtic Minstrel
2012-03-12 16:46:47 -04:00
4ac77121fbUpdated version to 1.2.3-R0.3-SNAPSHOT for development towards next release.
EvilSeph
2012-03-11 06:20:29 -04:00
91f30e00ecUpdated version to 1.2.3-R0.2 in pom.xml for beta.
EvilSeph
2012-03-11 03:55:43 -04:00
daca1977ff[Bleeding] Add getWorldType() and getGenerateStructures() methods to Bukkit and Server. Fixes BUKKIT-855
Mike Primm
2012-03-10 01:27:38 -06:00
316869fb99[Bleeding] Added support for amending help topic visibility permissions in help.yml. Addresses BUKKIT-1113
rmichela
2012-03-10 18:07:56 -05:00
26fbd1228d[Bleeding] Correct handling of blank lines in ChatPaginator.
zml2008
2012-03-10 13:40:05 -08:00
141c33d6df[Bleeding] Moved DefaultHelpTopic and GenericCommandHelpTopic to public bukkit api.
rmichela
2012-03-10 14:43:22 -05:00
1e51505f93[Bleeding] Added support for linking custom CommandExecutor types to a HelpTopicFactory. Fixes BUKKIT-1027
rmichela
2012-03-09 01:17:17 -05:00
06e507f3c6[Bleeding] Add new sub-event for target goals, and DEFEND_VILLAGE TargetReason. Fixes BUKKIT-935
feildmaster
2012-03-08 18:26:46 -06:00
561f736645[Bleeding] ChatPaginator now preserves the color of a line after wrapping the line of text. Fixes BUKKIT-1048
rmichela
2012-03-06 01:15:00 -05:00
76cc010776[Bleeding] Help command should properly wrap command text - at least for english. Fixes BUKKIT-939
rmichela
2012-03-05 23:35:29 -05:00
1bf2a25506[Bleeding] Add APIs for editing biome data. Addresses BUKKIT-1075
Mike Primm
2012-03-04 10:40:27 -06:00
c84229ad72[Bleeding] Added ConversationAbandonedEvent and supporting infrastructure. Whenever a conversation exits, the ConversationAbandonedEvent is triggered with details about how the conversation ended and what, if anything caused it to end. Fixes BUKKIT-986
rmichela
2012-03-04 16:29:56 -05:00
e1f7e0bbe8[Bleeding] Added local echo toggle to Conversation and ConversationFactory objects. Fixes BUKKIT-1007.
rmichela
2012-03-04 13:59:45 -05:00
04e4c96049Updated version to 1.2.3-R0.2-SNAPSHOT for development towards next release.
EvilSeph
2012-03-04 04:07:13 -05:00
6ee08f7498Updated version to 1.2.3-R0.1 in pom.xml for beta.
EvilSeph
2012-03-04 03:02:53 -05:00
1cf208fa0bFixed javadoc typo, it should read: "celticminstrel is a poopy head."
Nathan Adams
2012-03-03 02:26:13 +00:00
c724cf177aAdded three new effects for zombies nomming on doors. This adds BUKKIT-961
Nathan Adams
2012-03-03 02:21:57 +00:00