-
Notifications
You must be signed in to change notification settings - Fork 5
Home
partydragen edited this page Sep 6, 2017
·
2 revisions
To create a module to NamelessMC v2 you need to start with a folder that will be named your module name Inside that folder create a file called init.php
and create a file called module.php with:
$module_author = 'Your Name';
$module_version = 'Module version Example 1.0.0';
$nameless_version = '2.0.0-pr2';