From 49f359ebfc9e50fdf529e6fd8bf2f7a09c937c0e Mon Sep 17 00:00:00 2001 From: Bryson Steck Date: Sat, 28 May 2022 16:52:28 -0600 Subject: update to new domain --- src/net/brysonsteck/Resurrection/startup/CheckForUpdate.java | 2 +- src/plugin.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/net/brysonsteck/Resurrection/startup/CheckForUpdate.java b/src/net/brysonsteck/Resurrection/startup/CheckForUpdate.java index 1e85cf7..119c355 100644 --- a/src/net/brysonsteck/Resurrection/startup/CheckForUpdate.java +++ b/src/net/brysonsteck/Resurrection/startup/CheckForUpdate.java @@ -40,7 +40,7 @@ public class CheckForUpdate { } public String urlReader() throws IOException { - URL website = new URL("https://brysonsteck.net/updates.json"); + URL website = new URL("https://brysonsteck.xyz/updates"); URLConnection connection = website.openConnection(); BufferedReader in = new BufferedReader( new InputStreamReader( diff --git a/src/plugin.yml b/src/plugin.yml index c4c21f7..713c85c 100644 --- a/src/plugin.yml +++ b/src/plugin.yml @@ -2,7 +2,7 @@ main: net.brysonsteck.Resurrection.Resurrection name: Resurrection author: 'Bryson Steck' version: '1.3.1' -website: https://brysonsteck.net/resurrection.html +website: https://brysonsteck.xyz/projects/Resurrection description: Makes players wait large amounts of time before respawning! database: false api-version: 1.13 -- cgit v1.2.3