Removed large warning messages

This commit is contained in:
Sekwah 2020-07-19 14:33:02 +01:00
parent 806beea62a
commit 42b01ec059
No known key found for this signature in database
GPG Key ID: C3BE2E6C861A461A
4 changed files with 2 additions and 19 deletions

View File

@ -8,7 +8,6 @@ import com.sekwah.advancedportals.bukkit.effects.WarpEffects;
import com.sekwah.advancedportals.bukkit.listeners.*;
import com.sekwah.advancedportals.bukkit.metrics.Metrics;
import com.sekwah.advancedportals.bukkit.portals.Portal;
import org.bukkit.configuration.ConfigurationSection;
import org.bukkit.entity.Player;
import org.bukkit.plugin.java.JavaPlugin;

View File

@ -2,22 +2,6 @@ package com.sekwah.advancedportals.bungee;
public class BungeeMessages {
/**
* I may be severely wrong but there is a serious problem with offline UUID's
*/
public static final String WARNING_MESSAGE = "\u00A7cOffline UUID detected\n" +
"You should be using IP forwarding as it also forwards UUIDs\n" +
"The issue of accounts with duplicate names does exist so ignoring this message is a bad idea\n" +
"as changing a username alters the UUID and people can also log in as anyone if they find the sub server ip\n" +
"\n" +
"Instructions to setup IP forwarding https://www.spigotmc.org/wiki/bungeecord-ip-forwarding/\n" +
"\n" +
"Publicly complaining about this message will just show everyone you have set up your server insecurely\n" +
"\n" +
"If you have a genuine reason to be running without IP forwarding or feel I am wrong about the above statements, " +
"feel free to DM me on Spigot and I will remove this message if it is a valid reason.\n\n" +
"This message also will only shows if the bungee is in online mode.";
/**
* String in
* string bungee server

View File

@ -1,4 +1,4 @@
main: com.sekwah.advancedportals.bungee.AdvancedPortalsPlugin
name: AdvancedPortals
version: 0.5.7
version: 0.5.8
author: sekwah41

View File

@ -1,6 +1,6 @@
main: com.sekwah.advancedportals.bukkit.AdvancedPortalsPlugin
name: AdvancedPortals
version: 0.5.7
version: 0.5.8
author: sekwah41
description: An advanced portals plugin for bukkit.
api-version: 1.13