Mcayear

Results 6 comments of Mcayear

Can you provide a configuration option in server.properties so that the server can reject new connections logged in with the same name without closing old connections.

你是不是想说,玩家名字不能有3个空格及以上?

- 粘液活塞无法正常拉回方块。 - 粘液方块没有效果。

我遇到了一个**webapi问题**,在我尝试使用`取QQ等级`的web api时我被要求传入**g_tk** `https://club.vip.qq.com/api/vip/getQQLevelInfo?requestBody={"iUin":${QQ号}}` 。 原来是用 `client.getLevelInfo(user_id)` 获取的,但是现在已被弃用了。 ```js var http = require('https'); /** * 发送给get/post请求 向https链接 * @param {string} HOST * @param {number} PORT * @param {string} method GET/POST *...