h5mcbox

Results 12 comments of h5mcbox

cc指令没了,ln链接一下gcc

你百度搜一下 cloudflare jsproxy

在gh-pages分支里的conf.js ` /** * URL 自定义处理(设计中) */ url_handler: { 'https://www.baidu.com/img/[email protected]': { replace: 'https://www.google.com/images/branding/googlelogo/2x/googlelogo_color_92x30dp.png' }, 'https://www.pxxxhub.com/': { redir: 'https://php.net/' }, 'http://haha.com/': { content: 'Hello World' }, } }) ` 懂了吧 解法:fork下jsproxy,然后打开gh-pages分支...

This is my solution based on 1.19.2: ```js const mc = require('minecraft-protocol') const Chunk = require('prismarine-chunk')('1.18.2') const Vec3 = require('vec3') const server = mc.createServer({ 'online-mode': true, encryption: true, host: '0.0.0.0',...

> The login-packet for 1.19 and newer is invalid --- **Update 1**:add version and NBT handling Add ``` const nbt = require('prismarine-nbt'); const w = nbt.comp({ piglin_safe: nbt.byte(0), natural: nbt.byte(1),...

还是在conf.js里的位置 找到nodemap 然后在最后一个节点下边加英文逗号(没有就直接在nodemap的大括号里加)回车加 '标题': { label: '显示标题', lines: { '服务器地址(:端口)': 1, } } 想要再加以此类推

关了issue吧 Closed #189. 你发一下上面这句话

jsproxy_config({ // 当前配置的版本(记录在日志中,用于排查问题) // 每次修改配置,该值需要增加,否则不会生效。 // 默认每隔 5 分钟自动下载配置,若想立即验证,可通过隐私模式访问。 ver: '111', // 通过 CDN 加速常用网站的静态资源(实验中) static_boost: { enable: true, ver: 62 }, // 节点配置 node_map: { 'node1': { label: '10.62.225.33节点',...