Go to file
2023-12-04 12:38:11 +08:00
.devcontainer Fix dev container 2023-02-09 19:48:30 +00:00
.github update to checkout@v3 2023-05-30 17:57:08 +08: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 BREAKING: increase PHP version requirement to 8.1.0 2023-05-30 16:43:57 +08:00
bootstrap BREAKING: increase PHP version requirement to 8.1.0 2023-05-30 16:43:57 +08:00
config config: switch default registry to CloudFront 2023-07-22 15:10:29 +08: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 fix: allow open CLI from anywhere 2023-05-27 00:37:47 +08:00
routes fix: use unique routes name 2023-05-27 00:36:01 +08:00
storage display 3D avatar when applying texture to player 2020-01-12 09:57:55 +08:00
tests fix: load PluginServiceProvider first 2023-05-31 16:47:56 +08:00
tools BREAKING: increase PHP version requirement to 8.1.0 2023-05-30 16:43:57 +08:00
.dockerignore remove meta.js file 2023-01-25 12:01:29 +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 fix ci 2023-05-30 17:42: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 remove meta.js file 2023-01-25 12:01:29 +08:00
.gitpod.yml Revert "chore(gitpod): private port by default" 2022-07-11 21:05:33 +00:00
.php-cs-fixer.dist.php update php-cs-fixer config & apply fixes 2023-01-16 23:15:41 +08:00
artisan Fix artisan 2019-12-29 19:00:52 +08:00
composer.json BREAKING: increase PHP version requirement to 8.1.0 2023-05-30 16:43:57 +08:00
composer.lock upgrade dependencies 2023-08-26 14:29:53 +08:00
crowdin.yml clean up 2020-03-12 11:27:41 +08:00
docker-compose.yml modified: Dockerfile 2023-12-04 10:59:32 +08:00
Dockerfile modified: Dockerfile 2023-12-04 12:38:11 +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 fix: load PluginServiceProvider first 2023-05-31 16:47:56 +08:00
phpunit.xml fix ci 2023-05-30 17:42:45 +08:00
postcss.config.js tweak CSS minification 2020-11-04 11:34:36 +08:00
README-zh.md BREAKING: increase PHP version requirement to 8.1.0 2023-05-30 16:43:57 +08:00
README.md BREAKING: increase PHP version requirement to 8.1.0 2023-05-30 16:43:57 +08:00
run_in_docker.md modified: Dockerfile 2023-12-04 10:59:32 +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 feat: generate source maps for production 2023-05-27 00:39:09 +08:00
yarn.lock fix: load PluginServiceProvider first 2023-05-31 16:47:56 +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/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.1.0
  • PHP Extensions
    • OpenSSL >= 1.1.1 (TLS 1.3)
    • 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