文件名称:node-modern-rcon:用ES2015编写的现代RCON客户端实现
文件大小:11KB
文件格式:ZIP
更新时间:2024-02-25 02:03:13
nodejs minecraft node rcon rcon-client
节点现代
用ES2015编写的现代RCON客户端实现
注意:这仅在Minecraft中进行了测试。 因此,请注意其他服务器实现中可能存在的错误。 如有任何问题,请随时提交PR。
安装
npm install modern-rcon --save
API
new Rcon(host, port = 25575, password, timeout = 5000)
创建一个新的Rcon对象。
rcon.connect() -> Promise
与构造函数中提供的凭据连接。
rcon.send(data) -> Promise
【文件预览】:
node-modern-rcon-master
----.gitignore(2KB)
----package.json(1022B)
----LICENSE(1KB)
----README.md(1KB)
----.idea()
--------misc.xml(174B)
--------vcs.xml(180B)
--------node-modern-rcon.iml(458B)
--------watcherTasks.xml(139B)
--------jsLibraryMappings.xml(241B)
--------runConfigurations()
--------modules.xml(284B)
----tests()
--------rcon.spec.js(4KB)
--------patchedAssert.js(2KB)
--------fixtures()
----.npmignore(12B)
----rcon.js(4KB)