Skip to content

Commit 50e954e

Browse files
committed
docs: actiondump
1 parent a2801bc commit 50e954e

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,13 @@ public boolean shouldShowPlotOverlay() {
101101
> This makes Flint run /locate every time a suspected mode change occurs.
102102
> Not only does this give you access to the plot the user is on, but it also makes mode tracking more accurate.
103103
104+
## ActionDump
105+
106+
The actiondump is stored in separate files for each color mode access them in the flint files,
107+
for a & color syntax actiondump you would use `FlintFile.ACTION_DUMP_AMPERSAND.getPath()`,
108+
you need to read the files on your own.
109+
To receive each version log into Node Beta and run `/getactiondump <color mode>`.
110+
104111
### DFItem
105112

106113
TODO

0 commit comments

Comments
 (0)