Go to file
2020-04-26 11:01:07 +08:00
.github update issue template 2020-04-07 10:04:38 +08:00
.vscode update vscode-related 2020-03-19 16:26:04 +08:00
app upgrade dependencies 2020-04-23 15:40:17 +08:00
bootstrap increase PHP version requirement 2020-03-06 10:19:56 +08:00
config Bump version to 5.0.0-beta.8 2020-04-08 08:55:18 +08:00
database fix admin can't add private texture 2020-03-14 14:59:52 +08:00
plugins Add an empty "plugins" directory 2018-06-28 13:31:43 +08:00
public add bsh 2020-02-17 18:27:56 +08:00
resources remove fallback locale property 2020-04-23 11:47:26 +08:00
routes attempt to fix "invalid signature" issue 2020-03-28 22:36:27 +08:00
scripts load viewer backgrounds via webpack 2020-03-26 10:24:44 +08:00
storage display 3D avatar when applying texture to player 2020-01-12 09:57:55 +08:00
tests allow l10n of plugins market registry 2020-04-07 16:09:30 +08:00
.editorconfig Update release script 2019-08-01 14:38:26 +08:00
.env.example fix #147 2020-03-18 09:51:33 +08:00
.env.testing tweak about testing 2020-03-09 15:08:45 +08:00
.eslintignore Fix linting errors 2019-07-12 22:41:44 +08:00
.gitignore add vscode extensions recommendation 2020-03-07 09:04:11 +08:00
.php_cs.dist Apply php-cs-fixer 2019-12-14 11:10:37 +08:00
artisan Fix artisan 2019-12-29 19:00:52 +08:00
azure-pipelines.yml Tweak CI trigger 2019-08-09 16:29:00 +08:00
babel.config.json update build step 2020-01-16 16:14:49 +08:00
composer.json remove dump-server 2020-03-19 15:26:03 +08:00
composer.lock upgrade dependencies 2020-04-23 15:40:17 +08:00
crowdin.yml clean up 2020-03-12 11:27:41 +08:00
index.html Put an HTML at root for guiding. 2019-09-12 19:17:54 +08:00
LICENSE meta: update name 2020-04-26 11:01:07 +08:00
package.json Bump version to 5.0.0-beta.8 2020-04-08 08:55:18 +08:00
phpunit.xml tweak about testing 2020-03-09 15:08:45 +08:00
postcss.config.js Upgrade ESLint-related 2019-11-25 23:30:51 +08:00
README_EN.md meta: update name 2020-04-26 11:01:07 +08:00
README.md meta: update name 2020-04-26 11:01:07 +08:00
server.php Apply fixes from StyleCI (#16) 2019-03-12 17:21:29 +08:00
tsconfig.build.json tweak typescript build 2020-03-12 11:06:23 +08:00
tsconfig.json es2016 -> es2017 2020-03-18 11:01:28 +08:00
webpack.config.js add commands for managing plugin 2020-04-05 10:15:00 +08:00
yarn.lock add commands for managing plugin 2020-04-05 10:15:00 +08:00

Build Status Codecov Latest Stable Version PHP 7.2.5+ License

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

  1. Download our latest release, extract to where you like to installed on.
  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 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.

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.

screenshot

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.

MIT License

Copyright (c) 2016-present The Blessing Skin Team