Go to file
2022-06-23 07:58:55 +00:00
.devcontainer feat: re-add docker build support (#395) 2022-04-17 02:23:48 +08:00
.github chore(ci): frozen yarn lockfile on test 2022-06-23 07:43:05 +00:00
.husky add pre-commit hook to format code 2022-02-12 17:37:16 +08:00
.vscode chore: use project typescript in vscode 2022-06-17 07:21:31 +00:00
app feat: sort closet by desc (#412) 2022-06-03 20:11:59 +08:00
bootstrap BREAKING: increase PHP version requirement to 8.0.2 2021-12-12 19:20:06 +08:00
config Bump version to 6.0.2 2022-06-23 07:58:55 +00:00
database support dark mode UI 2021-06-06 14:27:21 +08:00
plugins Add an empty "plugins" directory 2018-06-28 13:31:43 +08:00
public upgrade Laravel to 8 2020-10-14 11:56:34 +08:00
resources chore: fixed width icons 2022-06-23 06:02:11 +00:00
routes support toggling dark mode 2021-06-06 18:07:08 +08:00
storage display 3D avatar when applying texture to player 2020-01-12 09:57:55 +08:00
tests BREAKING: increase PHP version requirement to 8.0.2 2021-12-12 19:20:06 +08:00
tools BREAKING: increase PHP version requirement to 8.0.2 2021-12-12 19:20:06 +08:00
.dockerignore feat: re-add docker build support (#395) 2022-04-17 02:23:48 +08:00
.editorconfig add Docker (Apache) 2020-05-03 15:41:06 +08:00
.env.example generate asset tags at compile time 2020-10-31 10:43:47 +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 fix possible React Hooks issues 2022-02-13 12:09:08 +08:00
.gitignore feat: re-add docker build support (#395) 2022-04-17 02:23:48 +08:00
.gitpod.yml fix: running on gitpod 2022-06-21 15:07:22 +00:00
.php-cs-fixer.dist.php add php-cs-fixer as dev dependency 2021-05-04 18:17:01 +08:00
artisan Fix artisan 2019-12-29 19:00:52 +08:00
composer.json BREAKING: increase PHP version requirement to 8.0.2 2021-12-12 19:20:06 +08:00
composer.lock upgrade PHP dependencies 2021-12-12 10:58:08 +08:00
crowdin.yml clean up 2020-03-12 11:27:41 +08:00
Dockerfile feat: re-add docker build support (#395) 2022-04-17 02:23:48 +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 6.0.2 2022-06-23 07:58:55 +00: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 fix logo in readme [skip ci] 2022-01-05 11:19:45 +08:00
README.md fix logo in readme [skip ci] 2022-01-05 11:19:45 +08:00
server.php Apply fixes from StyleCI (#16) 2019-03-12 17:21:29 +08:00
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 fix: remove gitpod config from tsconfig 2022-06-17 14:03:20 +08:00
tsconfig.json fix: remove gitpod config from tsconfig 2022-06-17 14:03:20 +08:00
webpack.config.ts fix: running on gitpod 2022-06-21 15:07:22 +00:00
yarn.lock Revert "fix: update lockfile" 2022-06-23 07:55:23 +00: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/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 >= 8.0.2
  • 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

伊南

家乐

黄金鞘翅的郡主

睡觉塞牙

Backers


飒爽师叔

皮皮帕

黄金鞘翅的郡主

♂sudo rm -rf /*[幼稚鬼]

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