mirror of
https://github.com/plan-player-analytics/Plan.git
synced 2024-12-27 03:27:37 +01:00
Replaced old links to repository with new one
This commit is contained in:
parent
021360e586
commit
76fe304dbd
@ -56,7 +56,7 @@ public class BukkitServerShutdownSave extends ServerShutdownSave {
|
||||
|
||||
private boolean performCheck() {
|
||||
// Special thanks to Fuzzlemann for figuring out the methods required for this check.
|
||||
// https://github.com/Rsl1122/Plan-PlayerAnalytics/issues/769#issuecomment-433898242
|
||||
// https://github.com/plan-player-analytics/Plan/issues/769#issuecomment-433898242
|
||||
Class<?> minecraftServerClass = Reflection.getMinecraftClass("MinecraftServer");
|
||||
Object minecraftServer = Reflection.getField(minecraftServerClass, "SERVER", minecraftServerClass).get(null);
|
||||
|
||||
|
@ -73,7 +73,7 @@ public class Plan extends BukkitPlugin implements PlanPlugin {
|
||||
} catch (Exception e) {
|
||||
Logger.getGlobal().log(Level.SEVERE, this.getClass().getSimpleName() + "-v" + getVersion(), e);
|
||||
logger.error("Plugin Failed to Initialize Correctly. If this issue is caused by config settings you can use /plan reload");
|
||||
logger.error("This error should be reported at https://github.com/Rsl1122/Plan-PlayerAnalytics/issues");
|
||||
logger.error("This error should be reported at https://github.com/plan-player-analytics/Plan/issues");
|
||||
onDisable();
|
||||
}
|
||||
registerCommand(component.planCommand().build());
|
||||
|
@ -63,7 +63,7 @@ public class PlanBungee extends BungeePlugin implements PlanPlugin {
|
||||
} catch (Exception e) {
|
||||
errorHandler.log(L.CRITICAL, this.getClass(), e);
|
||||
logger.error("Plugin Failed to Initialize Correctly. If this issue is caused by config settings you can use /planbungee reload");
|
||||
logger.error("This error should be reported at https://github.com/Rsl1122/Plan-PlayerAnalytics/issues");
|
||||
logger.error("This error should be reported at https://github.com/plan-player-analytics/Plan/issues");
|
||||
onDisable();
|
||||
}
|
||||
registerCommand(component.planCommand().build());
|
||||
|
@ -98,7 +98,7 @@ public class DebugPage implements Page {
|
||||
private String createContent() {
|
||||
StringBuilder preContent = new StringBuilder();
|
||||
|
||||
String issueLink = Html.LINK_EXTERNAL.create("https://github.com/Rsl1122/Plan-PlayerAnalytics/issues/new", "Create new issue on Github");
|
||||
String issueLink = Html.LINK_EXTERNAL.create("https://github.com/plan-player-analytics/Plan/issues/new", "Create new issue on Github");
|
||||
String hastebinLink = Html.LINK_EXTERNAL.create("https://hastebin.com/", "Create a new hastebin paste");
|
||||
|
||||
preContent.append("<p>")
|
||||
|
@ -61,7 +61,7 @@ public class InternalErrorPage implements Page {
|
||||
private String createContent() {
|
||||
StringBuilder paragraph = new StringBuilder();
|
||||
paragraph.append("Please report this issue here: ");
|
||||
paragraph.append(Html.LINK.create("https://github.com/Rsl1122/Plan-PlayerAnalytics/issues", "Issues"));
|
||||
paragraph.append(Html.LINK.create("https://github.com/plan-player-analytics/Plan/issues", "Issues"));
|
||||
paragraph.append("<br><br><pre>");
|
||||
paragraph.append(error).append(" | ").append(errorMsg);
|
||||
|
||||
|
@ -1,8 +1,8 @@
|
||||
# -----------------------------------------------------
|
||||
# Plan Bungee Configuration file
|
||||
# More information about each setting:
|
||||
# https://github.com/Rsl1122/Plan-PlayerAnalytics/wiki/Bungee-Configuration
|
||||
# https://github.com/Rsl1122/Plan-PlayerAnalytics/wiki/Bukkit-Configuration
|
||||
# https://github.com/plan-player-analytics/Plan/wiki/Bungee-Configuration
|
||||
# https://github.com/plan-player-analytics/Plan/wiki/Bukkit-Configuration
|
||||
# -----------------------------------------------------
|
||||
Server:
|
||||
IP: 0.0.0.0
|
||||
@ -34,7 +34,7 @@ Database:
|
||||
Launch_options: "?rewriteBatchedStatements=true&useSSL=false&serverTimezone=UTC"
|
||||
# -----------------------------------------------------
|
||||
# More information about SSL Certificate Settings:
|
||||
# https://github.com/Rsl1122/Plan-PlayerAnalytics/wiki/SSL-Certificate-%28HTTPS%29-Set-Up
|
||||
# https://github.com/plan-player-analytics/Plan/wiki/SSL-Certificate-%28HTTPS%29-Set-Up
|
||||
# -----------------------------------------------------
|
||||
Webserver:
|
||||
Port: 8804
|
||||
@ -113,7 +113,7 @@ Time:
|
||||
# -----------------------------------------------------
|
||||
Display_options:
|
||||
# More information about Themes:
|
||||
# https://github.com/Rsl1122/Plan-PlayerAnalytics/wiki/Themes
|
||||
# https://github.com/plan-player-analytics/Plan/wiki/Themes
|
||||
Theme: default
|
||||
Sessions:
|
||||
Show_on_page: 50
|
||||
|
@ -1,7 +1,7 @@
|
||||
# -----------------------------------------------------
|
||||
# Plan Bukkit Configuration file
|
||||
# More information about each setting:
|
||||
# https://github.com/Rsl1122/Plan-PlayerAnalytics/wiki/Bukkit-Configuration
|
||||
# https://github.com/plan-player-analytics/Plan/wiki/Bukkit-Configuration
|
||||
# -----------------------------------------------------
|
||||
Server:
|
||||
ServerName: Plan
|
||||
@ -9,7 +9,7 @@ Server:
|
||||
Plugin:
|
||||
Logging:
|
||||
# More information about Locale
|
||||
# https://github.com/Rsl1122/Plan-PlayerAnalytics/wiki/Localization
|
||||
# https://github.com/plan-player-analytics/Plan/wiki/Localization
|
||||
Locale: default
|
||||
Create_new_locale_file_on_next_enable: false
|
||||
Debug: false
|
||||
@ -39,7 +39,7 @@ Database:
|
||||
Password: minecraft
|
||||
# -----------------------------------------------------
|
||||
# More information about SSL Certificate Settings:
|
||||
# https://github.com/Rsl1122/Plan-PlayerAnalytics/wiki/SSL-Certificate-%28HTTPS%29-Set-Up
|
||||
# https://github.com/plan-player-analytics/Plan/wiki/SSL-Certificate-%28HTTPS%29-Set-Up
|
||||
# -----------------------------------------------------
|
||||
Webserver:
|
||||
Port: 8804
|
||||
@ -121,7 +121,7 @@ Time:
|
||||
# -----------------------------------------------------
|
||||
Display_options:
|
||||
# More information about Themes:
|
||||
# https://github.com/Rsl1122/Plan-PlayerAnalytics/wiki/Themes
|
||||
# https://github.com/plan-player-analytics/Plan/wiki/Themes
|
||||
Theme: default
|
||||
Sessions:
|
||||
Show_on_page: 50
|
||||
|
@ -179,9 +179,10 @@
|
||||
target="_blank">Lesser General Public License
|
||||
v3.0</a></p>
|
||||
<hr>
|
||||
<a class="btn col-plan" href="https://github.com/Rsl1122/Plan-PlayerAnalytics/wiki"
|
||||
rel="noopener noreferrer" target="_blank"><i class="fa fa-fw fa-graduation-cap"></i> Plan Wiki, Tutorials & Documentation</a>
|
||||
<a class="btn col-plan" href="https://github.com/Rsl1122/Plan-PlayerAnalytics/issues"
|
||||
<a class="btn col-plan" href="https://github.com/plan-player-analytics/Plan/wiki"
|
||||
rel="noopener noreferrer" target="_blank"><i class="fa fa-fw fa-graduation-cap"></i> Plan Wiki,
|
||||
Tutorials & Documentation</a>
|
||||
<a class="btn col-plan" href="https://github.com/plan-player-analytics/Plan/issues"
|
||||
rel="noopener noreferrer" target="_blank"><i class="fa fa-fw fa-bug"></i> Report Issues</a>
|
||||
<a class="btn col-plan" href="https://discord.gg/yXKmjzT" rel="noopener noreferrer"
|
||||
target="_blank"><i class="fab fa-fw fa-discord"></i> General Support on Discord</a>
|
||||
|
@ -732,9 +732,10 @@
|
||||
target="_blank">Lesser General Public License
|
||||
v3.0</a></p>
|
||||
<hr>
|
||||
<a class="btn col-plan" href="https://github.com/Rsl1122/Plan-PlayerAnalytics/wiki"
|
||||
rel="noopener noreferrer" target="_blank"><i class="fa fa-fw fa-graduation-cap"></i> Plan Wiki, Tutorials & Documentation</a>
|
||||
<a class="btn col-plan" href="https://github.com/Rsl1122/Plan-PlayerAnalytics/issues"
|
||||
<a class="btn col-plan" href="https://github.com/plan-player-analytics/Plan/wiki"
|
||||
rel="noopener noreferrer" target="_blank"><i class="fa fa-fw fa-graduation-cap"></i> Plan Wiki,
|
||||
Tutorials & Documentation</a>
|
||||
<a class="btn col-plan" href="https://github.com/plan-player-analytics/Plan/issues"
|
||||
rel="noopener noreferrer" target="_blank"><i class="fa fa-fw fa-bug"></i> Report Issues</a>
|
||||
<a class="btn col-plan" href="https://discord.gg/yXKmjzT" rel="noopener noreferrer"
|
||||
target="_blank"><i class="fab fa-fw fa-discord"></i> General Support on Discord</a>
|
||||
|
@ -639,9 +639,10 @@
|
||||
target="_blank">Lesser General Public License
|
||||
v3.0</a></p>
|
||||
<hr>
|
||||
<a class="btn col-plan" href="https://github.com/Rsl1122/Plan-PlayerAnalytics/wiki"
|
||||
rel="noopener noreferrer" target="_blank"><i class="fa fa-fw fa-graduation-cap"></i> Plan Wiki, Tutorials & Documentation</a>
|
||||
<a class="btn col-plan" href="https://github.com/Rsl1122/Plan-PlayerAnalytics/issues"
|
||||
<a class="btn col-plan" href="https://github.com/plan-player-analytics/Plan/wiki"
|
||||
rel="noopener noreferrer" target="_blank"><i class="fa fa-fw fa-graduation-cap"></i> Plan Wiki,
|
||||
Tutorials & Documentation</a>
|
||||
<a class="btn col-plan" href="https://github.com/plan-player-analytics/Plan/issues"
|
||||
rel="noopener noreferrer" target="_blank"><i class="fa fa-fw fa-bug"></i> Report Issues</a>
|
||||
<a class="btn col-plan" href="https://discord.gg/yXKmjzT" rel="noopener noreferrer"
|
||||
target="_blank"><i class="fab fa-fw fa-discord"></i> General Support on Discord</a>
|
||||
|
@ -189,9 +189,10 @@
|
||||
target="_blank">Lesser General Public License
|
||||
v3.0</a></p>
|
||||
<hr>
|
||||
<a class="btn col-plan" href="https://github.com/Rsl1122/Plan-PlayerAnalytics/wiki"
|
||||
rel="noopener noreferrer" target="_blank"><i class="fa fa-fw fa-graduation-cap"></i> Plan Wiki, Tutorials & Documentation</a>
|
||||
<a class="btn col-plan" href="https://github.com/Rsl1122/Plan-PlayerAnalytics/issues"
|
||||
<a class="btn col-plan" href="https://github.com/plan-player-analytics/Plan/wiki"
|
||||
rel="noopener noreferrer" target="_blank"><i class="fa fa-fw fa-graduation-cap"></i> Plan Wiki,
|
||||
Tutorials & Documentation</a>
|
||||
<a class="btn col-plan" href="https://github.com/plan-player-analytics/Plan/issues"
|
||||
rel="noopener noreferrer" target="_blank"><i class="fa fa-fw fa-bug"></i> Report Issues</a>
|
||||
<a class="btn col-plan" href="https://discord.gg/yXKmjzT" rel="noopener noreferrer"
|
||||
target="_blank"><i class="fab fa-fw fa-discord"></i> General Support on Discord</a>
|
||||
|
@ -1204,9 +1204,10 @@
|
||||
target="_blank">Lesser General Public License
|
||||
v3.0</a></p>
|
||||
<hr>
|
||||
<a class="btn col-plan" href="https://github.com/Rsl1122/Plan-PlayerAnalytics/wiki"
|
||||
rel="noopener noreferrer" target="_blank"><i class="fa fa-fw fa-graduation-cap"></i> Plan Wiki, Tutorials & Documentation</a>
|
||||
<a class="btn col-plan" href="https://github.com/Rsl1122/Plan-PlayerAnalytics/issues"
|
||||
<a class="btn col-plan" href="https://github.com/plan-player-analytics/Plan/wiki"
|
||||
rel="noopener noreferrer" target="_blank"><i class="fa fa-fw fa-graduation-cap"></i> Plan Wiki,
|
||||
Tutorials & Documentation</a>
|
||||
<a class="btn col-plan" href="https://github.com/plan-player-analytics/Plan/issues"
|
||||
rel="noopener noreferrer" target="_blank"><i class="fa fa-fw fa-bug"></i> Report Issues</a>
|
||||
<a class="btn col-plan" href="https://discord.gg/yXKmjzT" rel="noopener noreferrer"
|
||||
target="_blank"><i class="fab fa-fw fa-discord"></i> General Support on Discord</a>
|
||||
|
@ -47,7 +47,7 @@ import static org.junit.jupiter.api.Assertions.assertFalse;
|
||||
* <p>
|
||||
* Errors may have been caused by:
|
||||
* - Missing placeholders {@code ${placeholder}} inside {@code <script>} tags.
|
||||
* - Automatic formatting of plugin javascript (See https://github.com/Rsl1122/Plan-PlayerAnalytics/issues/820)
|
||||
* - Automatic formatting of plugin javascript (See https://github.com/plan-player-analytics/Plan/issues/820)
|
||||
* - Missing file definition in Mocker
|
||||
*/
|
||||
@ExtendWith(SeleniumExtension.class)
|
||||
|
@ -1,8 +1,8 @@
|
||||
# -----------------------------------------------------
|
||||
# Plan Bungee Configuration file
|
||||
# More information about each setting:
|
||||
# https://github.com/Rsl1122/Plan-PlayerAnalytics/wiki/Bungee-Configuration
|
||||
# https://github.com/Rsl1122/Plan-PlayerAnalytics/wiki/Bukkit-Configuration
|
||||
# https://github.com/plan-player-analytics/Plan/wiki/Bungee-Configuration
|
||||
# https://github.com/plan-player-analytics/Plan/wiki/Bukkit-Configuration
|
||||
# -----------------------------------------------------
|
||||
Server:
|
||||
IP: 0.0.0.0
|
||||
@ -18,7 +18,7 @@ Plugin:
|
||||
|
||||
# -----------------------------------------------------
|
||||
# More information about SSL Certificate Settings:
|
||||
# https://github.com/Rsl1122/Plan-PlayerAnalytics/wiki/SSL-Certificate-%28HTTPS%29-Set-Up
|
||||
# https://github.com/plan-player-analytics/Plan/wiki/SSL-Certificate-%28HTTPS%29-Set-Up
|
||||
# -----------------------------------------------------
|
||||
WebServer:
|
||||
Port: 8804
|
||||
@ -109,7 +109,7 @@ Customization:
|
||||
|
||||
# -----------------------------------------------------
|
||||
# More information about Themes:
|
||||
# https://github.com/Rsl1122/Plan-PlayerAnalytics/wiki/Themes
|
||||
# https://github.com/plan-player-analytics/Plan/wiki/Themes
|
||||
# -----------------------------------------------------
|
||||
Theme:
|
||||
Base: Default
|
||||
|
@ -1,14 +1,14 @@
|
||||
# -----------------------------------------------------
|
||||
# Plan Bukkit Configuration file
|
||||
# More information about each setting:
|
||||
# https://github.com/Rsl1122/Plan-PlayerAnalytics/wiki/Bukkit-Configuration
|
||||
# https://github.com/plan-player-analytics/Plan/wiki/Bukkit-Configuration
|
||||
# -----------------------------------------------------
|
||||
Server:
|
||||
ServerName: 'Plan'
|
||||
|
||||
# -----------------------------------------------------
|
||||
# More information about Locale
|
||||
# https://github.com/Rsl1122/Plan-PlayerAnalytics/wiki/Localization
|
||||
# https://github.com/plan-player-analytics/Plan/wiki/Localization
|
||||
# -----------------------------------------------------
|
||||
Plugin:
|
||||
Debug: false
|
||||
@ -23,7 +23,7 @@ Plugin:
|
||||
|
||||
# -----------------------------------------------------
|
||||
# More information about SSL Certificate Settings:
|
||||
# https://github.com/Rsl1122/Plan-PlayerAnalytics/wiki/SSL-Certificate-%28HTTPS%29-Set-Up
|
||||
# https://github.com/plan-player-analytics/Plan/wiki/SSL-Certificate-%28HTTPS%29-Set-Up
|
||||
# -----------------------------------------------------
|
||||
WebServer:
|
||||
Port: 8804
|
||||
@ -37,7 +37,7 @@ WebServer:
|
||||
StorePass: 'default'
|
||||
Alias: 'alias'
|
||||
# For those that want to serve Html from their own WebServer instead.
|
||||
# Set up Html Export (https://github.com/Rsl1122/Plan-PlayerAnalytics/wiki/External-WebServer-Use)
|
||||
# Set up Html Export (https://github.com/plan-player-analytics/Plan/wiki/External-WebServer-Use)
|
||||
# ATTENTION: On BungeeCord systems it is not possible to disable the WebServer on the plugin due to connection requirements.
|
||||
# If the WebServer is disabled with this setting BungeeCord systems will cease to function.
|
||||
DisableWebServer: false
|
||||
@ -129,7 +129,7 @@ Customization:
|
||||
|
||||
# -----------------------------------------------------
|
||||
# More information about Themes:
|
||||
# https://github.com/Rsl1122/Plan-PlayerAnalytics/wiki/Themes
|
||||
# https://github.com/plan-player-analytics/Plan/wiki/Themes
|
||||
#
|
||||
# Since 4.1.0 colors are set in theme.yml
|
||||
# -----------------------------------------------------
|
||||
|
@ -80,7 +80,7 @@ public class PlanNukkit extends NukkitPlugin implements PlanPlugin {
|
||||
} catch (Exception e) {
|
||||
Logger.getGlobal().log(Level.SEVERE, this.getClass().getSimpleName() + "-v" + getVersion(), e);
|
||||
logger.error("Plugin Failed to Initialize Correctly. If this issue is caused by config settings you can use /plan reload");
|
||||
logger.error("This error should be reported at https://github.com/Rsl1122/Plan-PlayerAnalytics/issues");
|
||||
logger.error("This error should be reported at https://github.com/plan-player-analytics/Plan/issues");
|
||||
onDisable();
|
||||
}
|
||||
|
||||
|
@ -114,7 +114,7 @@ public class PlanSponge extends SpongePlugin implements PlanPlugin {
|
||||
} catch (Exception e) {
|
||||
errorHandler.log(L.CRITICAL, this.getClass(), e);
|
||||
logger.error("Plugin Failed to Initialize Correctly. If this issue is caused by config settings you can use /plan reload");
|
||||
logger.error("This error should be reported at https://github.com/Rsl1122/Plan-PlayerAnalytics/issues");
|
||||
logger.error("This error should be reported at https://github.com/plan-player-analytics/Plan/issues");
|
||||
onDisable();
|
||||
}
|
||||
registerCommand(component.planCommand().build());
|
||||
|
@ -90,7 +90,7 @@ public class PlanVelocity extends VelocityPlugin implements PlanPlugin {
|
||||
} catch (Exception e) {
|
||||
errorHandler.log(L.CRITICAL, this.getClass(), e);
|
||||
logger.error("Plugin Failed to Initialize Correctly. If this issue is caused by config settings you can use /planvelocity reload");
|
||||
logger.error("This error should be reported at https://github.com/Rsl1122/Plan-PlayerAnalytics/issues");
|
||||
logger.error("This error should be reported at https://github.com/plan-player-analytics/Plan/issues");
|
||||
onDisable();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user