Git Product home page Git Product logo

Comments (7)

8MiYile avatar 8MiYile commented on August 28, 2024

请求类型就是 ModID+ModToken+要查询的用户名
返回的样例

type=name,string=microsoft,user=被查询的玩家ID
type=name,string=littleskin,,user=被查询的玩家ID
type=url,skin_url=https://xxxx,cape_url=https:///xxxx,user=被查询的玩家ID

url一般是要直接包含用户名信息的,而不是占位符让客户端替换。。。

安装CSL插件的客户端会在进服务器成功后,发送一个数据包跟服务器尝试交互,如果插件收到了回应,则开始查询,否则按默认方式工作

from multilogin.

Becods avatar Becods commented on August 28, 2024

这是csl的问题
安装了ml且开启了皮肤修复的服务器,不需要csl来获取皮肤

所以你为何不直接调整优先级
亦或者让用户删除csl

  "loadlist": [
    {
      "name": "Your Skin",
      "type": "CustomSkinAPI",
      "root": "https://yourskin.here"
    },
    {
      "name": "Mojang",
      "type": "MojangAPI",
      "apiRoot": "https://api.mojang.com/",
      "sessionRoot": "https://sessionserver.mojang.com/"
    }
  ]

from multilogin.

8MiYile avatar 8MiYile commented on August 28, 2024

是关于皮肤修复设定吗,能否根据他们的登录方式分配对应的皮肤 并所有人可视?

from multilogin.

CaaMoe avatar CaaMoe commented on August 28, 2024

from multilogin.

8MiYile avatar 8MiYile commented on August 28, 2024

那通道方面有无呢,就是加一个类似json返回的请求。。

from multilogin.

Silverteal avatar Silverteal commented on August 28, 2024

使用MultiLogin并在服务器启用在线模式后,它会直接向服务器内玩家发送玩家用于登录的皮肤,所以不需要使用CSL。CSL会替换客户端的皮肤获取逻辑,反而有可能破坏MultiLogin的工作方式。

from multilogin.

8MiYile avatar 8MiYile commented on August 28, 2024

原来Vanilla支持这个特性了啊,那我关闭了

from multilogin.

Related Issues (20)

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.