Aller au contenu
News ticker
  • Bienvenue sur le nouveau forum VeryGames
  • Welcome to the new VeryGames forum
  • VeryNews

    xAuth


    Drixx

    Messages recommandés

    Bonjour,j'ai télécharger xAuth, j'ai reboot mon serveur mais je ne dois pas faire /register et je ne peux pas faire /authreload.Et où est la commande pour ne pas accepter les versions crackes.

    main:
     auto-disable: true
     check-for-updates: true
     download-library: true
     reload-on-join: false
    mysql:
     enabled: false
     host: localhost
     port: 3306
     user: user
     password: password
     database: xauth
     tables:
       account: accounts
       location: locations
       lockout: lockouts
       playerdata: playerdata
       session: sessions
    authurl:
     enabled: false
     url: http://google.com
     registration: false
     status: false
     groups: false
     broadcast-login: false
    single-session:
     reverse: true
     guests:
       reverse: false
       immunity-length: 5
    registration:
     enabled: true
     forced: true
     require-email: false
     validate-email: false
     account-limit: 0
     activation: false
     require-login: true
    password:
     min-length: 6
     allow-change: true
     complexity:
       lowercase: false
       uppercase: false
       number: false
       symbol: false
    guest:
     timeout: 300
     notify-cooldown: 5
     hide-inventory: true
     protect-location: true
     allowed-commands:
     - register
     - login
     - l
     restrict:
       player:
         chat: true
         interact: true
         move: true
         pickup: true
       block:
         place: true
         break: true
       entity:
         damage: true
         target: true
    session:
     length: 3600
     verifyip: true
     godmode-length: 5
    strikes:
     amount: 5
     lockout-length: 3600
    account:
     track-last-login: false
    filter:
     min-length: 2
     allowed: ''
     disallowed: ''
     blank-name: true

     

    Messages.yml

    join:
     register: '{RED}Vous n'êtes pas inscrit.{NEWLINE}{RED}S'il vous plaît pour vous inscrire écrivez /register
       <password>.'
     login: '{RED}S'il vous plaît enregistrer vous /login <password>.'
     resume: '{BRIGHTGREEN}Bienvenue, votre session a été repris.'
     error:
       lockout: Vous êtes temporairement indisponible vous avez atteint le nombre de  de mot de passe incorrect.
       name: Your name contains one or more illegal characters.
       online: You are already online!
    register:
     usage: '{RED}Correct Usage: /register <password> [email]'
     success: '{BRIGHTGREEN}You have successfully registered!{NEWLINE}{BRIGHTGREEN}You
       may now log in using /login <password>'
     error:
       disabled: '{RED}Registrations are currently disabled!'
       registered: '{RED}You are already registered!'
       limit: '{RED}You may not register any more accounts!'
       password: '{RED}Your password must be at least {PWMINLENGTH} characters long!'
       email: '{RED}Please use a valid email address when registering!'
       general: '{RED}Something went wrong while creating your account!'
    login:
     usage: '{RED}Correct Usage: /login <password>'
     success: '{BRIGHTGREEN}You are now logged in!'
     error:
       registered: '{RED}You are not registered!'
       authenticated: '{RED}You are already logged in!'
       password: '{RED}Incorrect password!'
       active: '{RED}Your account is not activated!'
       general: '{RED}Something went wrong while logging you in!'
    logout:
     success: '{BRIGHTGREEN}You have been logged out!'
     error:
       logged: '{RED}You are not logged in!'
       general: '{RED}Something went wrong while logging you out!'
    changepw:
     usage: '{RED}Correct Usage: /changepw <old password> <new password>'
     success: '{BRIGHTGREEN}Password changed!'
     error:
       disabled: '{RED}Password changes are currently disabled.'
       logged: '{RED}You are not logged in!'
       incorrect: '{RED}Incorrect old password!'
       invalid: '{RED}Your new password does not meet complexity requirements!'
       general: '{RED}Something went wrong while changing your password!'
    authurl:
     registration: '{RED}AuthURL registration is disabled.'
     changepw: '{RED}AuthURL does not support password changes.'
    misc:
     illegal: '{GRAY}You must be logged in to do that!'
     timeout: You have taken too long to log in!
     strikeout: You have entered too many invalid passwords!
     reloaded: '{RED}Server reloaded, you must log in.'
    admin:
     permission: You do not have permission to use this command!
     register:
       usage: '{RED}Correct Usage: /xauth register <player> <password> [email]'
       success: '{BRIGHTGREEN}Account successfully created for: {WHITE}{TARGET}'
       error:
         registered: '{RED}This player is already registered!'
         general: '{RED}Something went wrong while creating an account for {TARGET}'
     changepw:
       usage: '{RED}Correct Usage: /xauth changepw <player> <new password>'
       success: '{TARGET}''s {BRIGHTGREEN}password has been changed!'
       error:
         registered: '{RED}This player is not registered!'
         general: '{RED}Something went wrong while changing {TARGET}''s password!'
     logout:
       usage: '{RED}Correct Usage: /xauth logout <player>'
       error:
         logged: '{TARGET} {RED}is not logged in!'
         general: '{RED}Something went wrong while logging this player out!'
       success:
         player: '{TARGET} {BRIGHTGREEN}has been logged out!'
         target: '{BRIGHTGREEN}You have been logged out by an Administrator!'
     unregister:
       usage: '{RED}Correct Usage: /xauth unregister <player>'
       error:
         registered: '{RED}This player is not registered!'
         general: '{RED}Something went wrong while unregistering this player!'
       success:
         player: '{TARGET} {BRIGHTGREEN}has been unregistered!'
         target: '{RED}You have been unregistered and logged out!'
     location:
       usage: '{RED}Correct Usage: /xauth location set|remove [global]'
       set:
         error:
           global: '{RED}Global teleport location is set to this world.{NEWLINE}{RED}Please
             remove it first.'
           general: '{RED}Something went wrong while setting this location!'
         success:
           regular: '{BRIGHTGREEN}Teleport location for this world set to your location!'
           global: '{BRIGHTGREEN}Global teleport location set to your location!'
       remove:
         error:
           noglobal: '{RED}A global teleport location is not set!'
           notset: '{RED}This world does not have a teleport location!'
           global: '{RED}Global teleport location is set to this world.{NEWLINE}{RED}Please
             use /xauth location remove global'
           general: '{RED}Something went wrong while removing this location!'
         success:
           regular: '{BRIGHTGREEN}Teleport location for this world has been removed!'
           global: '{BRIGHTGREEN}Global teleport location has been removed!'
     reload: '{BRIGHTGREEN}xAuth reloaded.'
     activate:
       usage: '{RED}Correct Usage: /xauth activate <player>'
       error:
         registered: '{RED}This player is not registered!'
         active: '{RED}This player is already active!'
         general: '{RED}Something went wrong while activating this player!'
       success: '{BRIGHTGREEN}{TARGET} has been activated!'
     config:
       usage: '{RED}Correct Usage: /xauth config <node> <value>'
       error:
         exist: '{RED}This configuration node does not exist!'
         int: '{RED}This configuration node requires an integer value!'
         invalid: '{RED}This setting cannot be altered using this command!'
       success: '{BRIGHTGREEN}Configuration updated!'
    

    Lien vers le commentaire
    Partager sur d’autres sites

    Je regarde les logs console et il affiche ceci:

    >23:24:01 [iNFO] [xAuth] Enabling xAuth v2.0.10

    >23:24:01 [iNFO] [xAuth] Auto-disabling, server is running in online-mode

    >23:24:01 [iNFO] [xAuth] Disabling xAuth v2.0.10

     

    Et j'ai aussi

    >00:59:22 [iNFO] Initializing c3p0-0.9.1.2 [built 21-May-2007 15:04:56; debug? true; trace: 10]

    Est ce que ça a un rapport avec xAuth?

    Lien vers le commentaire
    Partager sur d’autres sites

    Rejoindre la conversation

    Vous pouvez publier maintenant et vous inscrire plus tard. Si vous avez un compte, connectez-vous maintenant pour publier avec votre compte.

    Invité
    Répondre à ce sujet…

    ×   Collé en tant que texte enrichi.   Coller en tant que texte brut à la place

      Seulement 75 émoticônes maximum sont autorisées.

    ×   Votre lien a été automatiquement intégré.   Afficher plutôt comme un lien

    ×   Votre contenu précédent a été rétabli.   Vider l’éditeur

    ×   Vous ne pouvez pas directement coller des images. Envoyez-les depuis votre ordinateur ou insérez-les depuis une URL.

    ×
    ×
    • Créer...