games647 / FastLogin

Checks if a minecraft player has a valid paid account. If so, they can skip offline authentication automatically. (premium auto login)
https://www.spigotmc.org/resources/fastlogin.14153
MIT License
498 stars 121 forks source link

FastLogin doesn't login players automatically. #28

Closed itsfolf closed 8 years ago

itsfolf commented 8 years ago
# FastLogin config
# Project site: https://www.spigotmc.org/resources/fastlogin.14153
# Source code: https://github.com/games647/FastLogin
#
# You can access the newest config here:
# https://github.com/games647/FastLogin/blob/master/core/src/main/resources/config.yml

# Request a premium login without forcing the player to type a command
#
# If you activate autoRegister, this plugin will check/do these points on login:
#1. An existing cracked account shouldn't exist
# -> paid accounts cannot steal the existing account of cracked players
# - (Already registered players could still use the /premium command to activate premium checks)
#2. Automatically registers an account with a strong random generated password
# -> cracked player cannot register an account for the premium player and so cannot the steal the account
#
# Furthermore the premium player check have to be made based on the player name
# This means if a cracked player connects to the server and we request a paid account login from this player
# the player just disconnect and sees the message: 'bad login' or 'invalid session'
# There is no way to change this message
# For more information: https://github.com/games647/FastLogin#why-do-players-have-to-invoke-a-command
autoRegister: true

# If this plugin detected that a player has a premium, it can also set the associated
# uuid from that account. So if the players changes their usernames, they will still have
# the same playerdata (inventory, permissions, ...)
#
# Warning: This also means that the UUID will be different if the player is connecting
# through a offline mode connection. This **could** cause plugin compatibility issues.
#
# This is a example and doesn't apply for every plugin.
# Example: If you want to ban players who aren't online at the moment, the ban plugin will look
# after a offline uuid associated to the player, because the server is in offline mode. Then the premium
# players could still join the server, because they have different UUID.
#
# Moreover you may want to convert the offline UUID to a premium UUID. This will ensure that the player
# will have the same inventory, permissions, ... if they switched to premium authentification from offline/cracked
# authentification.
#
# This feature requires Cauldron, Spigot or a fork of Spigot (PaperSpigot, TacoSpigot)
premiumUuid: false

# This will make an additional check (only for player names which are not in the database) against the mojang servers
# in order to get the premium UUID. If that premium UUID is in the database, we can assume on sucessful login that the
# player changed it's  username and we just update the name in the database.
# Examples:
# #### Case 1
# nameChangeCheck = false ----- autoRegister = false
#
# Player logins as cracked until the player invoked the command /premium. Then we could override the existing database
# record.
#
# #### Case 2
#
# nameChangeCheck = true ----- autoRegister = false
#
# Connect the Mojang API and check what UUID the player has (UUID exists => Paid Minecraft account). If that UUID is in
# the database it's an **existing player** and FastLogin can **assume** the player is premium and changed the username.
# If it's not in the database, it's a new player and **could be a cracked player**. So we just use a offline mode
# authentication for this player.
#
# **Limitation**: Cracked players who uses the new username of a paid account cannot join the server if the database
# contains the old name. (Example: The owner of the paid account no longer plays on the server, but changed the username
# in the meanwhile).
#
# #### Case 3
#
# nameChangeCheck = false ----- autoRegister = true
#
# We will always request a premium authentication if the username is unknown to us, but is in use by a paid minecraft
# account. This means it's kind of a more aggressive check like nameChangeCheck = true and autoRegister = false, because
# it request a premium authentication which are completely new to us, that even the premium UUID is not in our database.
#
# **Limitation**: see below
#
# #### Case 4
#
# nameChangeCheck = true ----- autoRegister = true
#
# Based on autoRegister it checks if the player name is premium and login using a premium authentication. After that
# fastlogin receives the premium UUID and can update the database record.
#
# **Limitation from autoRegister**: New offline players who uses the username of an existing minecraft cannot join the
# server.
nameChangeCheck: true

# If your players have a premium account and a skin associated to their account, this plugin
# can download the data and set it to the online player.
#
# Keep in mind that this will only works if the player:
# * is the owner of the premium account
# * the serverconnection is established through a premium connection (paid account authentification)
# * has a skin
#
# This means this plugin doesn't need to create a new connection to the Mojang servers, because
# the skin data is included in the Auth-Verification-Response sent by Mojang. If you want to use for other
# players like cracked player, you have to use other plugins.
#
# If you want to use skins for your cracked player, you need an additional plugin like
# ChangeSkin, SkinRestoer, ...
forwardSkin: true

# Displays a warning message that this message SHOULD only be invoked by
# users who actually are the owner of this account. So not by cracked players
#
# If they still want to invoke the command, they have to invoke /premium again
premium-warning: true

# Database configuration
# Recommened is the use of MariaDB (a better version of MySQL)

# Single file SQLite database
# driver: org.sqlite.JDBC
# File location
# database: '{pluginDir}/FastLogin.db'

# MySQL
driver: com.mysql.jdbc.Driver
host: ------
port: 3306
database: -----
username: ----
password: ----
games647 commented 8 years ago

No description provided.

Could you at least describe it more?

Do you have autoRegister enabled? If not, does the user invoked /premium to activate it? Do you have a login plugin installed? Are there any errors?

itsfolf commented 8 years ago

Refresh the page, when I entered the title I pressed enter acidentaly, but then I edited the post. Yes, I have authme 3.4

games647 commented 8 years ago

Any errors?

autoRegister only applies for new players. Existing players have to do /premium.

itsfolf commented 8 years ago

I have no account in authme. When I join the server it asks me to do /register, but AutoRegister is enabled. Bungee console is all normal, server console too, no errors.

games647 commented 8 years ago

Oh you use BungeeCord. Do you activated bungeecord support in the spigot configuration and entered your proxy id into the newly created whitelist file of FastLogin?

itsfolf commented 8 years ago

bungeecord is false in spigot config, should I enable it? and what you mean by proxy ID?

itsfolf commented 8 years ago

and.. I have just this files: image

games647 commented 8 years ago

I think this guide should help you.

https://github.com/games647/FastLogin#bungeecordwaterfall-1

Yes bungeecord is absolutely necessary for FastLogin and recommended in general. If you enable this, the bukkit server receive the actual premium UUID and skin from BungeeCord. Moreover the actual source ip of the player. Otherwise it would only see the proxy ip and and therefore a IP-Ban would block the complete BungeeCord server.

The whitelist is a security feature. In the case the user accidentally deleted FastLogin from the BungeeCord server, a hacker could fake another BungeeCord proxy and force login himself in any account. FastLogin limits with this whitelist who can actual do this.

itsfolf commented 8 years ago

Didn't work, don't register or login me.

games647 commented 8 years ago

Could you activate debug logging in the spigot configuration and login again? There should be a couple of message from FastLogin.

