Plugin BungeeAuth Configuration

Wantak

Aventurier
10 Février 2017
1
0
2
27
Bonjour,

Ayant un problème avec bungeeauth je viens chercher de l'aide!
Tout d'abord, je suis sous BungeeCord (normal) avec 4 serveurs: - Connexion; - Hub; -Faction; -PvP.
Dès que le joueur ce connecte il arrive automatiquement sur le serveur connexion, qui sur celui la avec le lien de BungeeCord demande un ./login ou ./register une fois connecter ou enregistré cela nous téléport sur le serveur Hub.
Le problème est que leur session reste ouverte, je veux qu'a chaque déco/reco le mot de passe soit demandé, je vous met le config.yml de BungeeAuth.

# BungeeAuth Config File

Use SQLite: true
# Set this to true if you want to use a file based database (SQLite) rather than MySQL

Host: 127.0.0.1
# Please enter the Host of your MySQL database here.

Port: 3306
# Please enter the port where your MySQL database is hosted.

Username: root
# The Username which should be used to login to the MySQL database.

Password: 'pass'
# The Password which should be used to login to the MySQL database. If you don't have a password, please leave two single quotation marks (') in this field.

DBName: Bungee
#The name of the MySQL database where BungeeAuth's Tables shall be created.

Lobby: Hub
# The name of the lobby server.

Fallback Lobby: Hub
# The name of the fallback lobby server in case the main lobby is down.

AuthLobby: Connexion
# The name of the lobby where players are pushed before they authenticate. leave it same as normal lobby if you don't have an auth lobby.

Fallback AuthLobby: Connexion
# The name of the fallback AuthLobby server in case the main AuthLobby is down.

Ask Email: false
# Set this to True if you want the plugin to prompt users to register their email when they login to the server for the first time.

Session Length: false
# How long (in minutes) does the user's session remains running after a player quits. This allows the user to log back in within the time frame without
# having to type their password again. If user logs in from a different IP, they will be asked to type their password again for security reasons.

Guest Session Length: 30
# How long (in seconds) the user has before they have to register or login. Set this to 0 to disable guest session time limits.

Legal Usernames Characters: "[a-zA-Z0-9_]*"
# Allowed Characters in Usernames (). Enclose in quotation marks.

Users per IP: 2
# Number of users that can register (not login) from the same IP.

Password Tries: 3
# Number of times a player can input a wrong password before getting their account locked. Set this to 0 to disable this feature.

Wrong Password Timeout: 3
# Timeout (in minutes) for players who spam commands. The timeout occurs if a player tries to use a BungeeAuth command more than 10 times. Set this to 0 to disable this feature.

Guest Server Failsafe Check: true
# A failsafe method that runs every 10 seconds to check if a guest player is in AuthLobby, and if not, moves them to AuthLobby.

#---------------------------- PHP API AREA ----------------------------#

Enable PHP API: false
# Enabling this will make the plugin listen to API requests from a port.

PHP API Port: 1395
# The port that the plugin will be listening for API requests on.

API Password: 'pZe8qNCC6s5NKvYj'
# The password required in the API requests for a response. If you don't have a password, please leave two single quotation marks (') in this field.

API Error Limit: 5
# Set the maximum number of wrong api password attempts used by a php script before it's ip gets blocked. IP will be blocked until removed from apithreats.yml

Voila en espérant mettre bien expliqué, Merci de vos éventuelles réponses.
 
Salut,

Qu'est-ce que ça vient faire dans la section "tutoriels serveur" ? Y a une section "support" juste en dessous.... Ne crois tu pas que ton posera sera plus à sa place la-bas ?
Je signale ton message à un modérateur qui le déplacera surement.

Je t'invite en attendant à lire ce poste: http://minecraft.fr/forum/threads/trucs-pour-résoudre-un-problème.77248/
En à la suite de cela, d'éditer ton message pour rajouter des balises "codes".


Cordialement,
Detobel36
 
Sinon essaye de mettre :
Session Length: 0
# How long (in minutes) does the user's session remains running after a player quits. This allows the user to log back in within the time frame without

Car le plugin attend un chiffre et tu lui assènes un false qui n'a rien a voir (j'ai rien trouvé dans la doc de l'auteur).