FAQ

____________________________________________________________________________

Q: How do I set/turn off/enable/change/remove XXXXXX feature?

A: I would highly recommend looking at the configuration file before posting questions like this as there are comments explaining what each variable and much of it is self-explanatory.

____________________________________________________________________________

Q: How do I disable certain commands like teleporting?

A: If you would like to disable certain commands for groups of users, simply do not give them the permission that corresponds to that command. For instance, If you do not want users to have access to the team rally command or the team return command, simply give them permission for all commands except for xteam.core.user.rally and xteam.core.user.return.

____________________________________________________________________________

Q: How do I play without permissions?

A: In the configuration file, there is an option "nopermissions". If set to true, then by default all players will have access to team user, team admin, and team leader commands given that they are one of those three ranks. Also by default, ops can access all server admin commands as if they were in the console.

____________________________________________________________________________

Q: Why am I getting permission denied when I try to use commands?

A: There are a number of reasons that might cause this but I will attempt to address the most common.

  1. Permissions have not been distributed to users yet (see config file for list of permissions).
  2. There is no permissions plugin on your server in which case I would recommend PermissionsEx as it is pretty simple and straightforward.
  3. nopermissions is set to false inside the configuration file.

____________________________________________________________________________

Q: Is the source code online?

A: Yes! Head on over to https://github.com/protocos/xTeam to get the latest version of the code!

____________________________________________________________________________

Q: Are multiple languages supported?

A: At the moment, only english is supported as it is the language I know the best. I do plan on adding multi-language support in the future, but I would need more help than just google translate to get it correct. Also, this would require an entire overhaul to the way messages are stored and displayed inside the plugin, so I would not expect it very soon.

____________________________________________________________________________

Q: Why hasn't there been an update recently?

A: This is a frequent enough question that I feel needs addressing. I am in college at the moment and have other priorities that I have to contend with. That being said, I will always love minecraft and have a passion for personal projects like this one, so I will not be leaving the project any time soon. All I can do is ask for your patience and continued support as I learn from this project as well as school.

____________________________________________________________________________

Q: Is there a way to migrate my old data to new data?

A: Yes! Just follow the procedure below:

  1. Shut down the server.
  2. IMPORTANT If any tables (team_data, player_data) already exists in the database, delete them! This will avoid corrupting the data.
  3. Launch the server with the File storage type set in the config to load all of the data into the cache.
  4. Open the configuration file and change the storage type to SQLite or whichever storage type you prefer.
  5. Reload the server with the '/reload' command and the data should be migrated.

Comments

Posts Quoted:
Reply
Clear All Quotes