update to new domain

This commit is contained in:
Bryson Steck 2022-05-28 16:52:28 -06:00
parent cfaa2d3d01
commit 49f359ebfc
3 changed files with 3 additions and 3 deletions

View file

@ -1,5 +1,5 @@
# Resurrection # 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. 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.

View file

@ -40,7 +40,7 @@ public class CheckForUpdate {
} }
public String urlReader() throws IOException { 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(); URLConnection connection = website.openConnection();
BufferedReader in = new BufferedReader( BufferedReader in = new BufferedReader(
new InputStreamReader( new InputStreamReader(

View file

@ -2,7 +2,7 @@ main: net.brysonsteck.Resurrection.Resurrection
name: Resurrection name: Resurrection
author: 'Bryson Steck' author: 'Bryson Steck'
version: '1.3.1' 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! description: Makes players wait large amounts of time before respawning!
database: false database: false
api-version: 1.13 api-version: 1.13