.github | ||
.vscode | ||
app | ||
bootstrap | ||
config | ||
database | ||
plugins | ||
public | ||
resources | ||
routes | ||
scripts | ||
storage | ||
tests | ||
.editorconfig | ||
.env.example | ||
.env.testing | ||
.eslintignore | ||
.gitignore | ||
.php_cs.dist | ||
artisan | ||
azure-pipelines.yml | ||
babel.config.json | ||
composer.json | ||
composer.lock | ||
crowdin.yml | ||
index.html | ||
LICENSE | ||
package.json | ||
phpunit.xml | ||
postcss.config.js | ||
README_EN.md | ||
README.md | ||
server.php | ||
tsconfig.build.json | ||
tsconfig.json | ||
webpack.config.js | ||
yarn.lock |
- 简体中文
- English
Are you puzzled by losing your custom skins in Minecraft servers runing in offline mode? Now you can easily get them back with the help of Blessing Skin!
Blessing Skin is a web application where you can upload, manage and share your custom skins & capes! Unlike modifying a resource pack, everyone in the game will see the different skins of each other (of course they should register at the same website too).
Blessing Skin is an open-source project written in PHP, which means you can deploy it freely on your own web server!
Features
- A fully functional skin hosting service
- Multiple player names can be owned by one user on the website
- Share your skins and capes online with skin library!
- Easy-to-use
- Visual page for user/player/texture management
- Detailed option pages
- Many tweaks for a better UI/UX
- Security
- Support many secure password hash algorithms
- Email verification for registration
- Score system for preventing evil requests
- Incredibly extensible
- Plenty of plugins available
- Integration with Authme/CrazyLogin/Discuz (available as plugin)
- Support custom Yggdrasil API authentication (available as plugin)
Requirements
Blessing Skin has only a few system requirements. In most cases, these PHP extensions are already enabled.
- Web server with URL rewriting enabled (Nginx or Apache)
- PHP >= 7.2.5
- OpenSSL PHP Extension
- PDO PHP Extension
- Mbstring PHP Extension
- Tokenizer PHP Extension
- GD PHP Extension
- XML PHP Extension
- Ctype PHP Extension
- JSON PHP Extension
- fileinfo PHP Extension
- zip PHP Extension
Quick Install
- Download our latest release, extract to where you like to installed on.
- Rename
.env.example
to.env
and configure your database information. (For windows users, just rename it to.env.
, and the last dot will be removed automatically) - For Nginx users, add rewrite rules to your Nginx configuration
- Navigate to
http://your-domain.com/setup
in your browser. If 404 is returned, please check whether the rewrite rules works correctly. - Follow the setup wizard and your website is ready-to-go.
Plugin System
Blessing Skin provides an elegant and powerful plugin system, and you can attach plenty of functions and customization to your site via installing plugins.
Supporting Blessing Skin
Welcome to sponsoring Blessing Skin if this software is useful for you!
Currently you can sponsor us via 爱发电.
Sponsors
麻花 |
八蓝米科技丶以勒 |
星域联盟_晓夜 |
爱发电用户_xQKh |
Kyle |
Backers
爱发电用户_4ft3 |
dz_paji |
白可乐乐乐乐 |
酷车手BB弹 |
Developer Install
Please refer to here.
Configure the Web Server
For Apache (most of the virtual hosts) users, there is already a pre-configured file for you. What you need is just to enjoy!
For Nginx users, please add the following rules to your Nginx configuration file:
location / {
try_files $uri $uri/ /index.php?$query_string;
}
location ~ /\.env {
deny all;
}
Mod Configuration
Please refer to Mod Configuration.
Internationalization
Blessing Skin supports multiple languages, while currently supporting English (en
) and Simplified Chinese (zh_CN
).
Of course, you can add your own language. Please check Add other language [i18n] (Simplified Chinese only).
If you are willing to contribute your translation, welcome to join our Crowdin project.
Report Bugs
Read FAQ and double check if your situation doesn't suit any case mentioned there before reporting.
When reporting a problem, please attach your log file (located at storage/logs/laravel.log
) and the information of your server where the error occured on. You should also read this guide before reporting a problem.
Copyright & License
MIT License
Copyright (c) 2016-present The Blessing Skin Team