IdlePixel Custom Interactor

Sends, receives, and displays CUSTOM websocket frames

이 스크립트를 설치하려면 Tampermonkey, Greasemonkey 또는 Violentmonkey와 같은 확장 프로그램이 필요합니다.

이 스크립트를 설치하려면 Tampermonkey 또는 Violentmonkey와 같은 확장 프로그램이 필요합니다.

이 스크립트를 설치하려면 Tampermonkey 또는 Violentmonkey와 같은 확장 프로그램이 필요합니다.

이 스크립트를 설치하려면 Tampermonkey 또는 Userscripts와 같은 확장 프로그램이 필요합니다.

이 스크립트를 설치하려면 Tampermonkey와 같은 확장 프로그램이 필요합니다.

이 스크립트를 설치하려면 유저 스크립트 관리자 확장 프로그램이 필요합니다.

(이미 유저 스크립트 관리자가 설치되어 있습니다. 설치를 진행합니다!)

이 스타일을 설치하려면 Stylus와 같은 확장 프로그램이 필요합니다.

이 스타일을 설치하려면 Stylus와 같은 확장 프로그램이 필요합니다.

이 스타일을 설치하려면 Stylus와 같은 확장 프로그램이 필요합니다.

이 스타일을 설치하려면 유저 스타일 관리자 확장 프로그램이 필요합니다.

이 스타일을 설치하려면 유저 스타일 관리자 확장 프로그램이 필요합니다.

이 스타일을 설치하려면 유저 스타일 관리자 확장 프로그램이 필요합니다.

(이미 유저 스타일 관리자가 설치되어 있습니다. 설치를 진행합니다!)

작성자
Lux-Ferre
일일 설치 수
0
총 설치 수
40
평점
0 0 0
버전
2.3.2
생성일
2023-04-14
갱신일
2024-04-10
크기
10.5KB
라이선스
MIT
적용 사이트

Custom Interactor

Note: This is a development tool and has no use for players that aren't working with custom network messages.

Dev tool which adds a panel (linked at top of page) to conveniently use CUSTOM type websocket messages. Panel is responsive and will match theme to UI-Tweaks if it is present. Messages should follow the ACS format: CUSTOM=player~callbackId:plugin:command:payload

'callbackId' is handled by IP+
'plugin' is taken from the plugin override input on send, or defaults to "interactor"
'command' is taken from the command input on send
'payload' is taken from the payload input on send

Note: If no payload is given, that part of the message will be omitted fully eg: CUSTOM=player~callbackId:plugin:command

Received messages will be parsed on the assumption of the ACS format. If a message is received that does not follow this format it will be treated as if it was as follows: CUSTOM=player~callbackId:unknown:unknown:payload

Although callbackId is handled by IP+, if not callbackId is present, it will be displayed as -1 in the pseudo-console.

IP+ Configs:

  • receiver: string
    • Default account messages will be sent to.
  • textareaLines: int
    • Number of lines in pseudo-console (<30 will shrink panel to match.)
  • ignorePluginList: string
    • Comma separated list of plugins to ignore in pseudo-console.
  • defaultCommandList: string
    • Comma separated list of commands to populate the commands dropdown with.
  • pluginOverride: string
    • Default plugin name to override "interactor" with.
  • rememberCommand: bool
    • Retain last sent command in pseudo-console.