diff options
author | Flarp <flurpdadurp@gmail.com> | 2023-12-30 12:20:02 -0500 |
---|---|---|
committer | Flarp <flurpdadurp@gmail.com> | 2023-12-30 12:20:02 -0500 |
commit | ad28a427d3ce68e69a46f406d6b90b719b803549 (patch) | |
tree | 9e5952f3f3495a70c062dcc2b9bcad283d0c3f79 /src/main/resources | |
parent | ecfecaf19410e91437764cf42e9a61276ae6a09b (diff) | |
download | container-audit-ad28a427d3ce68e69a46f406d6b90b719b803549.tar.gz |
Added ability to keep track of barrels and shulker boxes, as well as correctly track Shift-Click events from player inventory
Diffstat (limited to 'src/main/resources')
-rw-r--r-- | src/main/resources/plugin.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/resources/plugin.yml b/src/main/resources/plugin.yml index 7f6135b..e0a43fa 100644 --- a/src/main/resources/plugin.yml +++ b/src/main/resources/plugin.yml @@ -1,4 +1,4 @@ main: dev.deeve.containeraudit.Plugin name: ContainerAudit -version: 0.0.1 +version: 0.0.2 api-version: 1.19
\ No newline at end of file |