cubedfilemanager
v3.1.14
Published
A CLI that helps scripters easily work on their playerservers on the CubedCraft network.
Downloads
65
Maintainers
Readme
Features
- Allow for easy uploading and reloading of scripts for the skript plugin
- An easy and good looking CLI
- Ability to save a local config file so you don't have to keep going through the settings
Installation
- Ensure that you have NodeJS installed.
- Open a terminal and enter the following command
npm install cubedfilemanager -g
- After finishing,
cd
into the directory that your scripts are in. If you are using Visual Studio Code, opening the folder as your workspace and opening a terminal in there will immediatly open it in that directory. - Type
cfm
in your terminal. This should start the process and it will guide you through the steps for it to work. If you require to see the help menu of the cli, typecfm -h
.
Issues
If you encounter any issues, feel free to open an issue in the repository. I'll gladly help you out.