Minecraft 协议 本repo翻译自http://wiki.vg/Protocol 目录 前言 //TODO * 1 Definitions // bangbang93 & brainbush [完成] * 1.1 Data types // bangbang93 [完成] * 1.2 Position // bangbang93 [完成] * 1.3 Fixed-point numbers // brainbush [完成] * 1.4 Protocol version // brainbush [完成...
【Minecraft】Celestial Protocol #7(上)— 向中心塔前进! 92 -- 19:57 App 【Minecraft】Celestial Protocol #7(下)— 进攻中心塔!但是... 79 -- 1:33:34 App 【Minecraft】Celestial Protocol #6(下)— 进攻外星数据库! 93 -- 11:18 App 【Minecraft】Celestial Protocol #EX 102 -- 35:30 App...
McProtocol Implementation of the Minecraft protocol in Elixir. Aims to provide functional ways to interact with the minecraft protocol on all levels, including packet reading and writing, encryption, compression, authentication and more. Installation ...
PlayerConnection pc = p.getHandle().playerConnection;//这里的World类是nms里面的World类 net.minecraft.server.v1_8_3.WorldWorld nmsWorld = (World)cw.getHandle();//获取一个方块的坐标BlockPosition block =newBlockPosition(p.getLocation().getBlockX(),0,p.getLocation().getBlockZ());//修改方块(...
精准反馈,高效沟通 我知道了查看详情 Watch 1Star1Fork1 Guijun/minecraft-protocol 代码Issues0Pull Requests0Wiki统计流水线 服务 Gitee Pages JavaDoc PHPDoc 质量分析 Jenkins for Gitee 腾讯云托管 腾讯云 Serverless 悬镜安全 阿里云 SAE Codeblitz 我知道了,不再自动展开 ...
EndMinecraftUltra 支持方式: 支持新协议库的MC压测工具,基于MCProtocolLib协议库 只可用于服务器压力测试,否则造成的后果由使用者自行承担! 最新的编译版本可到Releases中下载,所有问题请在Issues反馈,欢迎Pr! 目前已知Bug:假人连接已经成功但会显示"连接断开",将在近期进行修复 ...
MCProtocolLib MCProtocolLib是一个用于与Minecraft客户端/服务器进行通信的简单库。 它旨在使人们能够轻松地为Minecraft制作自定义机器人,客户端或服务器。 范例程式码 参见 作为依赖添加 建议的获取MCProtocolLib的方法是通过jitpack.io。 有关如何在项目中包括MCProtocolLib的更多详细信息,请参见。 Maven: < reposit...
大家,我的服务器遇到..ProtocolLib是卫星地图和ColorMOTD的必备前置插件,要想删掉也很难。但是装了之后发现服务器的怪物变的很硬。明明是最简单的模式,钻石剑都要砍很多下才杀的死。那么有没有人碰过到这种情况或者
localnum_same_protocollocallast_protocol=-1localprotocol_rowfor__,versioninipairs(group.values)dotable.insert(html,'')table.insert(html,'[['..version.name..']]')ifversion.protocol~=last_protocolorversion.force_splitthenlast_protocol=version.protocolnum_same_protocol=1table.insert(html,''.....
首先去Bukkit下载到Protocollib的最新版本 或者也可以到站内或mcbbs下载到此插件 按照一般bukkit插件的开发...