Sends custom messages to an account and logs received customs
当前为
Clicking the "Custom" link at the top of the page will prompt for a custom command to be sent to the account in the 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
Receiving this message will output sender_name: interactor:echo:Test message to console.