Skocz do zawartości
  • 👋 Witaj na MPCForum!

    Przeglądasz forum jako gość, co oznacza, że wiele świetnych funkcji jest jeszcze przed Tobą! 😎

    • Pełny dostęp do działów i ukrytych treści
    • Możliwość pisania i odpowiadania w tematach
    • System prywatnych wiadomości
    • Zbieranie reputacji i rozwijanie swojego profilu
    • Członkostwo w jednej z największych społeczności graczy

    👉 Dołączenie zajmie Ci mniej niż minutę – a zyskasz znacznie więcej!

    Zarejestruj się teraz

[Problem] ''Registered players only!''


Rekomendowane odpowiedzi

Opublikowano

Witam forumowiczów, mam dość nietypowy problem. Dokładnie chodzi o AuthMe. Od kilku godzin niektórzy gracze nie mogą wejść na serwer z powodem :

 

 

0ye8.png

 

 

 

Co w oryginalnej angielskiej wiadomości brzmi ''Registered players only! Please visit http://example.com to register ''

Od razu mówie, NIKT NIC NIE robił z żadnymi pluginami.. wyszło samo z siebie...

Jeśli ktoś cokolwiek wie na ten temat, bardzo byłbym wdzięczny za odp.

Opublikowano

Widzę że jest włączone register przez stronę ;)

 

Zamień config na ten:

 

 

 

DataSource:
  mySQLColumnName: username
  mySQLTablename: authme
  mySQLUsername: authme
  backend: file
  mySQLColumnLastLogin: lastlogin
  mySQLDatabase: authme
  mySQLPort: '3306'
  mySQLColumnIp: ip
  mySQLHost: 127.0.0.1
  mySQLColumnPassword: password
  mySQLPassword: '12345'
  caching: true
  mySQLlastlocX: x
  mySQLlastlocY: y
  mySQLlastlocZ: z
  mySQLColumnEmail: email
  mySQLColumnId: id
  mySQLColumnLogged: isLogged
GroupOptions:
  UnregisteredPlayerGroup: ''
  RegisteredPlayerGroup: ''
  Permissions:
    PermissionsOnJoin: []
settings:
  sessions:
    enabled: false
    timeout: 60
  restrictions:
    allowChat: false
    allowCommands:
    - /login
    - /register
    - /l
    - /reg
    - /passpartu
    - /email
    - /captcha
    maxRegPerIp: 1
    maxNicknameLength: 20
    ForceSingleSession: true
    ForceSpawnLocOnJoinEnabled: false
    SaveQuitLocation: false
    AllowRestrictedUser: false
    AllowedRestrictedUser: []
    kickNonRegistered: false
    kickOnWrongPassword: false
    teleportUnAuthedToSpawn: false
    minNicknameLength: 3
    allowMovement: false
    timeout: 60
    allowedNicknameCharacters: '[a-zA-Z0-9_]*'
    allowedMovementRadius: 100
    enablePasswordVerifier: true
    ProtectInventoryBeforeLogIn: true
    displayOtherAccounts: true
    ForceSpawnOnTheseWorlds:
    - world
    - world_nether
    - world_the_end
    banUnsafedIP: false
    spawnPriority: authme,essentials,multiverse,default
    maxLoginPerIp: 0
    maxJoinPerIp: 0
  GameMode:
    ForceSurvivalMode: false
    ResetInventoryIfCreative: false
  security:
    minPasswordLength: 4
    unLoggedinGroup: unLoggedinGroup
    passwordHash: SHA256
    doubleMD5SaltLength: 8
    unsafePasswords:
    - '123456'
    - password
  registration:
    enabled: true
    messageInterval: 5
    force: true
    enableEmailRegistrationSystem: false
    doubleEmailCheck: false
    forceKickAfterRegister: false
    forceLoginAfterRegister: false
  unrestrictions:
    UnrestrictedName: []
  messagesLanguage: en
  forceCommands: []
  forceCommandsAsConsole: []
  useWelcomeMessage: true
  broadcastWelcomeMessage: false
ExternalBoardOptions:
  mySQLColumnSalt: ''
  mySQLColumnGroup: ''
  nonActivedUserGroup: -1
  mySQLOtherUsernameColumns: []
Xenoforo: {}
permission:
  EnablePermissionCheck: false
BackupSystem:
  ActivateBackup: false
  OnServerStart: false
  OnServerStop: true
  MysqlWindowsPath: C:\\Program Files\\MySQL\\MySQL Server 5.1\\
Passpartu:
  enablePasspartu: true
Security:
  SQLProblem:
    stopServer: true
  ReloadCommand:
    useReloadCommandSupport: true
  console:
    noConsoleSpam: false
    removePassword: true
  captcha:
    useCaptcha: true
    maxLoginTry: 5
    captchaLength: 5
Converter:
  Rakamak:
    fileName: users.rak
    useIP: false
    ipFileName: UsersIp.rak
    newPasswordHash: SHA256
Email:
  delayRecall: 5
  recallPlayers: false
Hooks:
  multiverse: true
  chestshop: true
  bungeecord: false
  notifications: true
Protection:
  enableProtection: false
  countries:
  - US
  - GB
  enableAntiBot: false
  antiBotSensibility: 5
  antiBotDuration: 10
  countriesBlacklist:
  - A1
VeryGames:
  enableIpCheck: false

 

f

Opublikowano

Która część configu odpowiada za to, albo jaki jest nr wersu? Bo configu nie będę wklejał, tylko chce wiedzieć co jest tego przyczyną.

Opublikowano

@UP

 

Nie, to nie to. ;[

Zobacz, czy ten sposób Ci działa.

http://dev.bukkit.org/bukkit-plugins/authme-reloaded/tickets/71-message-bug-newest-build/

Jeżeli nie, kombinuj z tym.

GroupOptions:
    # if you want to set up a particulary Permission Group for
    # users that arent registered yet. Pay attention this option
    # is casesensitive!
    # Example: UnregisteredPlayerGroup: GuestUser
    UnregisteredPlayerGroup: ''
    # Same as UnregisteredGroup if u want to set a switch 
    # between unregistered and registered player group
    # set the group name below
    RegisteredPlayerGroup: ''
    # with this option you can add specified permission onJoin
    # like for example LoginBonus from another plugins, AuthMe
    # will check onJoin if player has that permissions in his Group
    # if true it add a temporany permissions to that user. This Field
    # is needed beacuse AuthMe switch all unlogged players on a
    # specified restricted Permission Group, so plugins that will use
    # some particolary permissions on join doesnt work, without
    # compiling option below!
    Permissions:
        PermissionsOnJoin: []
# All basics settings of AuthMe
settings:
    sessions:
        # Do you want to enable session? When enabled 
        # the ip of a player will be bound to the nickname
        # of the player on login. As long as neither of those
        # two change players don't have to login on a reconnect
        enabled: false
        # After how many minutes a session should timeout?
        # 0 for unlimitted sessions, use 0 at your own risk!
        # consider that session will end only after timeout, and
        # if player's ip is changed but the timeout treshould isent
        # ended, player will kick out of sever for unvalidSession!
        timeout: 10
        # Do we need to timeout the session if the player is offline
        # And try to login with an another IP Address?
        sessionExpireOnIpChange: false
8372383248.png
  • 2 miesiące temu...

Zarchiwizowany

Ten temat przebywa obecnie w archiwum. Dodawanie nowych odpowiedzi zostało zablokowane.

×
×
  • Dodaj nową pozycję...