Skocz do zawartości


Zdjęcie

Plugin FastLogin nie loguje graczy premium...


  • Zaloguj się, aby dodać odpowiedź
15 odpowiedzi w tym temacie

#1 KidKa2

KidKa2

    Nowy

  • Użytkownik
  • 18 postów

Napisano 09 July 2016 - 22:56

Cześć mam problem z pluginem FastLogin gdyż nie loguje graczy premium... 
 
Config:
 

# 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: false
 
# 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: false
 
# 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: localhost
#port: 3306
#database: fastlogin
#username: myUser
#password: myPassword


craftportal

Craftserve to największy i najlepszy polski hosting serwerów Minecraft, jest solidny i tani więc go polecam

#2 Przemykomo

Przemykomo

    Fanatyk wędlin specyficznych

  • Użytkownik+
  • 359 postów
  • przemykomo

Napisano 10 July 2016 - 07:16

Z tego widzę, że trzeba wpisać komendę /premium.

#3 KidKa2

KidKa2

    Nowy

  • Użytkownik
  • 18 postów

Napisano 10 July 2016 - 18:12

@up Nie rozumiem... To jest plugin na logowanie automatyczne graczy premium a on nie działa i cały czas muszę się logować więc to troche bez sensu skoro muszę się zalogować żeby wpisać tą komendę...



#4 KidKa2

KidKa2

    Nowy

  • Użytkownik
  • 18 postów

Napisano 10 July 2016 - 19:54

@ref



#5 Hevbis

Hevbis

    Mistrz

  • Użytkownik+
  • 1981 postów
  • Hevbis

Napisano 10 July 2016 - 20:02

@up Nie rozumiem... To jest plugin na logowanie automatyczne graczy premium a on nie działa i cały czas muszę się logować więc to troche bez sensu skoro muszę się zalogować żeby wpisać tą komendę...

autoRegister: false

Spróbuj zamienić tu false na true.


discord server here: https://discord.gg/exDArtf


#6 KidKa2

KidKa2

    Nowy

  • Użytkownik
  • 18 postów

Napisano 10 July 2016 - 21:25

Próbowałem i nadal to samo...



#7 Hevbis

Hevbis

    Mistrz

  • Użytkownik+
  • 1981 postów
  • Hevbis

Napisano 10 July 2016 - 21:31

premiumUuid: false

Jeszcze to na "true".


discord server here: https://discord.gg/exDArtf


#8 KidKa2

KidKa2

    Nowy

  • Użytkownik
  • 18 postów

Napisano 10 July 2016 - 23:04

@Hevbis wszystkie opcje dziś sprawdziłem i nic nie pomogło...



#9 KidKa2

KidKa2

    Nowy

  • Użytkownik
  • 18 postów

Napisano 11 July 2016 - 17:02

ref



#10 Leszczu97

Leszczu97

    Nowy

  • Użytkownik
  • 78 postów

Napisano 11 July 2016 - 19:37

A masz oczywiście plugin

By zobaczyć linki musisz się zalogować lub zarejestrować


Jeśli pomogłem kliknij Lubię To

 


#11 gelo1238

gelo1238

    gelo1238

  • Użytkownik
  • 480 postów
  • gelo1238

Napisano 11 July 2016 - 21:58

 

premiumUuid: false

Zmień to na:

 

premiumUuid: true

To znajduje się w trzecim akapicie.



#12 KidKa2

KidKa2

    Nowy

  • Użytkownik
  • 18 postów

Napisano 13 July 2016 - 05:23

@Leszczu97 Mam.

 

@gelo1238 Sprawdzałem już te opcje i nadal było to samo.



#13 GreyyKatana

GreyyKatana

    Znawca

  • Użytkownik+
  • 315 postów

Napisano 14 July 2016 - 20:41

Może ten plugin po prostu nie działa poprawnie? Lepiej pobrać AuthMe Albo Logit

 

Albo ty coś skopałeś!


tumblr_oir1tzpNQP1rpn9eno1_500.gif


#14 Leszczu97

Leszczu97

    Nowy

  • Użytkownik
  • 78 postów

Napisano 15 July 2016 - 13:34

Może ten plugin po prostu nie działa poprawnie? Lepiej pobrać AuthMe Albo Logit

 

Albo ty coś skopałeś!

FastLogin to dodatek do pluginów na logowanie a nie plugin na logowanie.

 

@KidKa2


Podaj logi z konsoli gdy włączasz serwer.

Czy masz włączony offline-mode?


Użytkownik Leszczu97 edytował ten post 15 July 2016 - 13:38

Jeśli pomogłem kliknij Lubię To

 


#15 afreen

afreen

    Nowy

  • Użytkownik
  • 3 postów

Napisano 05 September 2022 - 07:06

Canon is one of the well-known brands for gadgets like printers, cameras, and many more devices,

By zobaczyć linki musisz się zalogować lub zarejestrować

but the best of them is the Canon wireless printer as they are multi-functional and have broad features in their applications. 

By zobaczyć linki musisz się zalogować lub zarejestrować

The steps to download and install a canon printer driver are available at and go-ahead to get your canon printer software now.

By zobaczyć linki musisz się zalogować lub zarejestrować

Canon Pixma Printer is one of the advanced printing machines, which is obtainable in different types of models such as Canon Pixma MG printer, MX printer, and TS printer etc.Turbotax.ca/download is a plan of software application, which assists to take care of income tax returns.

By zobaczyć linki musisz się zalogować lub zarejestrować

Intuit generates it.
Choose the location or region of the purchased printer at  setup

By zobaczyć linki musisz się zalogować lub zarejestrować

Check whether the operating system is selected on the SELECT DEVICE page or not. First, open up a browser to go to  website.

By zobaczyć linki musisz się zalogować lub zarejestrować

Once you have selected the printer model, choose the operating system version to proceed with the respective drivers installation. Go ahead to select the compatible drivers and download the file. Finally, the drivers are downloaded to your device.

By zobaczyć linki musisz się zalogować lub zarejestrować

As you have downloaded the drivers from so go to the destination folder and double-click the exe. file to start the setup. 

  • 2Jamalo lubi to

#16 Vasekk

Vasekk

    Nowy

  • Użytkownik
  • 1 postów
  • Vasek#2115
  • slodziaczekk

Napisano 07 September 2022 - 08:37

 

Cześć mam problem z pluginem FastLogin gdyż nie loguje graczy premium... 
 
Config:
 

# 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: false
 
# 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: false
 
# 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: localhost
#port: 3306
#database: fastlogin
#username: myUser
#password: myPassword 

Czy podpiołeś bazę danych MySQL do serwera? (Jak jest w configu, masz zapisanę , że dane premium są zapisiwane w bazie danych, gdy nie masz podpiętej bazy danych, plugin nie będzie działał)