Minecraft/McMyAdmin: Difference between revisions

From Server Knowledge Base
Jump to navigationJump to search
Created page with "If you add permissions to MCMA that has an apostrophe in it the only way currently (14/07/2013) to remove it is to manually remove it from the file groupinfo.json and then res..."
 
mNo edit summary
Line 14: Line 14:


/?
/?
== Example config file ==
http://mineos.phant0m.net/McMyAdmin.conf


== [https://ssl.mcmyadmin.com/keyrecovery Licence Key Recovery] ==
== [https://ssl.mcmyadmin.com/keyrecovery Licence Key Recovery] ==
== Monitoring.LogLevel ==
loglevel - How much log information should be displayed. Will show messages of the selected level or higher. Values:
* -1 - Trivial (Almost entirely unimportant, not normally needed)
* 0 - Debug Messages (Exception data is written to McMyAdmin-Errors.log)
* 1 - Information Messages
* 2 - Warnings (Recommended Level)
* 3 - Cautions
* 4 - Notices
* 5 - Errors
* 6 - Fatal Errors (McMyAdmin will shut down if encountered)


== Permissions issue ==
== Permissions issue ==

Revision as of 08:37, 16 August 2013

If you add permissions to MCMA that has an apostrophe in it the only way currently (14/07/2013) to remove it is to manually remove it from the file groupinfo.json and then restart MCMA.

Edit messages from Servers

The triggers are located in here:

vim /MinecraftInstallationFolder/Modern/js/McMyAdmin.js

But currently this is not possible: http://forums.phonicuk.com/default.aspx?g=posts&t=1885

Help command

In console:

/?

Example config file

http://mineos.phant0m.net/McMyAdmin.conf

Licence Key Recovery

Monitoring.LogLevel

loglevel - How much log information should be displayed. Will show messages of the selected level or higher. Values:

  • -1 - Trivial (Almost entirely unimportant, not normally needed)
  • 0 - Debug Messages (Exception data is written to McMyAdmin-Errors.log)
  • 1 - Information Messages
  • 2 - Warnings (Recommended Level)
  • 3 - Cautions
  • 4 - Notices
  • 5 - Errors
  • 6 - Fatal Errors (McMyAdmin will shut down if encountered)

Permissions issue

One issue we have ran into is when running McMyAdmin and PermissionsEx at the same time is, if you add a user, group or permission via McMyAdmin, it writes the permissions.yml to PermissionsEx with the user but with no group in between the "" parts.

To avoid this, add users/groups/permissions via /pex in the server console or in-game. To reload do /pex reload instead of /reload

Other

If you make a group that is a 'default' group (Like the Everyone group is by default) - MCMA transparently renames it to 'default' when using PermissionsBukkit as PB requires that it's called Default for people to be a member automatically.