Go to file
2020-06-28 16:05:29 +08:00
.github fix CI 2020-06-28 15:59:42 +08:00
.vscode update .vscode 2020-05-31 16:40:15 +08:00
app clean up 2020-06-28 15:43:44 +08:00
bootstrap
config update config 2020-06-28 11:35:52 +08:00
database add migration 2020-06-28 15:57:46 +08:00
plugins
public
resources fix loading assets from CDN 2020-06-28 15:54:41 +08:00
routes refactor update 2020-06-24 10:49:53 +08:00
scripts remove inline scripts as possible 2020-06-11 19:27:15 +08:00
storage
tests fix tests 2020-06-28 16:05:29 +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 #147 2020-03-18 09:51:33 +08:00
.env.testing tweak about testing 2020-03-09 15:08:45 +08:00
.eslintignore
.gitignore remove inline scripts as possible 2020-06-11 19:27:15 +08:00
.php_cs.dist
artisan
azure-pipelines.yml
composer.json upgrade dependencies 2020-06-24 16:00:05 +08:00
composer.lock upgrade dependencies 2020-06-24 16:00:05 +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 Bump version to 5.0.0-rc.4 2020-06-24 16:31:23 +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 readme 2020-06-25 16:17:02 +08:00
README.md update readme 2020-06-25 16:17:02 +08:00
server.php
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
tsconfig.node.json generate URLs by codegen 2020-05-30 10:44:36 +08:00
webpack.config.js rename 2020-06-24 16:12:01 +08:00
webpack.meta.config.js remove inline scripts as possible 2020-06-11 19:27:15 +08:00
yarn.lock upgrade dependencies 2020-06-24 16:00:05 +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
  • 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


麻花

飒爽师叔

诶呀好气呀

HyperCol

graytoowolf

爱发电用户_9JTs

Kyle

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