This site works best with JavaScript enabled. Please enable JavaScript to get the best experience from this site.
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>>
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>>
To post a comment, please login or register a new account.