-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
12 changed files
with
13 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
/* | ||
* This file is part of WorldCleaner, licensed under the MIT License. | ||
* This file is part of Zapper, licensed under the MIT License. | ||
* | ||
* Copyright (c) Revxrsal <[email protected]> | ||
* | ||
|
2 changes: 1 addition & 1 deletion
2
api/src/main/java/revxrsal/zapper/DependencyDownloadException.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
/* | ||
* This file is part of WorldCleaner, licensed under the MIT License. | ||
* This file is part of Zapper, licensed under the MIT License. | ||
* | ||
* Copyright (c) Revxrsal <[email protected]> | ||
* | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
/* | ||
* This file is part of WorldCleaner, licensed under the MIT License. | ||
* This file is part of Zapper, licensed under the MIT License. | ||
* | ||
* Copyright (c) Revxrsal <[email protected]> | ||
* | ||
|
@@ -87,7 +87,7 @@ public void load() { | |
} | ||
} catch (DependencyDownloadException e) { | ||
if (e.getCause() instanceof UnknownHostException) { | ||
Bukkit.getLogger().info("[WorldCleaner] It appears you do not have an internet connection. Extract the zip in https://bit.ly/3cd3wGe at /WorldCleaner/libraries."); | ||
Bukkit.getLogger().info("[Zapper] It appears you do not have an internet connection. Extract the zip in https://bit.ly/3cd3wGe at /Zapper/libraries."); | ||
FAILED_TO_DOWNLOAD = true; | ||
} else throw e; | ||
} catch (RuntimeException d) { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
/* | ||
* This file is part of WorldCleaner, licensed under the MIT License. | ||
* This file is part of Zapper, licensed under the MIT License. | ||
* | ||
* Copyright (c) Revxrsal <[email protected]> | ||
* | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
/* | ||
* This file is part of WorldCleaner, licensed under the MIT License. | ||
* This file is part of Zapper, licensed under the MIT License. | ||
* | ||
* Copyright (c) Revxrsal <[email protected]> | ||
* | ||
|
2 changes: 1 addition & 1 deletion
2
api/src/main/java/revxrsal/zapper/classloader/IsolatedClassLoader.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
/* | ||
* This file is part of WorldCleaner, licensed under the MIT License. | ||
* This file is part of Zapper, licensed under the MIT License. | ||
* | ||
* Copyright (c) Revxrsal <[email protected]> | ||
* | ||
|
2 changes: 1 addition & 1 deletion
2
api/src/main/java/revxrsal/zapper/classloader/URLClassLoaderWrapper.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
/* | ||
* This file is part of WorldCleaner, licensed under the MIT License. | ||
* This file is part of Zapper, licensed under the MIT License. | ||
* | ||
* Copyright (c) Revxrsal <[email protected]> | ||
* | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
/* | ||
* This file is part of WorldCleaner, licensed under the MIT License. | ||
* This file is part of Zapper, licensed under the MIT License. | ||
* | ||
* Copyright (c) Revxrsal <[email protected]> | ||
* | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
/* | ||
* This file is part of WorldCleaner, licensed under the MIT License. | ||
* This file is part of Zapper, licensed under the MIT License. | ||
* | ||
* Copyright (c) Revxrsal <[email protected]> | ||
* | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
/* | ||
* This file is part of WorldCleaner, licensed under the MIT License. | ||
* This file is part of Zapper, licensed under the MIT License. | ||
* | ||
* Copyright (c) Revxrsal <[email protected]> | ||
* | ||
|
2 changes: 1 addition & 1 deletion
2
api/src/main/java/revxrsal/zapper/repository/MavenRepository.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
/* | ||
* This file is part of WorldCleaner, licensed under the MIT License. | ||
* This file is part of Zapper, licensed under the MIT License. | ||
* | ||
* Copyright (c) Revxrsal <[email protected]> | ||
* | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
/* | ||
* This file is part of WorldCleaner, licensed under the MIT License. | ||
* This file is part of Zapper, licensed under the MIT License. | ||
* | ||
* Copyright (c) Revxrsal <[email protected]> | ||
* | ||
|