Go to file
2020-10-13 09:48:05 +08:00
.github tweak CI 2020-10-13 09:48:05 +08:00
.vscode update .vscode 2020-05-31 16:40:15 +08:00
app require submitting email when verifying email 2020-08-31 19:48:31 +08:00
bootstrap relax "disabled functions" check 2020-08-29 10:09:53 +08:00
config Bump version to 5.2.0 2020-10-13 09:20:01 +08:00
database implement RFC 0001 2020-07-02 12:20:05 +08:00
plugins Add an empty "plugins" directory 2018-06-28 13:31:43 +08:00
public Fix a bug of redirecting https to http (#208) 2020-07-23 10:57:41 +08:00
resources improve forms UX by adding proper HTML attributes (#234) 2020-10-01 20:37:27 +08:00
routes support .well-known/change-password 2020-09-07 19:19:16 +08:00
scripts use GitHub Actions to release 2020-08-22 17:15:14 +08:00
storage display 3D avatar when applying texture to player 2020-01-12 09:57:55 +08:00
tests require submitting email when verifying email 2020-08-31 19:48:31 +08:00
.dockerignore add Docker (Apache) 2020-05-03 15:41:06 +08:00
.editorconfig add Docker (Apache) 2020-05-03 15:41:06 +08:00
.env.example fix env file 2020-07-12 23:31:40 +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 upgrade TypeScript to 4.0 2020-08-21 10:11:29 +08:00
.gitignore remove inline scripts as possible 2020-06-11 19:27:15 +08:00
.php_cs.dist Apply php-cs-fixer 2019-12-14 11:10:37 +08:00
artisan Fix artisan 2019-12-29 19:00:52 +08:00
composer.json remove parsedown 2020-08-20 10:42:04 +08:00
composer.lock remove parsedown 2020-08-20 10:42:04 +08:00
crowdin.yml clean up 2020-03-12 11:27:41 +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 5.2.0 2020-10-13 09:20:01 +08:00
phpunit.xml tweak about testing 2020-03-09 15:08:45 +08:00
postcss.config.js tweak resources loading 2020-05-18 16:40:31 +08:00
README_EN.md chore(docs): Discord badge & markdownlint (#235) 2020-10-03 00:24:53 +08:00
README.md chore(docs): Discord badge & markdownlint (#235) 2020-10-03 00:24:53 +08:00
server.php Apply fixes from StyleCI (#16) 2019-03-12 17:21:29 +08:00
tsconfig.build.json tweak typescript build 2020-03-12 11:06:23 +08:00
tsconfig.eslint.json re-enable eslint 2020-07-13 11:25:40 +08:00
tsconfig.json tweak tsconfig 2020-07-13 10:40:31 +08:00
webpack.config.ts refactor webpack config with TS 2020-07-03 16:30:46 +08:00
webpack.meta.config.ts refactor webpack config with TS 2020-07-03 16:30:46 +08:00
yarn.lock upgrade TypeScript to 4.0 2020-08-21 10:11:29 +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.2.5
  • 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


飒爽师叔

落花雨

graytoowolf

mcha0

MengLuoRJ

Backers


皮皮帕

dz_paji

神奇威廉

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