Authme maxRegPerIp

Technická podpora k herním serverům Minecraft a Tekkit
Message
Autor
DTB1995
Příspěvky: 65
Registrován: 19 led 2014, 15:24
Reputation: 0

Authme maxRegPerIp

#1 Příspěvekod DTB1995 » 22 úno 2014, 20:42

93.91.250.129:27302

Čaute opäť mi na serveri dačo nefunguje tento krát je to authme

Plugin ako by nefungoval nadstavil som maxRegPerIp: 1
A hráči sa môžu viac krát registrovať. Ja chcem aby sa max. 1x mohli (obchadzanie banu)
Obrázek

Weizen
Příspěvky: 1429
Registrován: 19 úno 2014, 19:56
Reputation: 0
Kontaktovat uživatele:

Re: Authme maxRegPerIp

#2 Příspěvekod Weizen » 22 úno 2014, 20:46

Hoď sem config AuthMe...

DTB1995
Příspěvky: 65
Registrován: 19 led 2014, 15:24
Reputation: 0

Re: Authme maxRegPerIp

#3 Příspěvekod DTB1995 » 22 úno 2014, 21:06

Kód: Vybrat vše

DataSource:
  mySQLColumnName: username
  mySQLTablename: authme
  mySQLUsername: 143644_mysql_db
  backend: file
  mySQLColumnLastLogin: lastlogin
  mySQLDatabase: 143644_mysql_db
  mySQLPort: '3306'
  mySQLColumnIp: ip
  mySQLHost: localhost
  mySQLColumnPassword: password
  mySQLPassword: ****
  caching: true
  mySQLlastlocX: x
  mySQLlastlocY: y
  mySQLlastlocZ: z
  mySQLlastlocWorld: world
  mySQLColumnEmail: email
  mySQLColumnId: id
GroupOptions:
  UnregisteredPlayerGroup: ''
  RegisteredPlayerGroup: ''
  Permissions:
    PermissionsOnJoin: []
settings:
  sessions:
    enabled: false
    timeout: 10
    sessionExpireOnIpChange: false
  restrictions:
    allowChat: false
    allowCommands:
    - /login
    - /register
    - /l
    - /reg
    - /passpartu
    - /email
    - /captcha
    maxRegPerIp: 1
    maxNicknameLength: 20
    ForceSingleSession: true
    ForceSpawnLocOnJoinEnabled: false
    SaveQuitLocation: false
    AllowRestrictedUser: false
    AllowedRestrictedUser:
    - playername;127.0.0.1
    kickNonRegistered: false
    kickOnWrongPassword: false
    teleportUnAuthedToSpawn: false
    minNicknameLength: 3
    allowMovement: false
    timeout: 30
    allowedNicknameCharacters: '[a-zA-Z0-9_?]*'
    allowedMovementRadius: 100
    enablePasswordVerifier: true
    ProtectInventoryBeforeLogIn: true
    displayOtherAccounts: true
    ForceSpawnOnTheseWorlds:
    - world
    - world_nether
    - world_the_end
    banUnsafedIP: false
  GameMode:
    ForceSurvivalMode: false
    ResetInventoryIfCreative: false
    ForceOnlyAfterLogin: false
  security:
    minPasswordLength: 4
    unLoggedinGroup: unLoggedinGroup
    passwordHash: SHA256
    doubleMD5SaltLength: 8
    supportOldPasswordHash: false
  registration:
    enabled: true
    messageInterval: 5
    force: true
    enableEmailRegistrationSystem: false
    doubleEmailCheck: false
  unrestrictions:
    UnrestrictedName: []
  messagesLanguage: en
  forceCommands: []
ExternalBoardOptions:
  mySQLColumnSalt: ''
  mySQLColumnGroup: ''
  nonActivedUserGroup: -1
  mySQLOtherUsernameColumns: []
  bCryptLog2Round: 10
  phpbbTablePrefix: phpbb_
  phpbbActivatedGroupId: 2
  wordpressTablePrefix: wp_
permission:
  EnablePermissionCheck: false
