style: match file structure with Extras

This commit is contained in:
amyavi 2024-06-23 12:41:24 -03:00
parent f9529e3fa6
commit 020275f378
Signed by: amy
SSH key fingerprint: SHA256:CoLIqZWDYPZEhs1j1HQWwV0j1JhC3BFWcaUF7ZLZHJA
3 changed files with 8 additions and 4 deletions

2
.gitignore vendored
View file

@ -6,3 +6,5 @@ target/
.classpath
.project
*.iml
.theia/
run/

View file

@ -6,9 +6,9 @@ The plugin is created for the Kaboom server.
## Commands
| Command | Alias | Permission | Description |
| ------- | ----- | ---------- | ----------- |
|/commandspy | /c, /cs, /cspy | commandspy.command | Allows you to spy on players' commands|
| Command | Alias | Permission | Description |
|-------------|----------------|--------------------|----------------------------------------|
| /commandspy | /c, /cs, /cspy | commandspy.command | Allows you to spy on players' commands |
## Compiling

View file

@ -5,4 +5,6 @@
<suppressions>
<suppress checks="Javadoc" files="."/>
</suppressions>
<suppress checks="MagicNumber" files="."/>
<suppress checks="MethodLength" files="."/>
</suppressions>