itsfolf commented 8 years ago
[14:26:22] [Netty Epoll Server IO #1/DEBUG]: Ping: (1.4-1.5.x) from /178.79.183.204:58294
[14:26:25] [Netty Epoll Server IO #2/DEBUG]: Set listener of net.minecraft.server.v1_8_R3.NetworkManager@740b2a5 to net.minecraft.server.v1_8_R3.HandshakeListener@79931d73
[14:26:25] [Netty Epoll Server IO #2/DEBUG]: Enabled auto read
[14:26:25] [Netty Epoll Server IO #2/DEBUG]: Ping: (1.4-1.5.x) from /178.79.183.204:58688
[14:26:27] [Netty Epoll Server IO #3/DEBUG]: Set listener of net.minecraft.server.v1_8_R3.NetworkManager@38df6c52 to net.minecraft.server.v1_8_R3.HandshakeListener@3f44e1ac
[14:26:27] [Netty Epoll Server IO #3/DEBUG]: Enabled auto read
[14:26:27] [Netty Epoll Server IO #3/DEBUG]: Enabled auto read
[14:26:27] [Netty Epoll Server IO #3/DEBUG]: Set listener of net.minecraft.server.v1_8_R3.NetworkManager@38df6c52 to net.minecraft.server.v1_8_R3.LoginListener@586b087a
[14:26:27] [Thread-15/INFO]: UUID of player Checkium is 92661bbf-c37b-30a0-98b0-6fc80cf5c12c
[14:26:27] [Server thread/DEBUG]: Set listener of net.minecraft.server.v1_8_R3.NetworkManager@38df6c52 to net.minecraft.server.v1_8_R3.PlayerConnection@500decb1
[14:26:27] [Server thread/DEBUG]: Disabled auto read
[14:26:27] [Netty Epoll Server IO #3/DEBUG]: Enabled auto read
[14:26:28] [Server thread/INFO]: Checkium[/89.114.145.153:34056] logged in with entity id 67 at ([world]-296.5, 76.0, 21.13703046361192)
[14:26:28] [Netty Epoll Server IO #0/DEBUG]: Set listener of net.minecraft.server.v1_8_R3.NetworkManager@1394866a to net.minecraft.server.v1_8_R3.HandshakeListener@13418abd
[14:26:28] [Netty Epoll Server IO #0/DEBUG]: Enabled auto read
[14:26:28] [Netty Epoll Server IO #0/DEBUG]: Ping: (1.4-1.5.x) from /178.79.183.204:59254
[14:26:29] [Netty Epoll Server IO #1/DEBUG]: Set listener of net.minecraft.server.v1_8_R3.NetworkManager@58c96b85 to net.minecraft.server.v1_8_R3.HandshakeListener@3752c661
[14:26:29] [Netty Epoll Server IO #1/DEBUG]: Enabled auto read
[14:26:29] [Netty Epoll Server IO #1/DEBUG]: Ping: (1.4-1.5.x) from /178.79.183.204:59398
[14:26:31] [Netty Epoll Server IO #2/DEBUG]: Set listener of net.minecraft.server.v1_8_R3.NetworkManager@4b6aef27 to net.minecraft.server.v1_8_R3.HandshakeListener@1e93b2da
[14:26:31] [Netty Epoll Server IO #2/DEBUG]: Enabled auto read
[14:26:31] [Netty Epoll Server IO #2/DEBUG]: Ping: (1.4-1.5.x) from /178.79.183.204:59728
[14:26:33] [Netty Epoll Server IO #3/DEBUG]: Set listener of net.minecraft.server.v1_8_R3.NetworkManager@160f0146 to net.minecraft.server.v1_8_R3.HandshakeListener@6c6ffa61
[14:26:33] [Netty Epoll Server IO #3/DEBUG]: Enabled auto read
[14:26:33] [Netty Epoll Server IO #3/DEBUG]: Ping: (1.4-1.5.x) from /178.79.183.204:60146
[14:26:34] [Netty Epoll Server IO #0/DEBUG]: Set listener of net.minecraft.server.v1_8_R3.NetworkManager@4bce5161 to net.minecraft.server.v1_8_R3.HandshakeListener@7cde29a4
[14:26:34] [Netty Epoll Server IO #0/DEBUG]: Enabled auto read
[14:26:34] [Netty Epoll Server IO #0/DEBUG]: Ping: (1.4-1.5.x) from /178.79.183.204:60294
[14:26:37] [Netty Epoll Server IO #1/DEBUG]: Set listener of net.minecraft.server.v1_8_R3.NetworkManager@464ad9fe to net.minecraft.server.v1_8_R3.HandshakeListener@602a2132
[14:26:37] [Netty Epoll Server IO #1/DEBUG]: Enabled auto read
[14:26:37] [Netty Epoll Server IO #1/DEBUG]: Ping: (1.4-1.5.x) from /178.79.183.204:60858
[14:26:38] [Netty Epoll Server IO #2/DEBUG]: Set listener of net.minecraft.server.v1_8_R3.NetworkManager@1c44fe37 to net.minecraft.server.v1_8_R3.HandshakeListener@7ddd0049
[14:26:38] [Netty Epoll Server IO #2/DEBUG]: Enabled auto read
[14:26:38] [Netty Epoll Server IO #2/DEBUG]: Ping: (1.4-1.5.x) from /178.79.183.204:32794
[14:26:40] [Netty Epoll Server IO #3/DEBUG]: Set listener of net.minecraft.server.v1_8_R3.NetworkManager@483ee14e to net.minecraft.server.v1_8_R3.HandshakeListener@348c1fd3
[14:26:40] [Netty Epoll Server IO #3/DEBUG]: Enabled auto read
[14:26:40] [Netty Epoll Server IO #3/DEBUG]: Ping: (1.4-1.5.x) from /178.79.183.204:33142
[14:26:43] [Netty Epoll Server IO #0/DEBUG]: Set listener of net.minecraft.server.v1_8_R3.NetworkManager@635540e0 to net.minecraft.server.v1_8_R3.HandshakeListener@5667e31e
[14:26:43] [Netty Epoll Server IO #0/DEBUG]: Enabled auto read
[14:26:43] [Netty Epoll Server IO #0/DEBUG]: Ping: (1.4-1.5.x) from /178.79.183.204:33718
[14:26:44] [Netty Epoll Server IO #1/DEBUG]: Set listener of net.minecraft.server.v1_8_R3.NetworkManager@73acebf1 to net.minecraft.server.v1_8_R3.HandshakeListener@526c5a2b
[14:26:44] [Netty Epoll Server IO #1/DEBUG]: Enabled auto read
games647 commented 8 years ago

Do you have FastLogin enabled on the Bukkit server? Are there any startups errors of FastLogin?

itsfolf commented 8 years ago

Yes it's enabled. No errors.

[14:33:25] [Server thread/WARN]: No rcon password set in '/home/joaopere/37654/server.properties', rcon disabled!
[14:33:25] [Server thread/INFO]: [ViaVersion] ViaVersion detected protocol version: 47
[14:33:25] [Server thread/INFO]: [PlugMan] Metrics started: http://mcstats.org/plugin/PlugMan
[14:33:25] [Server thread/INFO]: HikariPool-0 - is starting.
[14:33:25] [Server thread/INFO]: [FastLogin] Hooking into auth plugin: AuthMe
[14:33:26] [Server thread/INFO]: [FastLogin] BungeeCord setting detected. No auth plugin is required
games647 commented 8 years ago

Could I receive the complete startup log, please.

itsfolf commented 8 years ago
[14:33:03] [Server thread/INFO]: Starting minecraft server version 1.8.8
[14:33:03] [Server thread/INFO]: Loading properties
[14:33:03] [Server thread/INFO]: Default game type: SURVIVAL
[14:33:03] [Server thread/INFO]: This server is running CraftBukkit version git-Spigot-e4d4710-e1ebe52 (MC: 1.8.8) (Implementing API version 1.8.8-R0.1-SNAPSHOT)
[14:33:03] [Server thread/INFO]: Server Ping Player Sample Count: 12
[14:33:03] [Server thread/INFO]: Using 4 threads for Netty based IO
[14:33:03] [Server thread/INFO]: Debug logging is disabled
[14:33:03] [Server thread/INFO]: Generating keypair
[14:33:03] [Server thread/INFO]: Starting Minecraft server on 37.59.178.2:25793
[14:33:03] [Server thread/INFO]: Using epoll channel type
[14:33:03] [Server thread/INFO]: Set PluginClassLoader as parallel capable
[14:33:04] [Server thread/INFO]: [AuthMe] Loading AuthMe v3.4
[14:33:04] [Server thread/INFO]: [PlugMan] Loading PlugMan v2.1.1
[14:33:04] [Server thread/INFO]: [WorldEdit] Loading WorldEdit v6.1.3;7a097ca
[14:33:04] [Server thread/INFO]: [ViaVersion] Loading ViaVersion v0.9.4
[14:33:04] [Server thread/INFO]: [ViaVersion] ViaVersion 0.9.4 is now loaded, injecting!
[14:33:04] [Server thread/INFO]: [NametagEdit] Loading NametagEdit v4.1.0
[14:33:04] [Server thread/INFO]: [WorldGuard] Loading WorldGuard v6.1.2;e38d98d
[14:33:04] [Server thread/INFO]: [ProtocolLib] Loading ProtocolLib v3.6.5
[14:33:04] [Server thread/INFO]: [LibsDisguises] Loading LibsDisguises v8.6.8
[14:33:04] [Server thread/INFO]: [BungeePortals] Loading BungeePortals v1.2
[14:33:04] [Server thread/INFO]: [FastLogin] Loading FastLogin v1.6.2
[14:33:04] [Server thread/INFO]: [HolographicDisplays] Loading HolographicDisplays v2.2
[14:33:04] [Server thread/INFO]: [UltraCosmetics] Loading UltraCosmetics v2.3.4
[14:33:04] [Server thread/INFO]: [ProtocolLib] Enabling ProtocolLib v3.6.5
[14:33:04] [Server thread/INFO]: [ProtocolLib] Started structure compiler thread.
[14:33:04] [Server thread/INFO]: [FastLogin] Enabling FastLogin v1.6.2
[14:33:04] [Server thread/WARN]: [FastLogin] Could not save messages.yml to plugins/FastLogin/messages.yml because messages.yml already exists.
[14:33:04] [Server thread/WARN]: **** SERVER IS RUNNING IN OFFLINE/INSECURE MODE!
[14:33:04] [Server thread/WARN]: The server will make no attempt to authenticate usernames. Beware.
[14:33:04] [Server thread/WARN]: Whilst this makes it possible to use BungeeCord, unless access to your server is properly restricted, it also opens up the ability for hackers to connect with any username they choose.
[14:33:04] [Server thread/WARN]: Please see http://www.spigotmc.org/wiki/firewall-guide/ for further information.
[14:33:04] [Server thread/WARN]: To change this, set "online-mode" to "true" in the server.properties file.
[14:33:04] [Server thread/INFO]: **** Beginning UUID conversion, this may take A LONG time ****
[14:33:05] [Server thread/INFO]: Preparing level "world"
[14:33:05] [Server thread/INFO]: -------- World Settings For [world] --------
[14:33:05] [Server thread/INFO]: Mob Spawn Range: 4
[14:33:05] [Server thread/INFO]: Anti X-Ray: true
[14:33:05] [Server thread/INFO]: Engine Mode: 1
[14:33:05] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
[14:33:05] [Server thread/INFO]: Replace Blocks: [1, 5]
[14:33:05] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
[14:33:05] [Server thread/INFO]: Cactus Growth Modifier: 100%
[14:33:05] [Server thread/INFO]: Cane Growth Modifier: 100%
[14:33:05] [Server thread/INFO]: Melon Growth Modifier: 100%
[14:33:05] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[14:33:05] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[14:33:05] [Server thread/INFO]: Sapling Growth Modifier: 100%
[14:33:05] [Server thread/INFO]: Wheat Growth Modifier: 100%
[14:33:05] [Server thread/INFO]: NetherWart Growth Modifier: 100%
[14:33:05] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
[14:33:05] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[14:33:05] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
[14:33:05] [Server thread/INFO]: Random Lighting Updates: false
[14:33:05] [Server thread/INFO]: Structure Info Saving: true
[14:33:05] [Server thread/INFO]: Sending up to 10 chunks per packet
[14:33:05] [Server thread/INFO]: Max Entity Collisions: 8
[14:33:05] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
[14:33:05] [Server thread/INFO]: Max TNT Explosions: 100
[14:33:05] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
[14:33:05] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[14:33:05] [Server thread/INFO]: Item Despawn Rate: 6000
[14:33:05] [Server thread/INFO]: Item Merge Radius: 2.5
[14:33:05] [Server thread/INFO]: Arrow Despawn Rate: 1200
[14:33:05] [Server thread/INFO]: View Distance: 10
[14:33:05] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[14:33:05] [Server thread/INFO]: Chunks to Grow per Tick: 650
[14:33:05] [Server thread/INFO]: Clear tick list: false
[14:33:05] [Server thread/INFO]: Experience Merge Radius: 3.0
[14:33:05] [Server thread/INFO]: Preparing start region for level 0 (Seed: 0)
[14:33:05] [Server thread/INFO]: [AuthMe] Enabling AuthMe v3.4
[14:33:05] [Server thread/INFO]: [AuthMe] Loading Configuration File...
[14:33:05] [Server thread/INFO]: [AuthMe] Set Language: en
[14:33:06] [Server thread/INFO]: [AuthMe] LICENSE : This product includes GeoLite data created by MaxMind, available from http://www.maxmind.com
[14:33:06] [Server thread/INFO]: [AuthMe] Authme 3.4 enabled
[14:33:06] [Server thread/INFO]: [PlugMan] Enabling PlugMan v2.1.1
[14:33:06] [Server thread/INFO]: [WorldEdit] Enabling WorldEdit v6.1.3;7a097ca
[14:33:06] [Server thread/INFO]: WEPIF: Using the Bukkit Permissions API.
[14:33:06] [Server thread/INFO]: [WorldEdit] Using com.sk89q.worldedit.bukkit.adapter.impl.Spigot_v1_8_R3 as the Bukkit adapter
[14:33:06] [Server thread/INFO]: [ViaVersion] Enabling ViaVersion v0.9.4
[14:33:06] [Server thread/INFO]: [NametagEdit] Enabling NametagEdit v4.1.0
[14:33:06] [Server thread/INFO]: [WorldGuard] Enabling WorldGuard v6.1.2;e38d98d
[14:33:06] [Server thread/INFO]: [WorldGuard] (world) TNT ignition is PERMITTED.
[14:33:06] [Server thread/INFO]: [WorldGuard] (world) Lighters are PERMITTED.
[14:33:06] [Server thread/INFO]: [WorldGuard] (world) Lava fire is blocked.
[14:33:06] [Server thread/INFO]: [WorldGuard] (world) Fire spread is UNRESTRICTED.
[14:33:06] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world'
[14:33:06] [Server thread/INFO]: [WorldGuard] Loading region data...
[14:33:07] [Server thread/INFO]: [LibsDisguises] Enabling LibsDisguises v8.6.8
[14:33:08] [Server thread/INFO]: [BungeePortals] Enabling BungeePortals v1.2
[14:33:08] [Server thread/INFO]: [BungeePortals] Metrics initiated!
[14:33:08] [Server thread/INFO]: [BungeePortals] Commands registered!
[14:33:08] [Server thread/INFO]: [BungeePortals] Events registered!
[14:33:08] [Server thread/INFO]: [BungeePortals] Plugin channel registered!
[14:33:08] [Server thread/INFO]: [BungeePortals] Configuration file config.yml loaded!
[14:33:08] [Server thread/INFO]: [BungeePortals] Configuration file portals.yml loaded!
[14:33:08] [Server thread/INFO]: [BungeePortals] Portal data loaded! (2ms)
[14:33:08] [Server thread/INFO]: [BungeePortals] Save task started!
[14:33:08] [Server thread/INFO]: [BungeePortals] Version 1.2 has been enabled. (26ms)
[14:33:08] [Server thread/INFO]: [HolographicDisplays] Enabling HolographicDisplays v2.2
[14:33:08] [Server thread/INFO]: [HolographicDisplays] Found ProtocolLib, adding support for player relative variables.
[14:33:08] [Server thread/INFO]: [UltraCosmetics] Enabling UltraCosmetics v2.3.4
[14:33:08] [Server thread/INFO]: UltraCosmetics -> -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
[14:33:08] [Server thread/INFO]: UltraCosmetics -> UltraCosmetics v2.3.4 is being loaded... (server: 1.8.8)
[14:33:08] [Server thread/INFO]: UltraCosmetics -> 
[14:33:08] [Server thread/INFO]: UltraCosmetics -> Thanks for having downloaded it!
[14:33:08] [Server thread/INFO]: UltraCosmetics -> 
[14:33:08] [Server thread/INFO]: UltraCosmetics -> Plugin by iSach.
[14:33:08] [Server thread/INFO]: UltraCosmetics -> Link: http://bit.ly/UltraCosmetics
[14:33:08] [Server thread/INFO]: UltraCosmetics -> 
[14:33:08] [Server thread/INFO]: UltraCosmetics -> Loading configuration...
[14:33:09] [Server thread/INFO]: UltraCosmetics -> Configuration loaded.
[14:33:09] [Server thread/INFO]: UltraCosmetics -> 
[14:33:09] [Server thread/INFO]: UltraCosmetics -> Initializing module v1_8_R3
[14:33:09] [Server thread/INFO]: UltraCosmetics -> Module initialized
[14:33:09] [Server thread/INFO]: UltraCosmetics -> 
[14:33:09] [Server thread/INFO]: UltraCosmetics -> 
[14:33:09] [Server thread/INFO]: UltraCosmetics -> Preparing Metrics data.
[14:33:09] [Server thread/INFO]: UltraCosmetics -> Data sent to Metrics successfully.
[14:33:09] [Server thread/INFO]: UltraCosmetics -> 
[14:33:09] [Server thread/INFO]: UltraCosmetics -> 
[14:33:09] [Server thread/INFO]: UltraCosmetics -> Registering Messages...
[14:33:09] [Server thread/INFO]: UltraCosmetics -> Messages registered.
[14:33:09] [Server thread/INFO]: UltraCosmetics -> 
[14:33:09] [Server thread/INFO]: UltraCosmetics -> 
[14:33:09] [Server thread/INFO]: UltraCosmetics -> Registering commands...
[14:33:09] [Server thread/INFO]: UltraCosmetics -> Registered subcommand 'gadgets'
[14:33:09] [Server thread/INFO]: UltraCosmetics -> Registered subcommand 'selfview'
[14:33:09] [Server thread/INFO]: UltraCosmetics -> Registered subcommand 'menu'
[14:33:09] [Server thread/INFO]: UltraCosmetics -> Registered subcommand 'give'
[14:33:09] [Server thread/INFO]: UltraCosmetics -> Registered subcommand 'toggle'
[14:33:09] [Server thread/INFO]: UltraCosmetics -> Registered subcommand 'clear'
[14:33:09] [Server thread/INFO]: UltraCosmetics -> Registered subcommand 'treasure'
[14:33:09] [Server thread/INFO]: UltraCosmetics -> Registered command: '/ultracosmetics'.
[14:33:09] [Server thread/INFO]: UltraCosmetics -> Registered command: '/uc'.
[14:33:09] [Server thread/INFO]: UltraCosmetics -> Registered commands.
[14:33:09] [Server thread/INFO]: UltraCosmetics -> 
[14:33:24] [Server thread/INFO]: [UltraCosmetics] Failed to check for an update on spigot. 
[14:33:24] [Server thread/INFO]: UltraCosmetics -> Registering Cosmetics...
[14:33:25] [Server thread/INFO]: UltraCosmetics -> Cosmetics Registered.
[14:33:25] [Server thread/INFO]: UltraCosmetics -> 
[14:33:25] [Server thread/INFO]: UltraCosmetics -> Registering listeners...
[14:33:25] [Server thread/INFO]: UltraCosmetics -> Listeners registered.
[14:33:25] [Server thread/INFO]: UltraCosmetics -> 
[14:33:25] [Server thread/INFO]: UltraCosmetics -> 
[14:33:25] [Server thread/INFO]: UltraCosmetics -> UltraCosmetics successfully finished loading and is now enabled! (server: 1.8.8)
[14:33:25] [Server thread/INFO]: UltraCosmetics -> -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
[14:33:25] [Server thread/INFO]: Server permissions file permissions.yml is empty, ignoring it
[14:33:25] [Server thread/INFO]: Done (20.472s)! For help, type "help" or "?"
[14:33:25] [Server thread/INFO]: Starting GS4 status listener
[14:33:25] [Server thread/WARN]: Unable to initialise query system on 37.59.178.2:25565 (Socket): Address already in use
[14:33:25] [Server thread/INFO]: Starting remote control listener
[14:33:25] [Server thread/WARN]: No rcon password set in '/home/joaopere/37654/server.properties', rcon disabled!
[14:33:25] [Server thread/INFO]: [ViaVersion] ViaVersion detected protocol version: 47
[14:33:25] [Server thread/INFO]: [PlugMan] Metrics started: http://mcstats.org/plugin/PlugMan
[14:33:25] [Server thread/INFO]: HikariPool-0 - is starting.
[14:33:25] [Server thread/INFO]: [FastLogin] Hooking into auth plugin: AuthMe
[14:33:26] [Server thread/INFO]: [FastLogin] BungeeCord setting detected. No auth plugin is required
[14:33:26] [Server thread/INFO]: Unknown command. Type "/help" for help.
[14:33:27] [Craft Scheduler Thread - 0/INFO]: [PlugMan] No update was found.
[14:33:40] [Craft Scheduler Thread - 2/INFO]: [LibsDisguises] Failed to check for a update on spigot. Now checking bukkit..
games647 commented 8 years ago

And of the BungeeCord please.

itsfolf commented 8 years ago

Found a error in bungee:

13:40:12 [INFO] [Checkium] -> UpstreamBridge has disconnected
13:40:12 [INFO] [Checkium] disconnected with: §f[Proxy] Lost connection to server.
13:40:12 [INFO] [Checkium] <-> DownstreamBridge <-> [lobby] has disconnected
13:40:13 [INFO] [/89.114.145.153:49300] <-> InitialHandler has connected
13:40:14 [INFO] [Checkium] <-> InitialHandler has connected
13:40:15 [INFO] [Checkium] <-> ServerConnector [lobby] has connected
13:40:19 [INFO] [Checkium] -> UpstreamBridge has disconnected
13:40:20 [INFO] [Checkium] disconnected with: §f[Proxy] Lost connection to server.
13:40:20 [INFO] [Checkium] <-> DownstreamBridge <-> [lobby] has disconnected
13:40:20 [INFO] [/89.114.145.153:60714] <-> InitialHandler has connected
13:40:49 [FINE] [ServerListPlus] [Core] Saving player identities...
13:40:49 [FINE] [ServerListPlus] [Core] Storage location: plugins/ServerListPlus/PlayerCache.json
13:40:50 [FINE] [ServerListPlus] [Core] Successfully saved profiles to the storage!
13:44:33 [INFO] [/81.20.245.65:53577] <-> InitialHandler has connected
13:47:04 [INFO] [/89.114.145.153:58120] <-> InitialHandler has connected
13:51:23 [INFO] [/89.114.145.153:50718] <-> InitialHandler has connected
13:51:32 [INFO] [Checkium] <-> InitialHandler has connected
13:51:32 [INFO] [Checkium] <-> ServerConnector [lobby] has connected
13:51:36 [INFO] [/46.253.188.25:59865] <-> InitialHandler has connected
13:51:38 [INFO] [Checkium] -> UpstreamBridge has disconnected
13:51:38 [INFO] [/46.253.188.25:62362] <-> InitialHandler has connected
13:51:38 [INFO] [/89.114.145.153:58400] <-> InitialHandler has connected
13:51:39 [INFO] [PereiraPT_Kawaii] <-> ServerConnector [lobby] has connected
13:52:24 [INFO] [PereiraPT_Kawaii] disconnected with: §f§fLogin Timeout
13:52:24 [INFO] [PereiraPT_Kawaii] <-> DownstreamBridge <-> [lobby] has disconnected
13:52:24 [INFO] [Checkium] disconnected with: §f§fLogin Timeout
13:52:24 [INFO] [Checkium] <-> DownstreamBridge <-> [lobby] has disconnected
13:52:24 [INFO] [PereiraPT_Kawaii] -> UpstreamBridge has disconnected
13:52:28 [INFO] [/89.114.145.153:56910] <-> InitialHandler has connected
13:52:29 [INFO] [Checkium] <-> ServerConnector [lobby] has connected
13:52:32 [INFO] [PereiraPT_Kawaii] <-> InitialHandler has connected
13:52:32 [INFO] [PereiraPT_Kawaii] <-> ServerConnector [lobby] has connected
13:52:32 [INFO] [PereiraPT_Kawaii] disconnected with: §cKicked whilst connecting to lobby: §fConnection throttled! Please wait before reconnecting.
13:52:32 [INFO] [PereiraPT_Kawaii] <-> ServerConnector [lobby] has disconnected
13:52:33 [INFO] [PereiraPT_Kawaii] -> UpstreamBridge has disconnected
13:52:35 [INFO] [Checkium] -> UpstreamBridge has disconnected
13:52:35 [INFO] [Checkium] disconnected with: §f[Proxy] Lost connection to server.
13:52:35 [INFO] [Checkium] <-> DownstreamBridge <-> [lobby] has disconnected
13:52:35 [INFO] [/89.114.145.153:57500] <-> InitialHandler has connected
13:52:37 [INFO] [/46.253.188.25:53591] <-> InitialHandler has connected
13:52:38 [INFO] [PereiraPT_Kawaii] <-> ServerConnector [lobby] has connected
13:54:23 [INFO] [/89.114.145.153:56701] <-> InitialHandler has connected
13:54:24 [INFO] [Checkium] <-> ServerConnector [lobby] has connected
13:54:31 [INFO] [Checkium] -> UpstreamBridge has disconnected
13:54:31 [INFO] [Checkium] disconnected with: §f[Proxy] Lost connection to server.
13:54:31 [INFO] [Checkium] <-> DownstreamBridge <-> [lobby] has disconnected
13:54:32 [INFO] [/89.114.145.153:62664] <-> InitialHandler has connected
13:55:50 [FINE] [ServerListPlus] [Core] Saving player identities...
13:55:50 [FINE] [ServerListPlus] [Core] Storage location: plugins/ServerListPlus/PlayerCache.json
13:55:50 [FINE] [ServerListPlus] [Core] Successfully saved profiles to the storage!
13:56:03 [INFO] [PereiraPT_Kawaii] -> UpstreamBridge has disconnected
13:56:03 [INFO] [PereiraPT_Kawaii] disconnected with: §f[Proxy] Lost connection to server.
13:56:03 [INFO] [PereiraPT_Kawaii] <-> DownstreamBridge <-> [lobby] has disconnected
13:56:04 [INFO] [/46.253.188.25:50159] <-> InitialHandler has connected
13:56:09 [INFO] [/46.253.188.25:58355] <-> InitialHandler has connected
13:56:10 [INFO] [PereiraPT_Kawaii] <-> ServerConnector [lobby] has connected
13:56:40 [INFO] [PereiraPT_Kawaii] disconnected with: §f§fLogin Timeout
13:56:40 [INFO] [PereiraPT_Kawaii] <-> DownstreamBridge <-> [lobby] has disconnected
13:56:41 [INFO] [PereiraPT_Kawaii] -> UpstreamBridge has disconnected
13:56:55 [INFO] [/46.253.188.25:56988] <-> InitialHandler has connected
13:56:56 [INFO] [PereiraPT_Kawaii] <-> ServerConnector [lobby] has connected
13:57:26 [INFO] [PereiraPT_Kawaii] disconnected with: §f§fLogin Timeout
13:57:26 [INFO] [PereiraPT_Kawaii] <-> DownstreamBridge <-> [lobby] has disconnected
13:57:26 [INFO] [PereiraPT_Kawaii] -> UpstreamBridge has disconnected
13:57:39 [INFO] [/46.253.188.25:50764] <-> InitialHandler has connected
13:57:40 [INFO] [PereiraPT_Kawaii] <-> ServerConnector [lobby] has connected
13:58:25 [INFO] [/89.114.145.153:52042] <-> InitialHandler has connected
13:59:34 [INFO] [PereiraPT_Kawaii] -> UpstreamBridge has disconnected
13:59:34 [INFO] [/89.114.145.153:51147] <-> InitialHandler has connected
13:59:34 [INFO] [PereiraPT_Kawaii] disconnected with: §f[Proxy] Lost connection to server.
13:59:34 [INFO] [PereiraPT_Kawaii] <-> DownstreamBridge <-> [lobby] has disconnected
13:59:36 [INFO] [/46.253.188.25:54141] <-> InitialHandler has connected
14:00:50 [FINE] [ServerListPlus] [Core] Saving player identities...
14:00:50 [FINE] [ServerListPlus] [Core] Storage location: plugins/ServerListPlus/PlayerCache.json
14:00:50 [FINE] [ServerListPlus] [Core] Successfully saved profiles to the storage!
14:02:04 [INFO] [/46.253.188.25:58769] <-> InitialHandler has connected
14:02:07 [INFO] [PereiraPT_Kawaii] <-> InitialHandler has connected
14:02:08 [INFO] [PereiraPT_Kawaii] <-> ServerConnector [lobby] has connected
14:02:08 [INFO] [PereiraPT_Kawaii] disconnected with: §cKicked whilst connecting to lobby: §fIf you wish to use IP forwarding, please enable it in your BungeeCord config as well!
14:02:08 [INFO] [PereiraPT_Kawaii] <-> ServerConnector [lobby] has disconnected
14:02:09 [INFO] [PereiraPT_Kawaii] -> UpstreamBridge has disconnected
14:02:18 [INFO] [/89.114.145.153:65123] <-> InitialHandler has connected
14:02:19 [INFO] [/89.114.145.153:64786] <-> InitialHandler has connected
14:02:20 [INFO] [Checkium] <-> ServerConnector [lobby] has connected
14:02:20 [INFO] [Checkium] disconnected with: §cKicked whilst connecting to lobby: §fIf you wish to use IP forwarding, please enable it in your BungeeCord config as well!
14:02:20 [INFO] [Checkium] <-> ServerConnector [lobby] has disconnected
14:02:21 [INFO] [Checkium] -> UpstreamBridge has disconnected
14:02:30 [INFO] [/89.114.145.153:61795] <-> InitialHandler has connected
14:02:30 [INFO] [Checkium] <-> ServerConnector [lobby] has connected
14:02:30 [INFO] [Checkium] disconnected with: §cKicked whilst connecting to lobby: §fIf you wish to use IP forwarding, please enable it in your BungeeCord config as well!
14:02:30 [INFO] [Checkium] <-> ServerConnector [lobby] has disconnected
14:02:31 [INFO] [Checkium] -> UpstreamBridge has disconnected
14:02:52 [INFO] [Checkium] <-> InitialHandler has connected
14:02:52 [INFO] [Checkium] <-> ServerConnector [lobby] has connected
14:02:52 [INFO] [Checkium] disconnected with: §cKicked whilst connecting to lobby: §fIf you wish to use IP forwarding, please enable it in your BungeeCord config as well!
14:02:52 [INFO] [Checkium] <-> ServerConnector [lobby] has disconnected
14:02:53 [INFO] [Checkium] -> UpstreamBridge has disconnected
14:05:13 [INFO] [/89.114.145.153:62460] <-> InitialHandler has connected
14:05:15 [INFO] [/89.114.145.153:56665] <-> InitialHandler has connected
14:05:15 [INFO] [Checkium] <-> ServerConnector [lobby] has connected
14:05:15 [INFO] [Checkium] disconnected with: §cKicked whilst connecting to lobby: §fIf you wish to use IP forwarding, please enable it in your BungeeCord config as well!
14:05:15 [INFO] [Checkium] <-> ServerConnector [lobby] has disconnected
14:05:16 [INFO] [Checkium] -> UpstreamBridge has disconnected
14:05:50 [FINE] [ServerListPlus] [Core] Saving player identities...
14:05:50 [FINE] [ServerListPlus] [Core] Storage location: plugins/ServerListPlus/PlayerCache.json
14:05:50 [FINE] [ServerListPlus] [Core] Successfully saved profiles to the storage!
14:05:53 [INFO] §cCommand not found
14:06:32 [INFO] [/89.114.145.153:60635] <-> InitialHandler has connected
14:06:59 [INFO] Closing listener [id: 0xeb14cfed, /37.59.192.216:25565]
14:06:59 [INFO] Closing pending connections
14:06:59 [INFO] Disconnecting 0 connections
14:06:59 [INFO] Closing IO threads
14:07:02 [INFO] Saving reconnect locations
14:07:02 [INFO] Disabling plugins
14:07:02 [INFO] [MaintenanceMode] =====| Maintenance Mode Disabled! |=====
14:11:21 [INFO] Could not load native library: /tmp/bungeecord-native-cipher963960691519084915.so: libcrypto.so.1.0.0: cannot open shared object file: No such file or directory
14:11:21 [INFO] Using standard Java JCE cipher. To enable the OpenSSL based native cipher, please make sure you are using 64 bit Ubuntu or Debian with libssl installed.
14:11:21 [INFO] Using native code compressor
14:11:21 [INFO] Enabled BungeeCord version git:BungeeCord-Bootstrap:1.10-SNAPSHOT:1250088:1167
14:11:22 [INFO] Not on Windows, attempting to use enhanced EpollEventLoop
14:11:22 [INFO] Epoll is working, utilising it!
14:11:22 [INFO] Discovered module: ModuleSpec(name=cmd_alert, file=modules/cmd_alert.jar, provider=JenkinsModuleSource())
14:11:22 [INFO] Discovered module: ModuleSpec(name=cmd_find, file=modules/cmd_find.jar, provider=JenkinsModuleSource())
14:11:22 [INFO] Discovered module: ModuleSpec(name=cmd_list, file=modules/cmd_list.jar, provider=JenkinsModuleSource())
14:11:22 [INFO] Discovered module: ModuleSpec(name=cmd_send, file=modules/cmd_send.jar, provider=JenkinsModuleSource())
14:11:22 [INFO] Discovered module: ModuleSpec(name=cmd_server, file=modules/cmd_server.jar, provider=JenkinsModuleSource())
14:11:22 [INFO] Discovered module: ModuleSpec(name=reconnect_yaml, file=modules/reconnect_yaml.jar, provider=JenkinsModuleSource())
14:11:23 [INFO] Loaded plugin reconnect_yaml version git:reconnect_yaml:1.10-SNAPSHOT:1250088:1167 by SpigotMC
14:11:23 [INFO] Loaded plugin SlashServer version 3 by Bloodsplat
14:11:23 [INFO] Loaded plugin FastLogin version 1.6.2 by games647, http://github.com/games647/FastLogin/graphs/contributors
14:11:23 [INFO] Loaded plugin cmd_list version git:cmd_list:1.10-SNAPSHOT:1250088:1167 by SpigotMC
14:11:23 [INFO] Loaded plugin JustOneMoreBungee version 1.0 by Cewlt
14:11:23 [INFO] Loaded plugin MoveMeNow version 1.2-CUSTOMBUILD by roblabla
14:11:23 [INFO] Loaded plugin cmd_find version git:cmd_find:1.10-SNAPSHOT:1250088:1167 by SpigotMC
14:11:23 [INFO] Loaded plugin Yamler version 2.4.0-SNAPSHOTb-16 by geNAZt
14:11:23 [INFO] Loaded plugin MaintenanceMode version 1.1 by miles7191
14:11:23 [INFO] Loaded plugin cmd_server version git:cmd_server:1.10-SNAPSHOT:1250088:1167 by SpigotMC
14:11:23 [INFO] Loaded plugin cmd_alert version git:cmd_alert:1.10-SNAPSHOT:1250088:1167 by SpigotMC
14:11:23 [INFO] Loaded plugin ServerListPlus version 3.4.6 by Minecrell 
14:11:23 [INFO] Loaded plugin cmd_send version git:cmd_send:1.10-SNAPSHOT:1250088:1167 by SpigotMC
14:11:23 [WARNING] Forced host server pvp is not defined
14:11:23 [INFO] Enabled plugin reconnect_yaml version git:reconnect_yaml:1.10-SNAPSHOT:1250088:1167 by SpigotMC
14:11:23 [INFO] Enabled plugin SlashServer version 3 by Bloodsplat
14:11:24 [SEVERE] Jul 01, 2016 2:11:24 PM com.zaxxer.hikari.HikariDataSource 
INFO: HikariPool-1 - Started.

14:11:25 [SEVERE] Jul 01, 2016 2:11:25 PM com.zaxxer.hikari.pool.HikariPool shutdown
INFO: HikariPool-1 - Close initiated...

14:11:25 [SEVERE] Jul 01, 2016 2:11:25 PM com.zaxxer.hikari.pool.HikariPool shutdown
INFO: HikariPool-1 - Closed.

14:11:25 [WARNING] Exception encountered when loading plugin: FastLogin
com.zaxxer.hikari.pool.HikariPool$PoolInitializationException: Failed to initialize pool: Access denied for user 'joaopere37625'@'5.135.9.125' (using password: YES)
at com.zaxxer.hikari.pool.HikariPool.checkFailFast(HikariPool.java:528)
at com.zaxxer.hikari.pool.HikariPool.(HikariPool.java:118)
at com.zaxxer.hikari.HikariDataSource.(HikariDataSource.java:71)
at com.github.games647.fastlogin.core.Storage.(Storage.java:44)
at com.github.games647.fastlogin.core.FastLoginCore.setupDatabase(FastLoginCore.java:52)
at com.github.games647.fastlogin.bungee.FastLoginBungee.onEnable(FastLoginBungee.java:60)
at net.md_5.bungee.api.plugin.PluginManager.enablePlugins(PluginManager.java:227)
at net.md_5.bungee.BungeeCord.start(BungeeCord.java:267)
at net.md_5.bungee.BungeeCordLauncher.main(BungeeCordLauncher.java:55)
at net.md_5.bungee.Bootstrap.main(Bootstrap.java:15)
Caused by: java.sql.SQLException: Access denied for user 'joaopere37625'@'5.135.9.125' (using password: YES)
at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:996)
at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3887)
at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3823)
at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:870)
at com.mysql.jdbc.MysqlIO.secureAuth411(MysqlIO.java:4332)
at com.mysql.jdbc.MysqlIO.doHandshake(MysqlIO.java:1258)
at com.mysql.jdbc.ConnectionImpl.coreConnect(ConnectionImpl.java:2234)
at com.mysql.jdbc.ConnectionImpl.connectOneTryOnly(ConnectionImpl.java:2265)
at com.mysql.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:2064)
at com.mysql.jdbc.ConnectionImpl.(ConnectionImpl.java:790)
at com.mysql.jdbc.JDBC4Connection.(JDBC4Connection.java:44)
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:422)
at com.mysql.jdbc.Util.handleNewInstance(Util.java:377)
at com.mysql.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:395)
at com.mysql.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:325)
at com.zaxxer.hikari.util.DriverDataSource.getConnection(DriverDataSource.java:95)
at com.zaxxer.hikari.util.DriverDataSource.getConnection(DriverDataSource.java:101)
at com.zaxxer.hikari.pool.PoolBase.newConnection(PoolBase.java:316)
at com.zaxxer.hikari.pool.HikariPool.checkFailFast(HikariPool.java:518)
... 9 more
14:11:25 [INFO] Enabled plugin cmd_list version git:cmd_list:1.10-SNAPSHOT:1250088:1167 by SpigotMC
14:11:26 [INFO] Enabled plugin JustOneMoreBungee version 1.0 by Cewlt
14:11:26 [INFO] Enabled plugin MoveMeNow version 1.2-CUSTOMBUILD by roblabla
14:11:26 [INFO] Enabled plugin cmd_find version git:cmd_find:1.10-SNAPSHOT:1250088:1167 by SpigotMC
14:11:26 [INFO] [MaintenanceMode] =====| Maintenance Mode Activated! |=====
14:11:26 [INFO] Enabled plugin Yamler version 2.4.0-SNAPSHOTb-16 by geNAZt
14:11:26 [INFO] Enabled plugin MaintenanceMode version 1.1 by miles7191
14:11:26 [INFO] Enabled plugin cmd_server version git:cmd_server:1.10-SNAPSHOT:1250088:1167 by SpigotMC
14:11:26 [INFO] Enabled plugin cmd_alert version git:cmd_alert:1.10-SNAPSHOT:1250088:1167 by SpigotMC
14:11:26 [CONFIG] [ServerListPlus] [Core] 
---
Plugin: ServerListPlus v3.4.6 (BungeeCord)
Server: git:BungeeCord-Bootstrap:1.10-SNAPSHOT:1250088:1167 (MC: 1.8.x, 1.9.x, 1.10.x)
Java: 1.8.0_66 (Java HotSpot(TM) 64-Bit Server VM)
OS: Linux, 3.10.9-xxxx-grs-ipv6-64 (amd64)
---
14:11:26 [INFO] [ServerListPlus] [Core] Reloading configuration...
14:11:26 [FINE] [ServerListPlus] [Core] Configuration location: plugins/ServerListPlus/ServerListPlus.yml
14:11:26 [INFO] [ServerListPlus] [Core] Loaded configuration: ServerStatusConf
14:11:26 [INFO] [ServerListPlus] [Core] Loaded configuration: PluginConf
14:11:26 [CONFIG] [ServerListPlus] [Core] 2 configurations loaded.
14:11:26 [FINE] [ServerListPlus] Registered proxy player tracking listener.
14:11:26 [FINE] [ServerListPlus] [Core] Configuration successfully reloaded!
14:11:26 [FINE] [ServerListPlus] [Core] Reloading profiles from: plugins/ServerListPlus/Profiles.json
14:11:27 [CONFIG] [ServerListPlus] [Core] ServerListPlus profile is enabled!
14:11:27 [FINE] [ServerListPlus] Registered proxy ping listener.
14:11:27 [INFO] [ServerListPlus] [Core] Reloading saved player identities...
14:11:27 [FINE] [ServerListPlus] [Core] Storage location: plugins/ServerListPlus/PlayerCache.json
14:11:27 [FINE] [ServerListPlus] [Core] Player identities successfully reloaded from file.
14:11:27 [INFO] [ServerListPlus] Successfully loaded!
14:11:27 [INFO] Enabled plugin ServerListPlus version 3.4.6 by Minecrell 
14:11:27 [INFO] Enabled plugin cmd_send version git:cmd_send:1.10-SNAPSHOT:1250088:1167 by SpigotMC
14:11:27 [INFO] §cCommand not found
14:11:27 [INFO] Listening on /37.59.192.216:25565
14:11:52 [INFO] Netty is not using direct IO buffers.
14:11:52 [INFO] [/89.114.145.153:60023] <-> InitialHandler has connected
14:11:53 [INFO] [/89.114.145.153:49678] <-> InitialHandler has connected
14:11:53 [INFO] [Checkium] <-> ServerConnector [lobby] has connected
14:11:56 [INFO] [Checkium] -> UpstreamBridge has disconnected
14:11:58 [INFO] [/46.253.188.25:60108] <-> InitialHandler has connected
14:11:58 [INFO] [PereiraPT_Kawaii] <-> ServerConnector [lobby] has connected
14:12:02 [INFO] [/89.114.145.153:58656] <-> InitialHandler has connected
14:12:02 [INFO] [Checkium] <-> ServerConnector [lobby] has connected
14:12:09 [INFO] [PereiraPT_Kawaii] -> UpstreamBridge has disconnected
14:12:10 [INFO] [Checkium] -> UpstreamBridge has disconnected
14:12:12 [INFO] [/46.253.188.25:52687] <-> InitialHandler has connected
14:12:12 [INFO] [PereiraPT_Kawaii] <-> ServerConnector [lobby] has connected
14:12:17 [INFO] [Checkium] disconnected with: §f[Proxy] Lost connection to server.
14:12:17 [INFO] [Checkium] <-> DownstreamBridge <-> [lobby] has disconnected
14:12:17 [INFO] [Checkium] disconnected with: §cKicked whilst connecting to lobby: §fSame nick is already playing
14:12:17 [INFO] [Checkium] <-> ServerConnector [lobby] has disconnected
14:12:17 [INFO] [PereiraPT_Kawaii] disconnected with: §cKicked whilst connecting to lobby: §fSame nick is already playing
14:12:17 [INFO] [PereiraPT_Kawaii] <-> ServerConnector [lobby] has disconnected
14:12:17 [INFO] [PereiraPT_Kawaii] -> UpstreamBridge has disconnected
14:12:29 [INFO] [/89.114.145.153:56691] <-> InitialHandler has connected
14:12:29 [INFO] [Checkium] <-> ServerConnector [lobby] has connected
14:12:42 [INFO] [Checkium] -> UpstreamBridge has disconnected
14:12:42 [INFO] [Checkium] disconnected with: §f[Proxy] Lost connection to server.
14:12:42 [INFO] [Checkium] <-> DownstreamBridge <-> [lobby] has disconnected
14:12:43 [INFO] [/46.253.188.25:55579] <-> InitialHandler has connected
14:12:43 [INFO] [PereiraPT_Kawaii] <-> ServerConnector [lobby] has connected
14:12:43 [INFO] [PereiraPT_Kawaii] disconnected with: §cKicked whilst connecting to lobby: §fSame nick is already playing
14:12:43 [INFO] [PereiraPT_Kawaii] <-> ServerConnector [lobby] has disconnected
14:12:43 [INFO] [/89.114.145.153:54489] <-> InitialHandler has connected
14:12:43 [INFO] [PereiraPT_Kawaii] -> UpstreamBridge has disconnected
14:12:44 [INFO] [/89.114.145.153:57842] <-> InitialHandler has connected
14:12:44 [INFO] [Checkium] <-> ServerConnector [lobby] has connected
14:12:47 [INFO] [PereiraPT_Kawaii] disconnected with: §f§fLogin Timeout
14:12:47 [INFO] [PereiraPT_Kawaii] <-> DownstreamBridge <-> [lobby] has disconnected
14:14:26 [INFO] [Checkium] -> UpstreamBridge has disconnected
14:14:26 [INFO] [Checkium] disconnected with: §f[Proxy] Lost connection to server.
14:14:26 [INFO] [Checkium] <-> DownstreamBridge <-> [lobby] has disconnected
14:14:27 [INFO] [/89.114.145.153:54462] <-> InitialHandler has connected
14:14:28 [INFO] [/89.114.145.153:62354] <-> InitialHandler has connected
14:14:28 [INFO] [Checkium] <-> ServerConnector [lobby] has connected
14:14:32 [INFO] [Checkium] -> UpstreamBridge has disconnected
14:14:32 [INFO] [Checkium] disconnected with: §f[Proxy] Lost connection to server.
14:14:32 [INFO] [Checkium] <-> DownstreamBridge <-> [lobby] has disconnected
14:14:32 [INFO] [/89.114.145.153:50126] <-> InitialHandler has connected
14:15:19 [INFO] [/89.114.145.153:60108] <-> InitialHandler has connected
14:16:27 [FINE] [ServerListPlus] [Core] Saving player identities...
14:16:27 [FINE] [ServerListPlus] [Core] Storage location: plugins/ServerListPlus/PlayerCache.json
14:16:27 [FINE] [ServerListPlus] [Core] Successfully saved profiles to the storage!
14:18:24 [INFO] [/89.114.145.153:56795] <-> InitialHandler has connected
14:20:37 [INFO] [/89.114.145.153:62660] <-> InitialHandler has connected
14:21:22 [INFO] [/89.114.145.153:60294] <-> InitialHandler has connected
14:21:22 [INFO] [Checkium] <-> ServerConnector [lobby] has connected
14:21:27 [FINE] [ServerListPlus] [Core] Saving player identities...
14:21:27 [FINE] [ServerListPlus] [Core] Storage location: plugins/ServerListPlus/PlayerCache.json
14:21:27 [FINE] [ServerListPlus] [Core] Successfully saved profiles to the storage!
14:21:52 [INFO] [Checkium] disconnected with: §f§fLogin Timeout
14:21:52 [INFO] [Checkium] <-> DownstreamBridge <-> [lobby] has disconnected
14:21:53 [INFO] [Checkium] -> UpstreamBridge has disconnected
14:22:51 [INFO] [/89.114.145.153:61523] <-> InitialHandler has connected
14:23:58 [INFO] [/46.253.188.25:57237] <-> InitialHandler has connected
14:24:00 [INFO] [/46.253.188.25:64343] <-> InitialHandler has connected
14:24:00 [INFO] [PereiraPT_Kawaii] <-> ServerConnector [lobby] has connected
14:24:31 [INFO] [PereiraPT_Kawaii] disconnected with: §f§fLogin Timeout
14:24:31 [INFO] [PereiraPT_Kawaii] <-> DownstreamBridge <-> [lobby] has disconnected
14:24:31 [INFO] [PereiraPT_Kawaii] -> UpstreamBridge has disconnected
14:24:49 [INFO] [PereiraPT_Kawaii] <-> InitialHandler has connected
14:24:49 [INFO] [PereiraPT_Kawaii] <-> ServerConnector [lobby] has connected
14:25:58 [INFO] [PereiraPT_Kawaii] disconnected with: §fServer closed
14:25:58 [INFO] [PereiraPT_Kawaii] <-> DownstreamBridge <-> [lobby] has disconnected
14:25:58 [INFO] [PereiraPT_Kawaii] -> UpstreamBridge has disconnected
14:26:27 [FINE] [ServerListPlus] [Core] Saving player identities...
14:26:27 [FINE] [ServerListPlus] [Core] Storage location: plugins/ServerListPlus/PlayerCache.json
14:26:27 [FINE] [ServerListPlus] [Core] Successfully saved profiles to the storage!
14:26:39 [INFO] [/89.114.145.153:64783] <-> InitialHandler has connected
14:27:27 [INFO] [/195.94.180.19:62493] <-> InitialHandler has connected
14:30:06 [INFO] [/195.94.180.19:62542] <-> InitialHandler has connected
14:33:10 [INFO] [/89.114.145.153:56637] <-> InitialHandler has connected
itsfolf commented 8 years ago

Going to check mysql

games647 commented 8 years ago

Indeed

Access denied for user

Looks like your password is wrong.

itsfolf commented 8 years ago

I acidentally set the ftp IP in the mysql IP. Changed it, no more errors in the two consoles. But still not logging in :(

games647 commented 8 years ago

Could you now show the updated bukkit log with still enabled debug logging.

itsfolf commented 8 years ago

I needed to use /premium, now It's auto logging me. Any way to make the players don't need to do /premium? And the skins aren't fixing.

games647 commented 8 years ago

Any way to make the players don't need to do /premium?

yes, use autoRegister, but it's only activated for new player in order to protect them from stealing.

itsfolf commented 8 years ago

I can see other players skins, but players see themselves as steve.

itsfolf commented 8 years ago

I deleted authme db to test it. It says "Auto Logged In" but I still can't move and get spammed with "Please register with .:."

games647 commented 8 years ago

Then you have to delete the FastLogin entry too.

itsfolf commented 8 years ago

All about login working now. Just the skins problem now: Players see other players with skins, but see themselves steve/alex.

games647 commented 8 years ago

Could you please try to activate premiumUUID.

itsfolf commented 8 years ago

I enabled premiumUUID and now I can't move, only jump O,o

games647 commented 8 years ago

This is a bug of your auth plugin. You could try to restore it with Essentials /speed command.

itsfolf commented 8 years ago

I don't use essentials, but I can add some sheduler when someone join in my plugin, what should I use to setSpeed of player?

games647 commented 8 years ago

Does it happen every time?

itsfolf commented 8 years ago

Yes, I asked to my friend that use AuthMe too and is the same on his server. Maybe I can use another Auth plugin, what you recommend?

games647 commented 8 years ago

Why don't you use AuthMe 5.X?

EDIT: And my question is still unanswered. AFAIK it happens only on the first time when switching the options.

itsfolf commented 8 years ago

The same bug happens, I'm using 3.X because I was trying to fix it.

games647 commented 8 years ago

I think this is only a feature of AuthMe 5.X (removeSpeed), so you only have to do that once.

itsfolf commented 8 years ago

I already tried with 5:X and 3.X both have the bug

games647 commented 8 years ago

As I said I think 5.X only has this bug. When you migrated to 3.X, you just have to reset it to the normal speed for every players.

itsfolf commented 8 years ago

When I migrated to 3.X I reseted the config

itsfolf commented 8 years ago

And I have the bug

games647 commented 8 years ago

That's not enough this data is saved into the player.dat file.

games647 commented 8 years ago

You could use NBTExplorer to edit it, but the player have to be offline in the meanwhile.

itsfolf commented 8 years ago

to edit the playerdata?

itsfolf commented 8 years ago

Why can't I simply delete it?

games647 commented 8 years ago

DON'T do that players will loose their inventory, location and more.

games647 commented 8 years ago

I would recommend that only on a test server and that works yes.

itsfolf commented 8 years ago

this is the lobby server, all the items and location are reetted everytime a player join.

games647 commented 8 years ago

Then it could be worth a try, but I would backup nevertheless. You never know. Just rename the folder.

itsfolf commented 8 years ago

It worked, thanks :D

itsfolf commented 8 years ago

You are awesome