Trouble setting up Multiple Users #36


  • New
  • Defect
Open
Assigned to _ForgeUser7607113
  • _ForgeUser4938513 created this issue Aug 9, 2012

    What steps will reproduce the problem?
    1. Downloaded Latest version of Plugin
    2. Edited Properties & User Config file
    3. Ran Server

    What is the expected output? What do you see instead?
    Successfully loaded for users. Currently only able to work for 1 user, when adding a second the entire plugin fails for all users.

    What version of the product are you using?
    Fully Paid (3.2.4) and latest version on Android. (Worked with 1 user perfectly)

    Do you have an error log of what happened?
    no error output other than on android.

    Error as follows:
    "Unable to connect to plugin. Ensure that you have installed the MobileAdmin plugin correctly and that your Minecraft Server is running. Visit http://www.kalner.net for more information."

    This error appears only when attempting 2 or more users. (Not using number password's and only using 1 admin)

    Please provide any additional information below.
    The config file isn't breaking on YML checker.

    We tested simple passwords to see if it would connect.

    <<code>>

    1. Define your users in this file.
    2. Only one admin user is supported by the free version of the client.
    3. The paid version will allow users to authenticate as other users defined here
    4. Only one user can be designated as an admin, this is the only user the free version will allow you to log in as
    1. IMPORTANT: Do not use a numeric (all numbers) password. The plugin will fail to load this file if you do.

    users: - username: modelitup password: mattpass admin: true permissions: ban-player: true pardon-player: true console-command: true reload-server: true set-time: true add-whitelist: true remove-whitelist: true set-properties: true op-player: true deop-player: true give-items: true kick-player: true message-player: true enable-plugin: true disable-plugin: true reload-plugin: true load-plugin: true chat: true

    - username: dac420 password: dacpass admin: false permissions: ban-player: true pardon-player: true console-command: true reload-server: true set-time: true add-whitelist: true remove-whitelist: true set-properties: true op-player: false deop-player: true give-items: true kick-player: true message-player: true enable-plugin: true disable-plugin: true reload-plugin: true load-plugin: true chat: true <</code>>

  • _ForgeUser4938513 added the tags New Defect Aug 9, 2012

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