2018-09-24 08:38:47 +08:00
- [简体中文 ](./README.md )
2017-05-08 22:53:40 +08:00
- < b > English</ b >
< p align = "center" > < img src = "https://img.blessing.studio/images/2017/01/01/bs-logo.png" > < / p >
< p align = "center" >
2019-12-03 12:57:28 +08:00
< a href = "https://github.com/bs-community/blessing-skin-server/actions" > < img src = "https://github.com/bs-community/blessing-skin-server/workflows/CI/badge.svg" alt = "Build Status" > < / a >
2019-04-22 19:29:54 +08:00
< a href = "https://codecov.io/gh/bs-community/blessing-skin-server/branch" > < img src = "https://flat.badgen.net/codecov/c/github/bs-community/blessing-skin-server" alt = "Codecov" / > < / a >
2019-03-15 11:48:59 +08:00
< a href = "https://github.com/bs-community/blessing-skin-server/releases" > < img src = "https://flat.badgen.net/github/release/bs-community/blessing-skin-server" alt = "Latest Stable Version" > < / a >
2020-03-06 10:19:56 +08:00
< img src = "https://flat.badgen.net/badge/PHP/7.2.5+/orange" alt = "PHP 7.2.5+" >
2018-11-25 15:12:53 +08:00
< img src = "https://flat.badgen.net/github/license/bs-community/blessing-skin-server" alt = "License" >
2017-05-08 22:53:40 +08:00
< / p >
2018-02-09 16:29:51 +08:00
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!
2017-05-08 22:53:40 +08:00
2018-02-09 16:29:51 +08:00
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).
2017-05-08 22:53:40 +08:00
2019-03-15 11:48:59 +08:00
Blessing Skin is an open-source project written in PHP, which means you can deploy it freely on your own web server!
2017-05-08 22:53:40 +08:00
2019-03-26 15:55:59 +08:00
## Features
2018-02-09 16:29:51 +08:00
- A fully functional skin hosting service
2017-05-08 22:53:40 +08:00
- 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
2018-02-09 16:29:51 +08:00
- Many tweaks for a better UI/UX
2017-06-30 12:13:45 +08:00
- Security
2018-02-09 16:29:51 +08:00
- Support many secure password hash algorithms
2019-03-17 12:49:15 +08:00
- Email verification for registration
2017-05-08 22:53:40 +08:00
- Score system for preventing evil requests
2018-02-09 16:29:51 +08:00
- Incredibly extensible
2017-06-30 12:13:45 +08:00
- Plenty of plugins available
2019-03-17 12:49:15 +08:00
- Integration with Authme/CrazyLogin/Discuz (available as plugin)
- Support custom Yggdrasil API authentication (available as plugin)
2017-05-08 22:53:40 +08:00
2019-03-26 15:55:59 +08:00
## Requirements
2018-02-09 16:29:51 +08:00
Blessing Skin has only a few system requirements. _In most cases, these PHP extensions are already enabled._
2017-05-08 22:53:40 +08:00
2019-08-10 10:36:35 +08:00
- Web server with URL rewriting enabled (Nginx or Apache)
2020-03-06 10:19:56 +08:00
- **PHP >= 7.2.5**
2017-05-08 22:53:40 +08:00
- OpenSSL PHP Extension
- PDO PHP Extension
- Mbstring PHP Extension
- Tokenizer PHP Extension
2018-07-20 17:32:27 +08:00
- GD PHP Extension
- XML PHP Extension
- Ctype PHP Extension
- JSON PHP Extension
- fileinfo PHP Extension
2019-07-30 10:29:38 +08:00
- zip PHP Extension
2018-02-09 16:29:51 +08:00
2019-03-26 15:55:59 +08:00
## Quick Install
2018-11-25 15:12:53 +08:00
1. Download our [latest release ](https://github.com/bs-community/blessing-skin-server/releases ), extract to where you like to installed on.
2017-05-08 22:53:40 +08:00
2. 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)
3. For Nginx users, add [rewrite rules ](#configure-the-web-server ) to your Nginx configuration
4. Navigate to `http://your-domain.com/setup` in your browser. If 404 is returned, please check whether the rewrite rules works correctly.
5. Follow the setup wizard and your website is ready-to-go.
2019-03-26 15:55:59 +08:00
## Plugin System
2017-07-30 15:39:44 +08:00
2018-02-09 16:29:51 +08:00
Blessing Skin provides an elegant and powerful plugin system, and you can attach plenty of functions and customization to your site via installing plugins.
2017-07-30 15:39:44 +08:00
2019-03-26 15:55:59 +08:00
## Supporting Blessing Skin
Welcome to sponsoring Blessing Skin if this software is useful for you!
Currently you can sponsor us via [爱发电 ](https://afdian.net/@blessing-skin ).
### Sponsors
2019-03-29 16:58:50 +08:00
< table >
< tbody >
< tr >
2019-05-06 11:24:39 +08:00
< td align = center >
< a href = "https://afdian.net/@hyx5020" >
< img src = "https://pic.afdiancdn.com/user/ff73629a6fa811e9abe252540025c377/avatar/b6c5f51467a2036d80d8103840aea9d4_w3264_h1836_s635.jpeg?imageView2/1/w/120/h/120" >
< br >
hyx5020
< / a >
< / td >
2019-03-29 16:58:50 +08:00
< td align = center >
< a href = "https://afdian.net/u/68d07bf851fc11e98e5652540025c377" >
2019-04-10 12:48:37 +08:00
< img src = "https://pic.afdiancdn.com/user/68d07bf851fc11e98e5652540025c377/avatar/59b21c3d053a595086d4b6cf88877bfa_w640_h640_s57.jpg?imageView2/1/w/120/h/120" >
2019-03-29 16:58:50 +08:00
< br >
2019-04-10 12:48:37 +08:00
dz_paji
2019-03-29 16:58:50 +08:00
< / a >
< / td >
2019-04-28 18:52:34 +08:00
< td align = center >
< a href = "https://afdian.net/@ExDragine" >
< img src = "https://pic.afdiancdn.com/user/ad213afe31b311e991c252540025c377/avatar/33d21c924f446a41073caa5d88be69b8_w200_h200_s36.jpg?imageView2/1/w/120/h/120" >
< br >
ExDragine
< / a >
< / td >
2019-06-04 14:30:11 +08:00
< td align = center >
< a href = "https://afdian.net/@akkariin" >
< img src = "https://pic.afdiancdn.com/user/f3f747da859011e98ebe52540025c377/avatar/14752883229fa9f346884dec196a4b8a_w256_h256_s35.jpg?imageView2/1/w/120/h/120" >
< br >
Akkariin
< / a >
< / td >
2019-07-25 14:40:35 +08:00
< td align = center >
< a href = "https://afdian.net/@xiaoye" >
< img src = "https://pic.afdiancdn.com/user/3cab3390efed11e88ad552540025c377/avatar/23b9e2fabc1c11019cc67cc075673544_w640_h640_s32.jpg?imageView2/1/w/120/h/120" >
< br >
星域联盟_晓夜
< / a >
< / td >
2019-03-29 16:58:50 +08:00
< / tr >
< / tbody >
< / table >
2019-03-26 15:55:59 +08:00
### Backers
2019-03-29 16:58:50 +08:00
< table >
< tbody >
< tr >
< td align = center >
2019-07-17 23:01:46 +08:00
< a href = "https://afdian.net/u/4d9a803ea8a211e9ba9052540025c377" >
2019-03-29 16:58:50 +08:00
< img src = "https://pic.afdiancdn.com/default/avatar/default-avatar@2x.png?imageView2/1/w/75/h/75" >
< br >
2019-07-17 23:01:46 +08:00
爱发电用户_4ft3
< / a >
< / td >
< td align = center >
< a href = "https://afdian.net/u/a08078a051fc11e9ab4c52540025c377" >
< img src = "https://pic.afdiancdn.com/user/a08078a051fc11e9ab4c52540025c377/avatar/9e25e37208832a1a41893ad1bd30a398_w628_h626_s39.jpg?imageView2/1/w/75/h/75" >
< br >
2019-03-29 16:58:50 +08:00
pppwaw
< / a >
< / td >
2019-03-31 08:47:16 +08:00
< td align = center >
< a href = "https://afdian.net/@hempflower" >
< img src = "https://pic.afdiancdn.com/user/0f396eb2a37c11e8b93452540025c377/avatar/bee35eb0f5cd2a506eb34c6e13de1154_w160_h160_s0.jpg?imageView2/1/w/75/h/75" >
< br >
麻花
< / a >
< / td >
2019-04-05 08:41:48 +08:00
< td align = center >
< a href = "https://afdian.net/@mgcraft" >
< img src = "https://pic.afdiancdn.com/user/de46a20a56f111e981a452540025c377/avatar/ab13b606230af1b5f5879538d9e37c43_w640_h640_s22.jpeg?imageView2/1/w/75/h/75" >
< br >
Mangocraft
< / a >
< / td >
2019-05-03 11:58:50 +08:00
< td align = center >
< a href = "https://afdian.net/@acilicraft" >
< img src = "https://pic.afdiancdn.com/user/63d4adac633311e98d9d52540025c377/avatar/50c279016873b7907ce7b901de1f560c_w577_h525_s248.jpg?imageView2/1/w/75/h/75" >
< br >
Andy_Chuck
< / a >
< / td >
2019-03-29 16:58:50 +08:00
< / tr >
< / tbody >
< / table >
2019-03-26 15:55:59 +08:00
## Developer Install
2019-12-10 23:29:15 +08:00
Please refer to [here ](https://blessing.netlify.com/build.html ).
2017-05-08 22:53:40 +08:00
2019-03-26 15:55:59 +08:00
## Configure the Web Server
2019-08-10 10:36:35 +08:00
For Apache (most of the virtual hosts) users, there is already a pre-configured file for you. What you need is just to enjoy!
2017-05-08 22:53:40 +08:00
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;
}
```
2019-03-26 15:55:59 +08:00
## Mod Configuration
2019-08-24 12:08:58 +08:00
Please refer to [Mod Configuration ](https://blessing.netlify.com/en/mod.html ).
2017-05-08 22:53:40 +08:00
2017-07-29 21:10:14 +08:00
![screenshot ](https://img.blessing.studio/images/2017/07/29/2017-06-16_15.54.16.png )
2017-05-08 22:53:40 +08:00
2019-03-26 15:55:59 +08:00
## Internationalization
2019-03-17 12:49:15 +08:00
Blessing Skin supports multiple languages, while currently supporting English (`en`) and Simplified Chinese (`zh_CN`).
2019-08-24 12:08:58 +08:00
Of course, you can add your own language. Please check [Add other language [i18n]](https://blessing.netlify.com/i18n.html) (Simplified Chinese only).
2019-03-17 12:49:15 +08:00
2019-11-13 15:02:20 +08:00
If you are willing to contribute your translation, welcome to join [our Crowdin project ](https://crowdin.com/project/blessing-skin ).
2019-03-17 12:49:15 +08:00
2019-03-26 15:55:59 +08:00
## Report Bugs
2019-08-24 12:08:58 +08:00
Read [FAQ ](https://blessing.netlify.com/faq.html ) and double check if your situation doesn't suit any case mentioned there before reporting.
2017-05-08 22:53:40 +08:00
2019-08-24 12:08:58 +08:00
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 ](https://blessing.netlify.com/report.html ) before reporting a problem.
2017-05-08 22:53:40 +08:00
2019-03-26 15:55:59 +08:00
## Copyright & License
2019-03-30 13:20:46 +08:00
MIT License
2017-11-07 21:20:32 +08:00
2019-03-30 13:20:46 +08:00
Copyright (c) 2016-present The Blessing Skin Community