Go to file
2020-08-22 10:39:06 +08:00
.github update issue template 2020-08-18 09:39:31 +08:00
.vscode update .vscode 2020-05-31 16:40:15 +08:00
app mark plugin_assets function as deprecated 2020-08-22 09:53:37 +08:00
bootstrap display errors when checking environment 2020-07-20 23:13:38 +08:00
config Bump version to 5.1.0 2020-08-20 11:52:56 +08:00
database implement RFC 0001 2020-07-02 12:20:05 +08:00
plugins
public Fix a bug of redirecting https to http (#208) 2020-07-23 10:57:41 +08:00
resources use relative URL for route function (fix #222) 2020-08-21 23:10:14 +08:00
routes refactor SkinlibController 2020-08-20 08:48:53 +08:00
scripts fix release script 2020-08-22 10:39:06 +08:00
storage display 3D avatar when applying texture to player 2020-01-12 09:57:55 +08:00
tests use relative URL for route function (fix #222) 2020-08-21 23:10:14 +08:00
.dockerignore add Docker (Apache) 2020-05-03 15:41:06 +08:00
.editorconfig add Docker (Apache) 2020-05-03 15:41:06 +08:00
.env.example fix env file 2020-07-12 23:31:40 +08:00
.env.testing tweak about testing 2020-03-09 15:08:45 +08:00
.eslintignore re-enable eslint 2020-07-13 11:25:40 +08:00
.eslintrc.yml upgrade TypeScript to 4.0 2020-08-21 10:11:29 +08:00
.gitignore remove inline scripts as possible 2020-06-11 19:27:15 +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
composer.json remove parsedown 2020-08-20 10:42:04 +08:00
composer.lock remove parsedown 2020-08-20 10:42:04 +08:00
crowdin.yml clean up 2020-03-12 11:27:41 +08:00
index.html
LICENSE meta: update name 2020-04-26 11:01:07 +08:00
package.json upgrade TypeScript to 4.0 2020-08-21 10:11:29 +08:00
phpunit.xml tweak about testing 2020-03-09 15:08:45 +08:00
postcss.config.js tweak resources loading 2020-05-18 16:40:31 +08:00
README_EN.md update sponsors 2020-08-17 15:05:18 +08:00
README.md update sponsors 2020-08-17 15:05:18 +08:00
server.php
tsconfig.build.json tweak typescript build 2020-03-12 11:06:23 +08:00
tsconfig.eslint.json re-enable eslint 2020-07-13 11:25:40 +08:00
tsconfig.json tweak tsconfig 2020-07-13 10:40:31 +08:00
webpack.config.ts refactor webpack config with TS 2020-07-03 16:30:46 +08:00
webpack.meta.config.ts refactor webpack config with TS 2020-07-03 16:30:46 +08:00
yarn.lock upgrade TypeScript to 4.0 2020-08-21 10:11:29 +08:00

GitHub Workflow Status Codecov GitHub release (latest SemVer including pre-releases) GitHub

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
  • PHP Extensions
    • OpenSSL
    • PDO
    • Mbstring
    • Tokenizer
    • GD
    • XML
    • Ctype
    • JSON
    • fileinfo
    • zip

Quick Install

Please read Installation Guide.

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


飒爽师叔

落花雨

graytoowolf

mcha0

MengLuoRJ

Backers


皮皮帕

dz_paji

神奇威廉

Build From Source

Please refer to Manual Build.

Internationalization

Blessing Skin supports multiple languages, while currently supporting English, Simplified Chinese and Spanish.

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