IdlePixel Custom Interactor

Sends,receives, and displays CUSTOM websocket frames

2023-11-06 기준 버전입니다. 최신 버전을 확인하세요.

작성자
Lux-Ferre
평점
0 0 0
버전
2.0.0
생성일
2023-04-14
갱신일
2023-11-06
크기
10.1KB
라이선스
MIT
적용 사이트

IdlePixel Custom Message Interactor

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.