NamelessMC is a free, easy to use & powerful website software for your Minecraft server, which includes a large range of features.
The official project website, providing support and additional downloads such as modules and templates, can be found at https://namelessmc.com/.
The following list is a brief summary of the features available in v2 pre-release 13:
Please find installation instructions on our wiki.
Support can be found in one of the following places:
Feature requests can be posted on the forum, and bugs can be reported in the GitHub Issues tab.
For Minecraft integration, you can install the Nameless Plugin in your Spigot server. Currently the plugin is only available for spigot, but we're working on bringing it to different server software, such as Sponge and BungeeCord. You can find a list of features and installation instructions in the plugin readme.
NamelessMC translations are kindly provided by the community. Please note, not all translations may be up to date. Progress for the core module is shown below.
If you would like to assist with the NamelessMC development by translating to your language, please create an account on translate.namelessmc.com. To discuss with fellow translators, visit the NamelessMC Translators discord server.
We welcome all contributions of code and translations. Please feel free to fork the repository on GitHub and create any pull requests!
Here are some things you should know when contributing:
composer install --dev
php scripts/cli_install.php --iSwearIKnowWhatImDoing --reinstall
php scripts/seeder/db_seeder.php wipe
admin@localhost
and password
after running the seedervendor/bin/phinx create MigrationNameInCamelCase -c core/migrations/phinx.php
./core/migrations
directory, where you can use the Phinx table builder to make your changes.vendor/bin/phinx migrate -c core/migrations/phinx.php