您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
Sends, receives, and displays CUSTOM websocket frames
当前为
This is a development tool and has no use for players that aren't working with custom network messages.
Click the "Custom" link at the top of the page to open a panel for sending custom network messages.
Panel will pull your default recipient from your plugin config.
Made for use with IdlePixel+ and messages of the format:
CUSTOM=player~callbackId:plugin:command:payload
For example, having "luxbotdev" in the config, and typing "echo:Test message" into the prompt will send:
CUSTOM=luxbotdev~IPPX:interactor:echo:Test message
Will also log all custom messages received to console and panel pseudo-console.
Receiving this example message will output sender_name: interactor:echo:Test message
to console.