SocketPlugin 图标

SocketPlugin

作者:rebot | 分类:模组

价格:0 墨喵币 下载量:0 点赞:0 版本 1.2.5+1.21.4
本资源为搬运资源,原资源地址: https://modrinth.com/mod/figurasocketplugin
资源信息

Minecraft 版本: 1.21.4

平台: fabric

标签: utility

资源介绍

(archived for security concerns i should have listened to a long time ago)

A figura addon that allows you to open and use TCP sockets.

You can contact me at ktzukii on Discord if the mod crashes your game, or doesn't work as intended.

(please attach the logs on the message, if not you're getting a "invalid, read description")

Documentation:

SocketAPI (global socket)

These functions WILL return nil if the client (game) running the avatar (your scripts and model) is not the host (eg. your game will return a LuaSocket instance, others will return nil.)

So please add host checks on your socket scripts, otherwise your avatar will error on other clients, and will cause unneccesary trouble and confusion.

SocketAPI:newSocket(String host, Number port) -> LuaSocket

Opens a new socket, will print errors in log or throw vm error.

SocketAPI:newWebsocket(String host, Number port) -> LuaWebsocket

Opens a new websocket, will print errors in log or throw vm error.

SocketAPI:closeAllSocket( -> nil)
Close all sockets on the current avatar

SocketAPI:closeAllWebsocket() -> nil
Close all websockets on the current avatar

SocketAPI:closeAll() -> nil

Closes all sockets and/or websockets on the current avatar

LuaSockets

LuaSocket:hasData() -> boolean

Returns whether there's data to be recv'd or not

LuaSocket:recv() -> string

Returns any data that was sent

LuaSocket:close() -> nil

Closes the LuaSocket cleanly instead of disconnecting weirdly.

LuaSocket:isClosed() -> boolean

Returns whether the LuaSocket is closed or not.

LuaSocket:isConnected() -> boolean

Returns whether the LuaSocket is still open or not.

Examples:

REMOVED: My examples suck :3
I'll try to add some examples on the Github WIKI, but no promises.

下载太慢?试试 墨喵加速站,支持 Modrinth 和外网直链高速下载! 用的人越多,下载的越快!
下载与版本
评论(0)
登录 后发表评论。

暂无评论,抢个沙发吧~

举报此资源

请登录后举报

🔥 相关推荐
UriopsPvP

价格:0 墨喵币
下载量:0

查看详情
NoPvP

价格:0 墨喵币
下载量:0

查看详情
Map Collector

价格:0 墨喵币
下载量:0

查看详情
Hurry Up! (faster furnaces)

价格:0 墨喵币
下载量:0

查看详情