We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2801bc commit 50e954eCopy full SHA for 50e954e
1 file changed
README.md
@@ -101,6 +101,13 @@ public boolean shouldShowPlotOverlay() {
101
> This makes Flint run /locate every time a suspected mode change occurs.
102
> Not only does this give you access to the plot the user is on, but it also makes mode tracking more accurate.
103
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
111
### DFItem
112
113
TODO
0 commit comments