Go to file
2023-01-16 22:53:08 +08:00
.devcontainer feat: re-add docker build support (#395) 2022-04-17 02:23:48 +08:00
.github chore: remove stale bot 2022-06-27 11:39:46 +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 fix: allow logout when user are banned 2022-12-29 12:06:58 +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 support dark mode UI 2021-06-06 14:27:21 +08:00
plugins
public upgrade Laravel to 8 2020-10-14 11:56:34 +08:00
resources New translations setup.yml (Chinese Simplified) (#510) 2022-12-10 10:08:44 +08:00
routes support toggling dark mode 2021-06-06 18:07:08 +08:00
storage
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 Revert "chore(gitpod): private port by default" 2022-07-11 21:05:33 +00:00
.php-cs-fixer.dist.php add php-cs-fixer as dev dependency 2021-05-04 18:17:01 +08:00
artisan
composer.json BREAKING: increase PHP version requirement to 8.0.2 2021-12-12 19:20:06 +08:00
composer.lock update Composer lock file 2023-01-16 22:53: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
LICENSE meta: update name 2020-04-26 11:01:07 +08:00
package.json Revert "fix(test): disable concurrency" 2022-06-23 09:18:57 +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 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 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 bundle Font Awesome 2022-10-08 15:58:14 +08: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 >= 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