Skip to content

Commit

Permalink
Add dump session tag
Browse files Browse the repository at this point in the history
  • Loading branch information
rtm516 committed Aug 24, 2024
1 parent c2837a5 commit d24942c
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions src/main/resources/tags/util/dumpsession.tag
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
type: text
aliases: dump

---
Please follow the below steps to dump the current and last session responses for MCXboxBroadcast to help us diagnose issues

Standalone:
1. Run `dumpsession` in console
2. Share the created `lastSessionResponse.json` and `currentSessionResponse.json` files from `./cache/`

Extension:
1. Run `mcxboxbroadcast dumpsession` in console
2. Share the created `lastSessionResponse.json` and `currentSessionResponse.json` files from `./plugins/Geyser-Xxxx/extensions/MCXboxBroadcast/`

Manager:
1. Click the 'Download current session data' button in the UI
2. Share the downloaded `currentSessionResponse.json` file

0 comments on commit d24942c

Please sign in to comment.