Update to 1.8.7

This commit is contained in:
Byteflux
2015-06-05 05:45:30 -07:00
parent ef79a102b7
commit 0f48b03bbc
6 changed files with 20 additions and 17 deletions

View File

@@ -22,4 +22,6 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
} }
Spigot spigot(); Spigot spigot();
-- --
1.9.5.msysgit.1

View File

@@ -24,7 +24,7 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
- <artifactId>spigot-api</artifactId> - <artifactId>spigot-api</artifactId>
+ <groupId>org.github.paperspigot</groupId> + <groupId>org.github.paperspigot</groupId>
+ <artifactId>paperspigot-api</artifactId> + <artifactId>paperspigot-api</artifactId>
<version>1.8.6-R0.1-SNAPSHOT</version> <version>1.8.7-R0.1-SNAPSHOT</version>
<packaging>jar</packaging> <packaging>jar</packaging>
- <name>Spigot-API</name> - <name>Spigot-API</name>
@@ -34,4 +34,6 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
<description>An enhanced plugin API for Minecraft servers.</description> <description>An enhanced plugin API for Minecraft servers.</description>
<properties> <properties>
-- --
1.9.5.msysgit.1

View File

@@ -211,4 +211,6 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
{ {
return ( ( tps > 18.0 ) ? ChatColor.GREEN : ( tps > 16.0 ) ? ChatColor.YELLOW : ChatColor.RED ).toString() 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 ); + ( ( tps > 20.0 ) ? "*" : "" ) + Math.min( Math.round( tps * 100.0 ) / 100.0, 20.0 );
-- --
1.9.5.msysgit.1

View File

@@ -261,4 +261,6 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
+ } + }
+} +}
\ No newline at end of file \ No newline at end of file
-- --
1.9.5.msysgit.1

View File

@@ -17,7 +17,7 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
+ <groupId>org.github.paperspigot</groupId> + <groupId>org.github.paperspigot</groupId>
+ <artifactId>paperspigot</artifactId> + <artifactId>paperspigot</artifactId>
<packaging>jar</packaging> <packaging>jar</packaging>
<version>1.8.6-R0.1-SNAPSHOT</version> <version>1.8.7-R0.1-SNAPSHOT</version>
- <name>Spigot</name> - <name>Spigot</name>
- <url>http://www.spigotmc.org</url> - <url>http://www.spigotmc.org</url>
+ <name>PaperSpigot</name> + <name>PaperSpigot</name>
@@ -62,15 +62,6 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
</configuration> </configuration>
<phase>initialize</phase> <phase>initialize</phase>
<goals> <goals>
@@ -0,0 +0,0 @@
</goals>
</execution>
</executions>
- </plugin>
+ </plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
@@ -0,0 +0,0 @@ @@ -0,0 +0,0 @@
<manifestEntries> <manifestEntries>
<Main-Class>org.bukkit.craftbukkit.Main</Main-Class> <Main-Class>org.bukkit.craftbukkit.Main</Main-Class>
@@ -93,4 +84,6 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
Properties properties = new Properties(); Properties properties = new Properties();
if (stream != null) { if (stream != null) {
-- --
1.9.5.msysgit.1

View File

@@ -197,4 +197,6 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
}; };
public Player.Spigot spigot() public Player.Spigot spigot()
-- --
1.9.5.msysgit.1