3
0
Mirror von https://github.com/PaperMC/Paper.git synchronisiert 2024-12-25 07:40:06 +01:00
Paper/src/main/java/org/bukkit/craftbukkit
GJ ec41228fb5 [Bleeding] Ensure skeletons spawn with equipment. Fixes BUKKIT-2836
Previously, when a skeleton was spawned via the spawn(...) function, the
resulting skeleton had no equipped bow and therefore could not properly
attack. This fix gives all skeletons the proper equipment and ensures that
they are able to attack.
2014-04-18 09:52:04 -05:00
..
block Make skulls pretend to only use names like before 1.7.8. 2014-04-17 08:41:29 -05:00
chunkio Remove chunks from queue if we don't need them anymore. 2014-02-12 02:05:12 -05:00
command Increment loop index whether or not command succeeded. Fixes BUKKIT-5455 2014-03-22 13:55:20 -06:00
conversations [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 2012-03-08 01:29:49 -05:00
enchantments Add new fishing enchants. Fixes BUKKIT-5035 2013-12-04 21:17:54 -07:00
entity Make bans pretend to use names like before 1.7.8. 2014-04-17 10:45:10 -05:00
event Update CraftBukkit to Minecraft 1.7.8 2014-04-11 22:28:35 -05:00
generator Update CraftBukkit to Minecraft 1.7.5 2014-03-21 23:56:34 -04:00
help [Bleeding] Implement Mojang command fallback system. Adds BUKKIT-5385 2014-02-08 03:17:14 -06:00
inventory Handle profiles in SkullMeta, they don't store a string anymore. 2014-04-17 14:09:53 -05:00
map Correctly validate map colors. Fixes BUKKIT-4984 2013-12-03 18:56:36 -07:00
metadata Cleanup comments, formatting, etc 2013-03-25 00:51:36 -05:00
potion Update CraftBukkit to 1.6.2 2013-07-08 19:43:37 -04:00
projectiles Update CraftBukkit to Minecraft 1.7.5 2014-03-21 23:56:34 -04:00
scheduler Throw exception for disabled plugin tasks. Fixes BUKKIT-3951 2013-03-31 15:37:17 -05:00
scoreboard Add methods to use arbitrary entries in scoreboards. Adds BUKKIT-3977 2014-04-13 23:21:36 -05:00
updater Update CraftBukkit to Minecraft 1.7.2 2013-11-30 19:26:12 -06:00
util Implement API for dealing with player UUIDs. Adds BUKKIT-5071 2014-03-29 16:50:17 -05:00
CraftArt.java Add CraftArt mappings for Wither. Fixes BUKKIT-2667. 2012-11-01 03:06:47 -05:00
CraftBlockChangeDelegate.java Maintain old setType method in WorldGenerator. Fixes BUKKIT-4915 2013-12-02 21:03:57 -07:00
CraftChunk.java Update CraftBukkit to Minecraft 1.7.2 2013-11-30 19:26:12 -06:00
CraftChunkSnapshot.java Implemented snapshot support for 1.2. 2012-03-02 00:47:21 -05:00
CraftCrashReport.java Update CraftBukkit to Minecraft 1.7.2 2013-11-30 19:26:12 -06:00
CraftEffect.java [BREAKING] Update BlockFace directions. Fixes BUKKIT-1567, BUKKIT-3069 2012-12-01 01:14:25 -06:00
CraftIpBanEntry.java Fix getting white list, ban list, and op list. Fixes BUKKIT-5538 2014-04-17 03:31:49 -05:00
CraftIpBanList.java Fix getting white list, ban list, and op list. Fixes BUKKIT-5538 2014-04-17 03:31:49 -05:00
CraftOfflinePlayer.java Make bans pretend to use names like before 1.7.8. 2014-04-17 10:45:10 -05:00
CraftProfileBanEntry.java Make bans pretend to use names like before 1.7.8. 2014-04-17 10:45:10 -05:00
CraftProfileBanList.java Make bans pretend to use names like before 1.7.8. 2014-04-17 10:45:10 -05:00
CraftServer.java Make bans pretend to use names like before 1.7.8. 2014-04-17 10:45:10 -05:00
CraftSound.java [Bleeding] Correct naming of sounds for 1.7. Fixes BUKKIT-5065 2013-12-16 19:32:29 -07:00
CraftStatistic.java Update CraftBukkit to Minecraft 1.7.5 2014-03-21 23:56:34 -04:00
CraftTravelAgent.java Update CraftBukkit to Minecraft 1.7.5 2014-03-21 23:56:34 -04:00
CraftWorld.java [Bleeding] Ensure skeletons spawn with equipment. Fixes BUKKIT-2836 2014-04-18 09:52:04 -05:00
LoggerOutputStream.java Update CraftBukkit to Minecraft 1.7.2 2013-11-30 19:26:12 -06:00
Main.java [Bleeding] Implement Mojang command fallback system. Adds BUKKIT-5385 2014-02-08 03:17:14 -06:00
Overridden.java Implement ItemFactory and ItemMeta values. Adds BUKKIT-15 2012-12-17 01:31:41 -06:00
TrigMath.java Fix formatting. 2012-01-15 10:54:57 +01:00