aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBryson Steck <steck.bryson@gmail.com>2022-05-28 16:52:28 -0600
committerBryson Steck <steck.bryson@gmail.com>2022-05-28 16:52:28 -0600
commit49f359ebfc9e50fdf529e6fd8bf2f7a09c937c0e (patch)
treed82a526df75840608f1c281ade5cceddd060f95f
parentcfaa2d3d01040bc575be8fc0a33447b2c2f3171d (diff)
downloadresurrection-49f359ebfc9e50fdf529e6fd8bf2f7a09c937c0e.tar
resurrection-49f359ebfc9e50fdf529e6fd8bf2f7a09c937c0e.tar.gz
resurrection-49f359ebfc9e50fdf529e6fd8bf2f7a09c937c0e.tar.bz2
update to new domain
-rw-r--r--README.md2
-rw-r--r--src/net/brysonsteck/Resurrection/startup/CheckForUpdate.java2
-rw-r--r--src/plugin.yml2
3 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 7557509..234f1a9 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,5 @@
# Resurrection
-![](https://brysonsteck.net/resurrection-sc.png)
+![](https://brysonsteck.xyz/files/resurrection.png)
Resurrection is a Spigot/Bukkit Minecraft Server plugin that forces players to wait a certain amount of time before rejoining the world. This allows for tactical planning for games such as faction survival and other PvP gamemodes as it can severely penalize an entire team if care is not taken.
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