82fab5b2d5[Bleeding] Moved HelpTopicComparator to Bukkit.jar. Addresses BUKKIT-1193
rmichela
2012-03-16 03:41:41 -04:00
4589e943f6[Bleeding] Added support for color codes in help.yml. Addresses BUKKIT-1191
rmichela
2012-03-16 00:41:13 -04:00
46429c6cb9[Bleeding] Implemented the command-topics-in-master-index option in help.yml. Addresses BUKKIT-1189
rmichela
2012-03-15 22:32:31 -04:00
f87e053c66[Bleeding] Added automatically generated plugin-level sub-indexes to the master help index. Addresses BUKKIT-1180
rmichela
2012-03-15 02:28:01 -04:00
184faf1f29[Bleeding] Added option to remove entire plugins from the help index using the help.yml file. Addresses BUKKIT-1178
rmichela
2012-03-14 23:39:19 -04:00
241cf1c664[Bleeding] Allow custom inventory views to change their type to BREWING or ENCHANTING, and also allow them to change their title and size. Fixes BUKKIT-1190
Celtic Minstrel
2012-03-12 17:33:18 -04:00
db5f804482[Bleeding] Check top inventory type when determining whether a click event is a craft event. Fixes BUKKIT-1112
Celtic Minstrel
2012-03-13 20:33:43 -04:00
f7da5d2ad7[Bleeding] Disabled data filtering for mob spawners. Addresses BUKKIT-329
Celtic Minstrel
2012-02-26 22:48:47 -05:00
b4c9ad518a[Bleeding] Call DamageEvent before CombustEvent for Arrows. Fixes BUKKIT-1100
feildmaster
2012-03-14 05:22:43 -05:00
3054d020d3Disabled BukkitDLUpdaterServiceTests. Nice to have, but should not be run on every compile as it relies on DLB being up. Addresses BUKKIT-1140
EvilSeph
2012-03-15 05:46:27 -04:00
c90a7a52e7[Bleeding] Fixed maxStack being incorrectly set to 0 in custom craft inventories. Fixes BUKKIT-1181
md_5
2012-03-15 17:55:19 +11:00
4503167283Fixed EntityDamageByEntityEvent to call for every attackable entity. Fixes BUKKIT-1129, Fixes BUKKIT-1054 and Fixes BUKKIT-147.
feildmaster
2012-03-12 17:55:02 -05:00
c625d00351Stop loading the 'flying' setting from player.dat until it is properly implemented and used in NMS. Fixes BUKKIT-1183
EvilSeph
2012-03-15 05:00:37 -04:00
adebd466fbAdded PlayerAbilities for diff visibility.
EvilSeph
2012-03-15 04:54:59 -04:00
5a6878b9b1Made stepping on Redstone Ore fire PlayerInteract events for players, EntityInteract events for other entities. Fixes BUKKIT-1163 and fixes BUKKIT-1182
EvilSeph
2012-03-14 23:15:22 -04:00
16c6cbe5ebAdded BlockRedstoneOre for diff visibility.
EvilSeph
2012-03-14 23:12:58 -04:00
868eaf571c[Bleeding] Call a LAVA BlockIgniteEvent in another place in BlockStationary. Fixes BUKKIT-970
zml2008
2012-03-10 21:56:55 -08:00
2a4167d8a5Made snowmen in rain or water fire EntityDamage events with DamageCause DROWNING. Fixes BUKKIT-1165
EvilSeph
2012-03-14 01:29:02 -04:00
373afd1b22Made snowmen melting fire EntityDamage events with DamageCause FIRE_TICK. Fixes BUKKIT-1164
EvilSeph
2012-03-14 01:26:23 -04:00
b37872c1a6Made PlayerInteractEvent fire for digging within spawn for informational purposes only. Fixes BUKKIT-1086
EvilSeph
2012-03-13 15:35:20 -04:00
4545336fdfOnly remove blocks when golem is successfully spawned. Fixes BUKKIT-1094
feildmaster
2012-03-10 23:01:39 -06:00
433efec68fFixed BlockStateListPopulator in EntityEnderDragon not being populated. Fixes BUKKIT-1130
EvilSeph
2012-03-11 00:42:43 -05:00
2aad49eeccMade ender pearls use the player's yaw and pitch. Fixes BUKKIT-1056
EvilSeph
2012-03-11 00:10:01 -05:00
49ff166d15Fixed potential packet loss issue with vanish API. Fixes BUKKIT-1125
Kevin Ingersoll
2012-03-10 14:58:20 -08:00
bdd2139c78[Bleeding] Add getWorldType() and getGenerateStructures() to CraftServer. Fixes BUKKIT-855
Mike Primm
2012-03-10 01:28:32 -06:00
eaa56941f3[Bleeding] Make zero (or very small) explosions do no damage. Fixes BUKKIT-931
Mike Primm
2012-03-09 23:59:13 -06:00
996832ff6c[Bleeding] Added support for amending help topic visibility permissions in help.yml. Addresses BUKKIT-1113
rmichela
2012-03-10 18:08:12 -05:00
03ce67c38c[Bleeding] Moved DefaultHelpTopic and GenericCommandHelpTopic to public bukkit api.
rmichela
2012-03-10 14:43:03 -05:00
378424a1a1[Bleeding] Added support for linking custom CommandExecutor types to a HelpTopicFactory. Fixes BUKKIT-1027
rmichela
2012-03-09 01:17:45 -05:00
5c757df673Made iron golems spawning to defend villagers respect spawn-animals. Fixes BUKKIT-1124
EvilSeph
2012-03-10 16:56:21 -05:00
08bd33a3edMade entering an end portal from The End move the player to their bed spawn if it exists. Fixes BUKKIT-1061
EvilSeph
2012-03-10 00:36:11 -05:00
1e06e150b6[Bleeding] Only do unload-all on tick when last player leaves. Fixes BUKKIT-1060
Mike Primm
2012-03-08 00:58:30 -06:00
0ba2d285f0[Bleeding] Made Iron Golems and Ocelots throw EntityDeathEvent. This fixes BUKKIT-1010.
aPunch
2012-03-05 16:32:09 -06:00
1c641ed982Added EntityIronGolem and EntityOcelot for diff visibility.
aPunch
2012-03-05 16:23:13 -06:00
a029f32ccd[Bleeding] Add APIs for editing biome data, fix existing code to use persistent biome data. Addresses BUKKIT-1075
Mike Primm
2012-03-04 10:41:06 -06:00
b5e92871eb[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:30:14 -05:00
7a8ef4f6a4Extremely hackish fix for the entity interactivity issue. Fixes BUKKIT-960
EvilSeph
2012-03-06 19:59:15 -05:00