Giter Site home page Giter Site logo

idawnlight / dawn-skin-server Goto Github PK

View Code? Open in Web Editor NEW
8.0 2.0 0.0 5.72 MB

Another web application brings your custom skins back in offline Minecraft servers.(又一个第三方 Minecraft 皮肤站)

Home Page: https://skin.lim-light.com/

License: GNU General Public License v3.0

ApacheConf 0.21% PHP 90.01% CSS 9.78%

dawn-skin-server's Introduction

Dawn Skin Server

License Latest Stable Version

超轻量的 Minecraft 皮肤站,仅仅保留最基本的功能,现在,回应您的等待。

Dawn Skin Server 基于 XPHPXDO 打造,无需烦琐的配置,真正做到开箱即用。

演示站点:https://skin.lim-light.com/

注意

这仍是一个早期的测试版本,请尽量不要用于生产环境

环境要求

  • 一台支持 URL 重写并具有写入权限的服务器,Nginx、Apache 或其他
  • PHP >= 5.5.38(未具体测试)

服务器配置

如果你使用 Apache 作为 web 服务器(大部分的虚拟主机),那么恭喜你,无需任何配置~

如果你使用 Nginx,请在你的 nginx.conf 中加入如下规则:

if (!-e $request_filename) {
    rewrite ^(.*)$ /index.php$1 last;
}

# Protect data
location ^~ /Var/ {
    deny all;
}

客户端配置

目前理论支持

  • CustomSkinLoader 13.1+
    • 样例 (.minecraft/CustomSkinLoader/CustomSkinLoader.json)
    {
        "enable": true,
        "loadlist": [
            {
                "name": "ExampleDawnSkin",
                "type": "CustomSkinAPI",
                "root": "http://example-dawn-skin.com/"
            },
            {
                "name": "Mojang",
                "type": "MojangAPI"
            },
            {
                "name": "SkinMe",
                "type": "UniSkinAPI",
                "root": "http://www.skinme.cc/uniskin/"
            }
        ]
    }
    
  • UniSkinMod 1.4+
    • 样例 (.minecraft/config/UniSkinMod/UniSkinMod.json)
    {
      "rootURIs": [
        "http://www.skinme.cc/uniskin",
        "http://example-dawn-skin.com/usm",
        "http://example.com"
      ],
      "legacySkinURIs": [],
      "legacyCapeURIs": []
    }
    

没有支持旧版本 Mod 的计划。

版权

Dawn Skin Server 程序是基于 GNU General Public License v3.0 开放源代码的自由软件,你可以遵照 GPLv3 协议来修改和重新发布这一程序。

程序原作者为 @LiMingYuGuang,转载请注明。

此 README 基于 Blessing Skin Server 的 README 修改,复制粘贴真爽

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.