From 020275f3785c46e0a3d29b1f9e318d08d73fc94e Mon Sep 17 00:00:00 2001 From: amyavi <144570677+amyavi@users.noreply.github.com> Date: Sun, 23 Jun 2024 12:41:24 -0300 Subject: [PATCH] style: match file structure with Extras --- .gitignore | 2 ++ README.md | 6 +++--- suppressions.xml | 4 +++- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index f845591..d3ee570 100755 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,5 @@ target/ .classpath .project *.iml +.theia/ +run/ \ No newline at end of file diff --git a/README.md b/README.md index 57d3662..bb7b021 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/suppressions.xml b/suppressions.xml index 8990963..30ced2c 100644 --- a/suppressions.xml +++ b/suppressions.xml @@ -5,4 +5,6 @@ <suppressions> <suppress checks="Javadoc" files="."/> -</suppressions> + <suppress checks="MagicNumber" files="."/> + <suppress checks="MethodLength" files="."/> +</suppressions> \ No newline at end of file