allowMovement dont work #25


  • Defect
  • Accepted
Open
Assigned to _ForgeUser7462391
  • _ForgeUser6946238 created this issue Oct 5, 2011

    I can't move until I'm logged.

    Server Version: 1240 (MC: 1.8.1)
    Permissions: 3.x
    Config:

    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
    settings:
        sessions:
            enabled: true
            timeout: 0
        restrictions:
            allowChat: true
            kickNonRegistered: false
            teleportUnAuthedToSpawn: false
            maxNicknameLength: 15
            allowMovement: true
            minNicknameLength: 3
            timeout: 0
            allowedMovementRadius: 0
            allowedNicknameCharacters: '[a-zA-Z0-9_?]*'
        security:
            passwordHash: SHA256
        registration:
            enabled: true
            messageInterval: 5
            force: true

  • _ForgeUser6946238 added the tags New Defect Oct 5, 2011
  • _ForgeUser7462391 removed a tag New Oct 17, 2011
  • _ForgeUser7462391 added a tag Accepted Oct 17, 2011

To post a comment, please login or register a new account.