UNPKG

battleye-node

Version:

A TS/JS library for communicating with BattlEye’s RCon (Remote Console) protocol. Easily send commands, receive server responses, and automate server management for games protected by BattlEye anti-cheat.

6 lines (5 loc) 251 B
import bufferLogin from "./bufferLogin.js"; import bufferAck from "./bufferAck.js"; import bufferKeepAlive from "./bufferKeepAlive.js"; import bufferCommand from "./bufferCommand.js"; export { bufferLogin, bufferAck, bufferKeepAlive, bufferCommand };