Integrate CraftingStore into your NamelessMC website
- NamelessMC version 2 pre-release 7+
- PHP 7.2 or higher, we do not support older versions, as those do not get any security updates from PHP.
- CraftingStore
- Upload the contents of the upload directory into your NamelessMC installation's directory
- Activate the module in the StaffCP -> Modules tab
- Configure the module in the StaffCP -> CraftingStore tab
- Run an initial synchronization in the StaffCP -> CraftingStore -> Force Sync
The module does not use namespaces, auto loading, dependency injection or anything cool, as the base NamelessMC product does not use those. It also requires some global variables to be accessible outside of our classes. Our code cannot always use classes, and uses global variables sometimes as this is required for the module to work correctly.