Paper/src/main/java/org/bukkit/craftbukkit
Wesley Wolfe 535a85a5b0 Make auxiliary worlds use the main scoreboard. Addresses BUKKIT-3984
When a world is created using our API, it does not use secondary world
server and will maintain a reference to its own scoreboard. In vanilla,
this is not an issue as there is only ever one world.

Similarly to maps, an overwrite to the scoreboard reference has been
added for when another world has been created.

This should also address BUKKIT-3982 and BUKKIT-3985
2013-04-04 23:35:16 -05:00
..
block Don't update physics when block place is cancelled. Fixes BUKKIT-3939 2013-03-31 19:18:42 -05:00
chunkio Cleanup comments, formatting, etc 2013-03-25 00:51:36 -05:00
command Cleanup comments, formatting, etc 2013-03-25 00:51:36 -05: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 Implement Scoreboard API. Adds BUKKIT-3776 2013-04-04 01:13:21 -05:00
event Improve calling of ProjectileHitEvent. Fixes BUKKIT-3872 2013-03-26 07:13:14 -04:00
generator Cleanup comments, formatting, etc 2013-03-25 00:51:36 -05:00
help Cleanup comments, formatting, etc 2013-03-25 00:51:36 -05:00
inventory Properly return contents of Inventory. Fixes BUKKIT-3930 2013-04-02 16:10:04 -05:00
map Cleanup comments, formatting, etc 2013-03-25 00:51:36 -05:00
metadata Cleanup comments, formatting, etc 2013-03-25 00:51:36 -05:00
potion Add missing name in PotionEffect for Wither 2012-12-18 18:20:11 -06:00
scheduler Throw exception for disabled plugin tasks. Fixes BUKKIT-3951 2013-03-31 15:37:17 -05:00
scoreboard Implement Scoreboard API. Adds BUKKIT-3776 2013-04-04 01:13:21 -05:00
updater Cleanup comments, formatting, etc 2013-03-25 00:51:36 -05:00
util We compile for 1.5 2013-04-04 01:22:50 -05:00
CraftArt.java Add CraftArt mappings for Wither. Fixes BUKKIT-2667. 2012-11-01 03:06:47 -05:00
CraftChunk.java Cleanup comments, formatting, etc 2013-03-25 00:51:36 -05: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 Make auxiliary worlds use the main scoreboard. Addresses BUKKIT-3984 2013-04-04 23:35:16 -05:00
CraftSound.java Cleanup comments, formatting, etc 2013-03-25 00:51:36 -05:00
CraftTravelAgent.java Set CraftTravelAgent.DEFAULT to a non-null value. Fixes BUKKIT-3578 2013-02-06 16:45:22 -06:00
CraftWorld.java Cleanup comments, formatting, etc 2013-03-25 00:51:36 -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