Update to 1.8.7
This commit is contained in:
parent
a5bd933c3a
commit
f6bd873c1d
9 changed files with 37 additions and 46 deletions
|
@ -1,11 +1,11 @@
|
|||
From 943c6ec02e7d749b2815c280f673fbb17cd2ffbd Mon Sep 17 00:00:00 2001
|
||||
From f7640e664a50266869f5ecf8a687540d82ea7966 Mon Sep 17 00:00:00 2001
|
||||
From: Zach Brown <Zbob750@live.com>
|
||||
Date: Tue, 6 Jan 2015 22:12:31 -0600
|
||||
Subject: [PATCH] POM changes
|
||||
|
||||
|
||||
diff --git a/pom.xml b/pom.xml
|
||||
index a8cde4f..a0d94d4 100644
|
||||
index f0ceea5..0fcecd9 100644
|
||||
--- a/pom.xml
|
||||
+++ b/pom.xml
|
||||
@@ -4,18 +4,18 @@
|
||||
|
@ -24,7 +24,7 @@ index a8cde4f..a0d94d4 100644
|
|||
- <artifactId>spigot-api</artifactId>
|
||||
+ <groupId>org.github.paperspigot</groupId>
|
||||
+ <artifactId>paperspigot-api</artifactId>
|
||||
<version>1.8.6-R0.1-SNAPSHOT</version>
|
||||
<version>1.8.7-R0.1-SNAPSHOT</version>
|
||||
<packaging>jar</packaging>
|
||||
|
||||
- <name>Spigot-API</name>
|
||||
|
@ -35,5 +35,5 @@ index a8cde4f..a0d94d4 100644
|
|||
|
||||
<properties>
|
||||
--
|
||||
2.4.1.windows.1
|
||||
1.9.5.msysgit.1
|
||||
|
||||
|
|
|
@ -1,14 +1,14 @@
|
|||
From 8cc593837dbec7efb008515e7db936e19f488280 Mon Sep 17 00:00:00 2001
|
||||
From a4c18f9cef6b6f29ef814ae4ac2583a8c079b21c Mon Sep 17 00:00:00 2001
|
||||
From: Zach Brown <Zbob750@live.com>
|
||||
Date: Sun, 19 Oct 2014 18:22:18 -0500
|
||||
Subject: [PATCH] Add getTPS method
|
||||
|
||||
|
||||
diff --git a/src/main/java/org/bukkit/Server.java b/src/main/java/org/bukkit/Server.java
|
||||
index cf4ab1d..b7a02cc 100644
|
||||
index 20edb77..5a0d32f 100644
|
||||
--- a/src/main/java/org/bukkit/Server.java
|
||||
+++ b/src/main/java/org/bukkit/Server.java
|
||||
@@ -934,6 +934,13 @@ public interface Server extends PluginMessageRecipient {
|
||||
@@ -937,6 +937,13 @@ public interface Server extends PluginMessageRecipient {
|
||||
public void broadcast(net.md_5.bungee.api.chat.BaseComponent... components) {
|
||||
throw new UnsupportedOperationException("Not supported yet.");
|
||||
}
|
||||
|
@ -23,5 +23,5 @@ index cf4ab1d..b7a02cc 100644
|
|||
|
||||
Spigot spigot();
|
||||
--
|
||||
1.9.1
|
||||
1.9.5.msysgit.1
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue