mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2024-12-23 01:37:37 +00:00
Change update link
This commit is contained in:
parent
221b9ea844
commit
1c6bbd287b
@ -32,7 +32,7 @@ public class UpdateNotification {
|
|||||||
DocumentBuilderFactory dbf = DocumentBuilderFactory.newInstance();
|
DocumentBuilderFactory dbf = DocumentBuilderFactory.newInstance();
|
||||||
dbf.setFeature(XMLConstants.FEATURE_SECURE_PROCESSING, true);
|
dbf.setFeature(XMLConstants.FEATURE_SECURE_PROCESSING, true);
|
||||||
DocumentBuilder db = dbf.newDocumentBuilder();
|
DocumentBuilder db = dbf.newDocumentBuilder();
|
||||||
Document doc = db.parse(new URL("https://ci.athion.net/job/FastAsyncWorldEdit/api/xml/").openStream());
|
Document doc = db.parse(new URL("https://ci.plex.us.org/job/Plex-FAWE/api/xml/").openStream());
|
||||||
faweVersion = doc.getElementsByTagName("lastSuccessfulBuild").item(0).getFirstChild().getTextContent();
|
faweVersion = doc.getElementsByTagName("lastSuccessfulBuild").item(0).getFirstChild().getTextContent();
|
||||||
FaweVersion faweVersion = Fawe.instance().getVersion();
|
FaweVersion faweVersion = Fawe.instance().getVersion();
|
||||||
if (faweVersion.build == 0) {
|
if (faweVersion.build == 0) {
|
||||||
@ -47,7 +47,7 @@ public class UpdateNotification {
|
|||||||
"""
|
"""
|
||||||
An update for FastAsyncWorldEdit is available. You are {} build(s) out of date.
|
An update for FastAsyncWorldEdit is available. You are {} build(s) out of date.
|
||||||
You are running build {}, the latest version is build {}.
|
You are running build {}, the latest version is build {}.
|
||||||
Update at https://www.spigotmc.org/resources/13932/""",
|
Update at https://ci.plex.us.org/job/Plex-FAWE/""",
|
||||||
versionDifference,
|
versionDifference,
|
||||||
faweVersion.build,
|
faweVersion.build,
|
||||||
UpdateNotification.faweVersion
|
UpdateNotification.faweVersion
|
||||||
@ -76,8 +76,8 @@ public class UpdateNotification {
|
|||||||
faweVersion.build,
|
faweVersion.build,
|
||||||
UpdateNotification.faweVersion,
|
UpdateNotification.faweVersion,
|
||||||
TextComponent
|
TextComponent
|
||||||
.of("https://www.spigotmc.org/resources/13932/")
|
.of("https://ci.plex.us.org/job/Plex-FAWE/")
|
||||||
.clickEvent(ClickEvent.openUrl("https://www.spigotmc.org/resources/13932/"))
|
.clickEvent(ClickEvent.openUrl("https://ci.plex.us.org/job/Plex-FAWE/"))
|
||||||
));
|
));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user