BackupSystem:
  ActivateBackup: false
  OnServerStart: false
  OnServerStop: true
  MysqlWindowsPath: C:\\Program Files\\MySQL\\MySQL Server 5.1\\
Passpartu:
  enablePasspartu: false
Security:
  SQLProblem:
    stopServer: true
  ReloadCommand:
    useReloadCommandSupport: true
  console:
    noConsoleSpam: false
    removePassword: true
    logConsole: false
  captcha:
    useCaptcha: false
    maxLoginTry: 5
    captchaLength: 5
Converter:
  Rakamak:
    fileName: users.rak
    useIP: false
    ipFileName: UsersIp.rak
    newPasswordHash: SHA256
Email:
  mailSMTP: smtp.gmail.com
  mailPort: 465
  mailAccount: ''
  mailPassword: ''
  mailSenderName: ''
  RecoveryPasswordLength: 8
  mailSubject: Your new AuthMe Password
  maxRegPerEmail: 1
  recallPlayers: false
  delayRecall: 5
  mailText: 'Dear <playername>, <br /><br /> This is your new AuthMe password for
    the server <br /><br /> <servername> : <br /><br /> <generatedpass><br /><br />Do
    not forget to change password after login! <br /> /changepassword <generatedpass>
    newPassword'
Hooks:
  multiverse: true
  chestshop: true
  bungeecord: false
  notifications: true
  disableSocialSpy: true
  useEssentialsMotd: false
Performances:
  useMultiThreading: false
Purge:
  useAutoPurge: false
  daysBeforeRemovePlayer: 60
  removePlayerDat: false
  removeEssentialsFile: false
  defaultWorld: world
  removeLimitedCreativesInventories: false
  removeAntiXRayFile: false
Protection:
  enableProtection: false
  countries:
  - US
  - GB
  enableAntiBot: false
  antiBotSensibility: 5
  antiBotDuration: 10
Obrázek

Weizen
Příspěvky: 1429
Registrován: 19 úno 2014, 19:56
Reputation: 0
Kontaktovat uživatele:

Re: Authme maxRegPerIp

#4 Příspěvekod Weizen » 22 úno 2014, 21:07

To 1 tam máš nastavené už od začátku serveru? co jsi ho vytvořil nebo jsi tam měl i více?

DTB1995
Příspěvky: 65
Registrován: 19 led 2014, 15:24
Reputation: 0

Re: Authme maxRegPerIp

#5 Příspěvekod DTB1995 » 22 úno 2014, 21:10

Myslím že som tam mal 2
Obrázek

Weizen
Příspěvky: 1429
Registrován: 19 úno 2014, 19:56
Reputation: 0
Kontaktovat uživatele:

Re: Authme maxRegPerIp

#6 Příspěvekod Weizen » 22 úno 2014, 21:11

A lidi mají více účtů jak 2?

DTB1995
Příspěvky: 65
Registrován: 19 led 2014, 15:24
Reputation: 0

Re: Authme maxRegPerIp

#7 Příspěvekod DTB1995 » 22 úno 2014, 21:34

ako ktorý ... Jednému sa dá 2x jednému 1x...
Obrázek

Weizen
Příspěvky: 1429
Registrován: 19 úno 2014, 19:56
Reputation: 0
Kontaktovat uživatele:

Re: Authme maxRegPerIp

#8 Příspěvekod Weizen » 22 úno 2014, 21:37

No tak ty co tam byly dříve když jsi to měl na 2 tak si tam udělali 2 účty a můžou se na oba logovat.. Musel by jsi promazat ty registrace aby měl každý nový jen 1.

Uživatelský avatar
Sejsel
Příspěvky: 4131
Registrován: 19 čer 2011, 09:43
Reputation: 0
Bydliště: /home/sejsel/
Kontaktovat uživatele:

Re: Authme maxRegPerIp

#9 Příspěvekod Sejsel » 22 úno 2014, 21:39

Pokud se registrují přes jiné IP adresy, tak máš prostě smůlu.
01101110011101010110001001110111


Zpět na „Minecraft, Tekkit“

Kdo je online

Uživatelé prohlížející si toto fórum: Žádní registrovaní uživatelé a 30 hostů