⚙️ Installation
Installation steps to run ClassLib on your nanos world server
💾 Download ClassLib
Download ClassLib package on GitHub and add it in the /Packages
folder of your server root (make sure the package name is all lowercase)
🚀 Load ClassLib
Once ClassLib is downloaded, we need to launch the package Let's assume that the package folder is called "classlib" (all lowercase):
Add "classlib" to the
packages
array of /Server/Config.tomlOr add "classlib" to the
packages_requirement
array of any package's /Package.toml
Last updated