mirror of
https://github.com/kaboomserver/commandspy.git
synced 2025-06-06 23:23:47 -04:00
style: match file structure with Extras
This commit is contained in:
parent
f9529e3fa6
commit
020275f378
3 changed files with 8 additions and 4 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -6,3 +6,5 @@ target/
|
||||||
.classpath
|
.classpath
|
||||||
.project
|
.project
|
||||||
*.iml
|
*.iml
|
||||||
|
.theia/
|
||||||
|
run/
|
|
@ -6,9 +6,9 @@ The plugin is created for the Kaboom server.
|
||||||
|
|
||||||
## Commands
|
## Commands
|
||||||
|
|
||||||
| Command | Alias | Permission | Description |
|
| Command | Alias | Permission | Description |
|
||||||
| ------- | ----- | ---------- | ----------- |
|
|-------------|----------------|--------------------|----------------------------------------|
|
||||||
|/commandspy | /c, /cs, /cspy | commandspy.command | Allows you to spy on players' commands|
|
| /commandspy | /c, /cs, /cspy | commandspy.command | Allows you to spy on players' commands |
|
||||||
|
|
||||||
## Compiling
|
## Compiling
|
||||||
|
|
||||||
|
|
|
@ -5,4 +5,6 @@
|
||||||
|
|
||||||
<suppressions>
|
<suppressions>
|
||||||
<suppress checks="Javadoc" files="."/>
|
<suppress checks="Javadoc" files="."/>
|
||||||
</suppressions>
|
<suppress checks="MagicNumber" files="."/>
|
||||||
|
<suppress checks="MethodLength" files="."/>
|
||||||
|
</suppressions>
|
Loading…
Add table
Add a link
Reference in a new issue