mirror of
https://github.com/plan-player-analytics/Plan.git
synced 2024-12-27 19:47:49 +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() {
|
private boolean performCheck() {
|
||||||
// Special thanks to Fuzzlemann for figuring out the methods required for this check.
|
// 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");
|
Class<?> minecraftServerClass = Reflection.getMinecraftClass("MinecraftServer");
|
||||||
Object minecraftServer = Reflection.getField(minecraftServerClass, "SERVER", minecraftServerClass).get(null);
|
Object minecraftServer = Reflection.getField(minecraftServerClass, "SERVER", minecraftServerClass).get(null);
|
||||||
|
|
||||||
|
@ -73,7 +73,7 @@ public class Plan extends BukkitPlugin implements PlanPlugin {
|
|||||||
} catch (Exception e) {
|
} catch (Exception e) {
|
||||||
Logger.getGlobal().log(Level.SEVERE, this.getClass().getSimpleName() + "-v" + getVersion(), 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("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();
|
onDisable();
|
||||||
}
|
}
|
||||||
registerCommand(component.planCommand().build());
|
registerCommand(component.planCommand().build());
|
||||||
|
@ -63,7 +63,7 @@ public class PlanBungee extends BungeePlugin implements PlanPlugin {
|
|||||||
} catch (Exception e) {
|
} catch (Exception e) {
|
||||||
errorHandler.log(L.CRITICAL, this.getClass(), 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("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();
|
onDisable();
|
||||||
}
|
}
|
||||||
registerCommand(component.planCommand().build());
|
registerCommand(component.planCommand().build());
|
||||||
|
@ -98,7 +98,7 @@ public class DebugPage implements Page {
|
|||||||
private String createContent() {
|
private String createContent() {
|
||||||
StringBuilder preContent = new StringBuilder();
|
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");
|
String hastebinLink = Html.LINK_EXTERNAL.create("https://hastebin.com/", "Create a new hastebin paste");
|
||||||
|
|
||||||
preContent.append("<p>")
|
preContent.append("<p>")
|
||||||
|
@ -61,7 +61,7 @@ public class InternalErrorPage implements Page {
|
|||||||
private String createContent() {
|
private String createContent() {
|
||||||
StringBuilder paragraph = new StringBuilder();
|
StringBuilder paragraph = new StringBuilder();
|
||||||
paragraph.append("Please report this issue here: ");
|
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("<br><br><pre>");
|
||||||
paragraph.append(error).append(" | ").append(errorMsg);
|
paragraph.append(error).append(" | ").append(errorMsg);
|
||||||
|
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
# -----------------------------------------------------
|
# -----------------------------------------------------
|
||||||
# Plan Bungee Configuration file
|
# Plan Bungee Configuration file
|
||||||
# More information about each setting:
|
# More information about each setting:
|
||||||
# https://github.com/Rsl1122/Plan-PlayerAnalytics/wiki/Bungee-Configuration
|
# https://github.com/plan-player-analytics/Plan/wiki/Bungee-Configuration
|
||||||
# https://github.com/Rsl1122/Plan-PlayerAnalytics/wiki/Bukkit-Configuration
|
# https://github.com/plan-player-analytics/Plan/wiki/Bukkit-Configuration
|
||||||
# -----------------------------------------------------
|
# -----------------------------------------------------
|
||||||
Server:
|
Server:
|
||||||
IP: 0.0.0.0
|
IP: 0.0.0.0
|
||||||
@ -34,7 +34,7 @@ Database:
|
|||||||
Launch_options: "?rewriteBatchedStatements=true&useSSL=false&serverTimezone=UTC"
|
Launch_options: "?rewriteBatchedStatements=true&useSSL=false&serverTimezone=UTC"
|
||||||
# -----------------------------------------------------
|
# -----------------------------------------------------
|
||||||
# More information about SSL Certificate Settings:
|
# 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:
|
Webserver:
|
||||||
Port: 8804
|
Port: 8804
|
||||||
@ -113,7 +113,7 @@ Time:
|
|||||||
# -----------------------------------------------------
|
# -----------------------------------------------------
|
||||||
Display_options:
|
Display_options:
|
||||||
# More information about Themes:
|
# More information about Themes:
|
||||||
# https://github.com/Rsl1122/Plan-PlayerAnalytics/wiki/Themes
|
# https://github.com/plan-player-analytics/Plan/wiki/Themes
|
||||||
Theme: default
|
Theme: default
|
||||||
Sessions:
|
Sessions:
|
||||||
Show_on_page: 50
|
Show_on_page: 50
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
# -----------------------------------------------------
|
# -----------------------------------------------------
|
||||||
# Plan Bukkit Configuration file
|
# Plan Bukkit Configuration file
|
||||||
# More information about each setting:
|
# 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:
|
Server:
|
||||||
ServerName: Plan
|
ServerName: Plan
|
||||||
@ -9,7 +9,7 @@ Server:
|
|||||||
Plugin:
|
Plugin:
|
||||||
Logging:
|
Logging:
|
||||||
# More information about Locale
|
# More information about Locale
|
||||||
# https://github.com/Rsl1122/Plan-PlayerAnalytics/wiki/Localization
|
# https://github.com/plan-player-analytics/Plan/wiki/Localization
|
||||||
Locale: default
|
Locale: default
|
||||||
Create_new_locale_file_on_next_enable: false
|
Create_new_locale_file_on_next_enable: false
|
||||||
Debug: false
|
Debug: false
|
||||||
@ -39,7 +39,7 @@ Database:
|
|||||||
Password: minecraft
|
Password: minecraft
|
||||||
# -----------------------------------------------------
|
# -----------------------------------------------------
|
||||||
# More information about SSL Certificate Settings:
|
# 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:
|
Webserver:
|
||||||
Port: 8804
|
Port: 8804
|
||||||
@ -121,7 +121,7 @@ Time:
|
|||||||
# -----------------------------------------------------
|
# -----------------------------------------------------
|
||||||
Display_options:
|
Display_options:
|
||||||
# More information about Themes:
|
# More information about Themes:
|
||||||
# https://github.com/Rsl1122/Plan-PlayerAnalytics/wiki/Themes
|
# https://github.com/plan-player-analytics/Plan/wiki/Themes
|
||||||
Theme: default
|
Theme: default
|
||||||
Sessions:
|
Sessions:
|
||||||
Show_on_page: 50
|
Show_on_page: 50
|
||||||
|
@ -179,9 +179,10 @@
|
|||||||
target="_blank">Lesser General Public License
|
target="_blank">Lesser General Public License
|
||||||
v3.0</a></p>
|
v3.0</a></p>
|
||||||
<hr>
|
<hr>
|
||||||
<a class="btn col-plan" href="https://github.com/Rsl1122/Plan-PlayerAnalytics/wiki"
|
<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>
|
rel="noopener noreferrer" target="_blank"><i class="fa fa-fw fa-graduation-cap"></i> Plan Wiki,
|
||||||
<a class="btn col-plan" href="https://github.com/Rsl1122/Plan-PlayerAnalytics/issues"
|
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>
|
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"
|
<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>
|
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
|
target="_blank">Lesser General Public License
|
||||||
v3.0</a></p>
|
v3.0</a></p>
|
||||||
<hr>
|
<hr>
|
||||||
<a class="btn col-plan" href="https://github.com/Rsl1122/Plan-PlayerAnalytics/wiki"
|
<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>
|
rel="noopener noreferrer" target="_blank"><i class="fa fa-fw fa-graduation-cap"></i> Plan Wiki,
|
||||||
<a class="btn col-plan" href="https://github.com/Rsl1122/Plan-PlayerAnalytics/issues"
|
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>
|
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"
|
<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>
|
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
|
target="_blank">Lesser General Public License
|
||||||
v3.0</a></p>
|
v3.0</a></p>
|
||||||
<hr>
|
<hr>
|
||||||
<a class="btn col-plan" href="https://github.com/Rsl1122/Plan-PlayerAnalytics/wiki"
|
<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>
|
rel="noopener noreferrer" target="_blank"><i class="fa fa-fw fa-graduation-cap"></i> Plan Wiki,
|
||||||
<a class="btn col-plan" href="https://github.com/Rsl1122/Plan-PlayerAnalytics/issues"
|
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>
|
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"
|
<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>
|
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
|
target="_blank">Lesser General Public License
|
||||||
v3.0</a></p>
|
v3.0</a></p>
|
||||||
<hr>
|
<hr>
|
||||||
<a class="btn col-plan" href="https://github.com/Rsl1122/Plan-PlayerAnalytics/wiki"
|
<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>
|
rel="noopener noreferrer" target="_blank"><i class="fa fa-fw fa-graduation-cap"></i> Plan Wiki,
|
||||||
<a class="btn col-plan" href="https://github.com/Rsl1122/Plan-PlayerAnalytics/issues"
|
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>
|
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"
|
<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>
|
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
|
target="_blank">Lesser General Public License
|
||||||
v3.0</a></p>
|
v3.0</a></p>
|
||||||
<hr>
|
<hr>
|
||||||
<a class="btn col-plan" href="https://github.com/Rsl1122/Plan-PlayerAnalytics/wiki"
|
<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>
|
rel="noopener noreferrer" target="_blank"><i class="fa fa-fw fa-graduation-cap"></i> Plan Wiki,
|
||||||
<a class="btn col-plan" href="https://github.com/Rsl1122/Plan-PlayerAnalytics/issues"
|
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>
|
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"
|
<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>
|
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>
|
* <p>
|
||||||
* Errors may have been caused by:
|
* Errors may have been caused by:
|
||||||
* - Missing placeholders {@code ${placeholder}} inside {@code <script>} tags.
|
* - 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
|
* - Missing file definition in Mocker
|
||||||
*/
|
*/
|
||||||
@ExtendWith(SeleniumExtension.class)
|
@ExtendWith(SeleniumExtension.class)
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
# -----------------------------------------------------
|
# -----------------------------------------------------
|
||||||
# Plan Bungee Configuration file
|
# Plan Bungee Configuration file
|
||||||
# More information about each setting:
|
# More information about each setting:
|
||||||
# https://github.com/Rsl1122/Plan-PlayerAnalytics/wiki/Bungee-Configuration
|
# https://github.com/plan-player-analytics/Plan/wiki/Bungee-Configuration
|
||||||
# https://github.com/Rsl1122/Plan-PlayerAnalytics/wiki/Bukkit-Configuration
|
# https://github.com/plan-player-analytics/Plan/wiki/Bukkit-Configuration
|
||||||
# -----------------------------------------------------
|
# -----------------------------------------------------
|
||||||
Server:
|
Server:
|
||||||
IP: 0.0.0.0
|
IP: 0.0.0.0
|
||||||
@ -18,7 +18,7 @@ Plugin:
|
|||||||
|
|
||||||
# -----------------------------------------------------
|
# -----------------------------------------------------
|
||||||
# More information about SSL Certificate Settings:
|
# 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:
|
WebServer:
|
||||||
Port: 8804
|
Port: 8804
|
||||||
@ -109,7 +109,7 @@ Customization:
|
|||||||
|
|
||||||
# -----------------------------------------------------
|
# -----------------------------------------------------
|
||||||
# More information about Themes:
|
# More information about Themes:
|
||||||
# https://github.com/Rsl1122/Plan-PlayerAnalytics/wiki/Themes
|
# https://github.com/plan-player-analytics/Plan/wiki/Themes
|
||||||
# -----------------------------------------------------
|
# -----------------------------------------------------
|
||||||
Theme:
|
Theme:
|
||||||
Base: Default
|
Base: Default
|
||||||
|
@ -1,14 +1,14 @@
|
|||||||
# -----------------------------------------------------
|
# -----------------------------------------------------
|
||||||
# Plan Bukkit Configuration file
|
# Plan Bukkit Configuration file
|
||||||
# More information about each setting:
|
# 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:
|
Server:
|
||||||
ServerName: 'Plan'
|
ServerName: 'Plan'
|
||||||
|
|
||||||
# -----------------------------------------------------
|
# -----------------------------------------------------
|
||||||
# More information about Locale
|
# More information about Locale
|
||||||
# https://github.com/Rsl1122/Plan-PlayerAnalytics/wiki/Localization
|
# https://github.com/plan-player-analytics/Plan/wiki/Localization
|
||||||
# -----------------------------------------------------
|
# -----------------------------------------------------
|
||||||
Plugin:
|
Plugin:
|
||||||
Debug: false
|
Debug: false
|
||||||
@ -23,7 +23,7 @@ Plugin:
|
|||||||
|
|
||||||
# -----------------------------------------------------
|
# -----------------------------------------------------
|
||||||
# More information about SSL Certificate Settings:
|
# 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:
|
WebServer:
|
||||||
Port: 8804
|
Port: 8804
|
||||||
@ -37,7 +37,7 @@ WebServer:
|
|||||||
StorePass: 'default'
|
StorePass: 'default'
|
||||||
Alias: 'alias'
|
Alias: 'alias'
|
||||||
# For those that want to serve Html from their own WebServer instead.
|
# 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.
|
# 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.
|
# If the WebServer is disabled with this setting BungeeCord systems will cease to function.
|
||||||
DisableWebServer: false
|
DisableWebServer: false
|
||||||
@ -129,7 +129,7 @@ Customization:
|
|||||||
|
|
||||||
# -----------------------------------------------------
|
# -----------------------------------------------------
|
||||||
# More information about Themes:
|
# 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
|
# Since 4.1.0 colors are set in theme.yml
|
||||||
# -----------------------------------------------------
|
# -----------------------------------------------------
|
||||||
|
@ -80,7 +80,7 @@ public class PlanNukkit extends NukkitPlugin implements PlanPlugin {
|
|||||||
} catch (Exception e) {
|
} catch (Exception e) {
|
||||||
Logger.getGlobal().log(Level.SEVERE, this.getClass().getSimpleName() + "-v" + getVersion(), 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("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();
|
onDisable();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -114,7 +114,7 @@ public class PlanSponge extends SpongePlugin implements PlanPlugin {
|
|||||||
} catch (Exception e) {
|
} catch (Exception e) {
|
||||||
errorHandler.log(L.CRITICAL, this.getClass(), 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("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();
|
onDisable();
|
||||||
}
|
}
|
||||||
registerCommand(component.planCommand().build());
|
registerCommand(component.planCommand().build());
|
||||||
|
@ -90,7 +90,7 @@ public class PlanVelocity extends VelocityPlugin implements PlanPlugin {
|
|||||||
} catch (Exception e) {
|
} catch (Exception e) {
|
||||||
errorHandler.log(L.CRITICAL, this.getClass(), 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("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();
|
onDisable();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user