Wiki

Clone wiki

MCManager / Home

MCManager Wiki

Welcome to the official MCManager Wiki!

Users

General Help like an installation tutorial, config and language help will appear here.

Administrators

MCManager is divided into various modules. They can be enabled and disabled in the config. A full list of modules with information about them can be found here. It is also possible to have per user permissions. Ways to access MCManager are:

  • OP Status
  • * Permission
  • mcm.* Permission
  • mcm.<module> Permission

To disable Modules for all users, have a look here. There is also a Sandbox Mode for convenience which automatically disables dangerous modules.

It is also possible to prohibit access to certain files. Just add files and folders to the disabled_files list in the config. Of course, the module mcmanager should be disabled to prevent the config from being changed.

#!yaml

disabled_files:
  - start.bat
  - secret_folder

Developer

Documentation for the different APIs is provided here.

Experimental Builds

Not fully tested builds can be found in the download section of this repository.

Updated