mirror of
https://github.com/sekwah41/Advanced-Portals.git
synced 2024-11-14 06:36:32 +01:00
Removed large warning messages
This commit is contained in:
parent
806beea62a
commit
42b01ec059
@ -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;
|
||||
|
||||
|
@ -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
|
||||
|
@ -1,4 +1,4 @@
|
||||
main: com.sekwah.advancedportals.bungee.AdvancedPortalsPlugin
|
||||
name: AdvancedPortals
|
||||
version: 0.5.7
|
||||
version: 0.5.8
|
||||
author: sekwah41
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user