From 0f48b03bbc495a8ff1a15bc02b8d2085ad22f255 Mon Sep 17 00:00:00 2001 From: Byteflux Date: Fri, 5 Jun 2015 05:45:30 -0700 Subject: [PATCH] Update to 1.8.7 --- Spigot-API-Patches/Add-getTPS-method.patch | 4 +++- Spigot-API-Patches/POM-changes.patch | 6 ++++-- .../Further-improve-server-tick-loop.patch | 4 +++- .../Optimize-TileEntity-Ticking.patch | 4 +++- Spigot-Server-Patches/POM-Changes.patch | 15 ++++----------- .../Player-affects-spawning-API.patch | 4 +++- 6 files changed, 20 insertions(+), 17 deletions(-) diff --git a/Spigot-API-Patches/Add-getTPS-method.patch b/Spigot-API-Patches/Add-getTPS-method.patch index 77a412e81a..0a671eb08c 100644 --- a/Spigot-API-Patches/Add-getTPS-method.patch +++ b/Spigot-API-Patches/Add-getTPS-method.patch @@ -22,4 +22,6 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000 } Spigot spigot(); --- \ No newline at end of file +-- +1.9.5.msysgit.1 + diff --git a/Spigot-API-Patches/POM-changes.patch b/Spigot-API-Patches/POM-changes.patch index 3a4f9fd91a..969560adde 100644 --- a/Spigot-API-Patches/POM-changes.patch +++ b/Spigot-API-Patches/POM-changes.patch @@ -24,7 +24,7 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000 - spigot-api + org.github.paperspigot + paperspigot-api - 1.8.6-R0.1-SNAPSHOT + 1.8.7-R0.1-SNAPSHOT jar - Spigot-API @@ -34,4 +34,6 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000 An enhanced plugin API for Minecraft servers. --- \ No newline at end of file +-- +1.9.5.msysgit.1 + diff --git a/Spigot-Server-Patches/Further-improve-server-tick-loop.patch b/Spigot-Server-Patches/Further-improve-server-tick-loop.patch index 787822137d..9748f19f46 100644 --- a/Spigot-Server-Patches/Further-improve-server-tick-loop.patch +++ b/Spigot-Server-Patches/Further-improve-server-tick-loop.patch @@ -211,4 +211,6 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000 { return ( ( tps > 18.0 ) ? ChatColor.GREEN : ( tps > 16.0 ) ? ChatColor.YELLOW : ChatColor.RED ).toString() + ( ( tps > 20.0 ) ? "*" : "" ) + Math.min( Math.round( tps * 100.0 ) / 100.0, 20.0 ); --- \ No newline at end of file +-- +1.9.5.msysgit.1 + diff --git a/Spigot-Server-Patches/Optimize-TileEntity-Ticking.patch b/Spigot-Server-Patches/Optimize-TileEntity-Ticking.patch index 147a58b643..e11d45a9fd 100644 --- a/Spigot-Server-Patches/Optimize-TileEntity-Ticking.patch +++ b/Spigot-Server-Patches/Optimize-TileEntity-Ticking.patch @@ -261,4 +261,6 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000 + } +} \ No newline at end of file --- \ No newline at end of file +-- +1.9.5.msysgit.1 + diff --git a/Spigot-Server-Patches/POM-Changes.patch b/Spigot-Server-Patches/POM-Changes.patch index db47379d18..dca547d3ca 100644 --- a/Spigot-Server-Patches/POM-Changes.patch +++ b/Spigot-Server-Patches/POM-Changes.patch @@ -17,7 +17,7 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000 + org.github.paperspigot + paperspigot jar - 1.8.6-R0.1-SNAPSHOT + 1.8.7-R0.1-SNAPSHOT - Spigot - http://www.spigotmc.org + PaperSpigot @@ -62,15 +62,6 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000 initialize -@@ -0,0 +0,0 @@ - - - -- -+ - - org.apache.maven.plugins - maven-jar-plugin @@ -0,0 +0,0 @@ org.bukkit.craftbukkit.Main @@ -93,4 +84,6 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000 Properties properties = new Properties(); if (stream != null) { --- \ No newline at end of file +-- +1.9.5.msysgit.1 + diff --git a/Spigot-Server-Patches/Player-affects-spawning-API.patch b/Spigot-Server-Patches/Player-affects-spawning-API.patch index fb12448c50..4c9942f655 100644 --- a/Spigot-Server-Patches/Player-affects-spawning-API.patch +++ b/Spigot-Server-Patches/Player-affects-spawning-API.patch @@ -197,4 +197,6 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000 }; public Player.Spigot spigot() --- \ No newline at end of file +-- +1.9.5.msysgit.1 +