Go to file
2023-05-06 00:36:17 +08:00
.devcontainer Fix dev container 2023-02-09 19:48:30 +00:00
.github fix running php-cs-fixer 2023-01-16 23:02:44 +08:00
.husky
.vscode
app update middlewares 2023-01-29 11:59:30 +08:00
bootstrap chore(bootstrap): remove environment check 2022-07-14 03:31:52 +08:00
config chore: switch default marketplace source 2022-06-23 08:19:46 +00:00
database
plugins
public
resources fix(i18n): typo in en/auth.yml (#527) 2023-05-06 00:36:17 +08:00
routes user menu can be controlled by plugins 2023-01-26 09:37:23 +08:00
storage
tests first argument of option() function is required 2023-01-25 11:45:33 +08:00
tools remove Workbox 2023-01-24 18:22:16 +08:00
.dockerignore remove meta.js file 2023-01-25 12:01:29 +08:00
.editorconfig
.env.example
.env.testing
.eslintignore
.eslintrc.yml
.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
composer.json fix running php-cs-fixer 2023-01-16 23:02:44 +08:00
composer.lock upgrade PHP dependencies 2023-01-29 11:51:06 +08:00
crowdin.yml
Dockerfile
index.html
LICENSE
package.json Make skin viewer resizable 2023-02-10 20:35:30 +00:00
phpunit.xml
postcss.config.js
README-zh.md chore(docs): add requirement for OpenSSL 1.1.1 [skip ci] 2022-06-28 14:56:24 +08:00
README.md The interface has been modified. (#514) 2023-01-11 12:58:37 +08:00
server.php
tsconfig.build.json
tsconfig.dev.json
tsconfig.eslint.json
tsconfig.json
webpack.config.ts remove Workbox 2023-01-24 18:22:16 +08:00
yarn.lock Make skin viewer resizable 2023-02-10 20:35:30 +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 >= 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