13
0
geforkt von Mirrors/Paper
Paper/src/main/java/org/bukkit/craftbukkit
James Clarke 3ad423af07 ANSI color codes now reset text attributes. Fixes BUKKIT-3508
The client resets all formatting after a color code is received, but currently the ANSI codes do not, and so the console does not accurately reflect the appearance of the formatted text. Instead, the ANSI color codes are now set to reset all text attributes.
2013-03-23 00:26:22 -04:00
..
block Implement Dropper interface. Adds BUKKIT-3750 2013-03-21 22:33:16 -06:00
chunkio Load chunks asynchronously for players. 2012-12-12 19:35:53 -06:00
command ANSI color codes now reset text attributes. Fixes BUKKIT-3508 2013-03-23 00:26:22 -04: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 Update enchantment handling to 1.4.6. Fixes BUKKIT-3256 2012-12-21 19:31:28 -06:00
entity Add ability to modify ThrownPotion properties. Adds BUKKIT-3197 2013-03-21 15:18:27 -04:00
event Stationary lava is also a LAVA ignition cause. 2013-03-21 16:59:45 -05:00
generator Update CraftBukkit to Minecraft 1.4.6 2012-12-20 10:43:00 -06:00
help Only display help aliases when there are aliases. Fixes BUKKIT-1621 2012-12-10 01:40:22 -06:00
inventory Implement Dropper interface. Adds BUKKIT-3750 2013-03-21 22:33:16 -06:00
map Don't show a player on map if they're vanished. Fixes BUKKIT-1882 2012-11-17 15:06:06 -06:00
metadata Use entity UUID instead of EntityID for metadata. Fixes BUKKIT-3582 2013-02-06 16:32:19 -06:00
potion Add missing name in PotionEffect for Wither 2012-12-18 18:20:11 -06:00
scheduler Remove erroneous break statement in scheduler. Fixes BUKKIT-3395 2013-01-27 23:00:14 -06:00
updater Bulk pending cleanup. 2012-09-09 23:19:28 -05:00
util Update CraftBukkit to Minecraft 1.4.6 2012-12-20 10:43:00 -06:00
CraftArt.java Add CraftArt mappings for Wither. Fixes BUKKIT-2667. 2012-11-01 03:06:47 -05:00
CraftChunk.java [Bleeding] Fix exception in getChunkSnapshot() - sky light can be null 2012-12-20 14:22:25 -06:00
CraftChunkSnapshot.java Implemented snapshot support for 1.2. 2012-03-02 00:47:21 -05:00
CraftCrashReport.java Add information about async tasks to CrashReports. Addresses BUKKIT-2491 2012-09-09 00:34:41 -05:00
CraftEffect.java [BREAKING] Update BlockFace directions. Fixes BUKKIT-1567, BUKKIT-3069 2012-12-01 01:14:25 -06:00
CraftOfflinePlayer.java Update CraftBukkit to Minecraft 1.4.6 2012-12-20 10:43:00 -06:00
CraftServer.java Validate Server method input. Addresses BUKKIT-3687 2013-03-18 23:40:10 -06:00
CraftSound.java Implement sound changes for Minecraft 1.4.2 changes. Fixes BUKKIT-2849 2012-11-17 15:06:18 -06:00
CraftTravelAgent.java Set CraftTravelAgent.DEFAULT to a non-null value. Fixes BUKKIT-3578 2013-02-06 16:45:22 -06:00
CraftWorld.java Handle the newly refactored minecarts. 2013-03-16 02:15:51 -05:00
LoggerOutputStream.java Fix formatting. 2012-01-15 10:54:57 +01:00
Main.java Change local jline checks to not use String literals. Fixes BUKKIT-2455. 2012-09-09 17:02:48 -05:00
Overridden.java Implement ItemFactory and ItemMeta values. Adds BUKKIT-15 2012-12-17 01:31:41 -06:00
TextWrapper.java Bulk pending cleanup. 2012-09-09 23:19:28 -05:00
TrigMath.java Fix formatting. 2012-01-15 10:54:57 +01:00