Skip to content

v1.0.0

Latest
Compare
Choose a tag to compare
@joserobjr joserobjr released this 02 Oct 17:18
a1e054f

First release.

Commands and Permissions

Command Permission Usage Description
/heapdump heapdumper.heapdump /heapdump <optional-filename> Take a heap dump to analyze memory leak issues and save in the server's folder
/cleardump heapdumper.cleardump.single /cleardump <filename> Deletes a specific heap dump file
/clearalldumps heapdumper.cleardump.all /clearalldumps Deletes all heap dump files at once

Glob Permissions

  • heapdumper.cleardump.* - Allows the user to run the command that clears the dumps
    • heapdumper.cleardump.single
    • heapdumper.cleardump.all
  • heapdumper.* - Allows the user to run all the heapdumper commands
    • heapdumper.heapdump
    • heapdumper.cleardump.*