update to new domain
This commit is contained in:
parent
cfaa2d3d01
commit
49f359ebfc
3 changed files with 3 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
||||||
# Resurrection
|
# Resurrection
|
||||||

|

|
||||||
|
|
||||||
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.
|
||||||
|
|
||||||
|
|
|
@ -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(
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue