Created
December 28, 2021 11:25
-
-
Save kaiserdj/47c0eecc8df0025a146b5b3b863b49f0 to your computer and use it in GitHub Desktop.
Example plugin Packet logger
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//⎛⎝ Kaiserdj™ ⎠⎞#6430 | |
//https://github.com/kaiserdj/Darkorbit-client | |
//https://discord.gg/vHqAaxS7xF | |
//It is necessary to activate the function "(BETA) Run Darkorbit packet logger - by Tanoshii" in Settings | |
// | |
//Custom js | |
//match: *action=internalMapRevolution* | |
console.log("Plugin packet logger activated"); | |
window.addEventListener("Packet", function(e) { console.log(e.detail.packet)}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment