Go to file
2021-05-02 11:35:28 +08:00
.github remove unnessary "skip-ci" detection 2021-05-02 11:23:09 +08:00
.vscode
app feat: OAuth scope (#287) 2021-04-18 15:31:57 +08:00
bootstrap require PHP 7.4 2020-10-13 10:10:03 +08:00
config Bump version to 6.0.0-beta.2 2021-02-17 16:04:27 +08:00
database feat: OAuth scope (#287) 2021-04-18 15:31:57 +08:00
plugins
public upgrade Laravel to 8 2020-10-14 11:56:34 +08:00
resources fix linting error 2021-05-02 11:22:11 +08:00
routes feat: OAuth scope (#287) 2021-04-18 15:31:57 +08:00
storage
tests fix tests 2021-05-02 11:35:28 +08:00
tools swap readme default language 2021-02-17 10:25:54 +08:00
.dockerignore scripts -> tools 2020-10-30 10:11:50 +08:00
.editorconfig
.env.example generate asset tags at compile time 2020-10-31 10:43:47 +08:00
.env.testing
.eslintignore
.eslintrc.yml
.gitignore
.php_cs.dist
artisan
composer.json upgrade "blessing/texture-renderer" 2021-02-17 16:01:13 +08:00
composer.lock upgrade "blessing/texture-renderer" 2021-02-17 16:01:13 +08:00
crowdin.yml
index.html
LICENSE
package.json upgrade testing-library 2021-04-03 09:04:19 +08:00
phpunit.xml upgrade PHPUnit 2020-10-13 11:06:35 +08:00
postcss.config.js tweak CSS minification 2020-11-04 11:34:36 +08:00
README-zh.md update sponsors and backers 2021-05-02 11:13:44 +08:00
README.md update sponsors and backers 2021-05-02 11:13:44 +08:00
server.php
tsconfig.build.json use React 17 new JSX runtime 2021-01-02 16:38:18 +08:00
tsconfig.dev.json use React 17 new JSX runtime 2021-01-02 16:38:18 +08:00
tsconfig.eslint.json scripts -> tools 2020-10-30 10:11:50 +08:00
tsconfig.json upgrade to webpack 5 2020-11-06 15:37:45 +08:00
webpack.config.ts use React 17 new JSX runtime 2021-01-02 16:38:18 +08:00
yarn.lock upgrade testing-library 2021-04-03 09:04:19 +08:00

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

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.4.0
  • 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


gao_cai_sheng

落花雨

K_LazyCat

虎牙伊南

家乐

mcha0

MiaoWoo

Backers


飒爽师叔

皮皮帕

fsj

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