mirror of
https://github.com/kaboomserver/commandspy.git
synced 2025-05-15 14:50:25 -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
|
||||
.project
|
||||
*.iml
|
||||
.theia/
|
||||
run/
|
|
@ -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
|
||||
|
||||
|
|
|
@ -5,4 +5,6 @@
|
|||
|
||||
<suppressions>
|
||||
<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