As I have never done a PR (even to just documentation) before, I simply raise an issue regarding that.
Unlike for the other addons, the docs still lack a short documentation (I wrote it so you can copy/paste it, without the referring commit link of course, into the docs if you so wish. Of course formatting may still be necessary.) for the following addons:
Provides the /libertybans expunge <id> command. This allows to remove the specified punishment from the database record. Useful for removing invalid/unintentional punishments.
Requires the permission libertybans.addon.expunge.use
I have confirmed that ...
Description
As I have never done a PR (even to just documentation) before, I simply raise an issue regarding that.
Unlike for the other addons, the docs still lack a short documentation (I wrote it so you can copy/paste it, without the referring commit link of course, into the docs if you so wish. Of course formatting may still be necessary.) for the following addons:
Expunge (added with https://github.com/A248/LibertyBans/commit/e93b317ac128334016bf719e42b9b2a8abb5d329)
Provides the
/libertybans expunge <id>
command. This allows to remove the specified punishment from the database record. Useful for removing invalid/unintentional punishments.Requires the permission
libertybans.addon.expunge.use
Extend (added with https://github.com/A248/LibertyBans/commit/b5b4aa810941155365000cbcfd3a7d2e9520e89b)
Provides the
/libertybans extend <id> <time>
command. Allows to extend a specified existing (active) punishment for a specified additional duration.Requires the permission
libertybans.addon.extend.use