File Manager
Browse, edit, and organize your server files directly from MC-Vector.
MC-Vector includes a full-featured File Manager that lets you interact with your server's files without leaving the app. It integrates with the Monaco Editor for in-app text editing.
Navigating Files
Open the Files tab in any server to browse the directory tree. Click folders to expand them; click text files to open them in the editor.
Supported Operations
| Operation | How to use |
|---|---|
| Create | Click + to create a new file or folder |
| Edit | Click any .properties, .yml, .json, .toml, etc. file to open in Monaco |
| Rename / Move | Right-click an item |
| Delete | Right-click → Delete |
| Compress | Select items → Compress to ZIP |
| Extract | Right-click a .zip → Extract |
| Import | Click the Import button to open your OS file picker and copy files in |
| Open in Finder/Explorer | Opens the current folder in your OS file browser |
Monaco Editor
MC-Vector uses the Monaco Editor (the same engine as VS Code) for all in-app text editing:
- Syntax highlighting for JSON, YAML, TOML, and more.
- Line numbers and error indicators.
- Save with
Ctrl+S(Windows) /Cmd+S(macOS).
Tip
To install plugins or mods, use the built-in Plugins/Mods tab — it's faster than manually copying files here.
Multi-select
Hold Shift or Ctrl/Cmd and click to select multiple files at once, then compress or delete them in a single action.