From fcd24ae65a2afecf7196c1ffd327f84c441f4d5c Mon Sep 17 00:00:00 2001 From: Zefir Kirilov Date: Mon, 9 Mar 2026 19:28:07 +0200 Subject: [PATCH 1/9] removed sonatype (maven central) repo --- pom.xml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/pom.xml b/pom.xml index dcb2c9e..6bb8ff2 100644 --- a/pom.xml +++ b/pom.xml @@ -41,10 +41,6 @@ papermc-repo https://repo.papermc.io/repository/maven-public/ - - sonatype - https://oss.sonatype.org/content/groups/public/ - placeholderapi https://repo.extendedclip.com/content/repositories/placeholderapi/ From ae333ac4f4429bdac8f0b0746134e800224f8ceb Mon Sep 17 00:00:00 2001 From: Zefir Kirilov Date: Mon, 9 Mar 2026 19:29:06 +0200 Subject: [PATCH 2/9] set maven build default goal --- pom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/pom.xml b/pom.xml index 6bb8ff2..7f0eae3 100644 --- a/pom.xml +++ b/pom.xml @@ -17,6 +17,7 @@ + clean package org.apache.maven.plugins From 0f13839b0fc88ad6d681099cde3bbc08d468c2a1 Mon Sep 17 00:00:00 2001 From: Zefir Kirilov Date: Mon, 9 Mar 2026 19:31:20 +0200 Subject: [PATCH 3/9] add `.idea` --- .gitignore | 112 ------------------ .idea/compiler.xml | 8 ++ .idea/misc.xml | 5 + .idea/runConfigurations/Build.xml | 30 +++++ .idea/workspace.xml | 188 ++++++++++++++++++++++++++++++ 5 files changed, 231 insertions(+), 112 deletions(-) create mode 100644 .idea/compiler.xml create mode 100644 .idea/misc.xml create mode 100644 .idea/runConfigurations/Build.xml create mode 100644 .idea/workspace.xml diff --git a/.gitignore b/.gitignore index 4788b4b..2f7896d 100644 --- a/.gitignore +++ b/.gitignore @@ -1,113 +1 @@ -# User-specific stuff -.idea/ - -*.iml -*.ipr -*.iws - -# IntelliJ -out/ - -# Compiled class file -*.class - -# Log file -*.log - -# BlueJ files -*.ctxt - -# Package Files # -*.jar -*.war -*.nar -*.ear -*.zip -*.tar.gz -*.rar - -# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml -hs_err_pid* - -*~ - -# temporary files which can be created if a process still has a handle open of a deleted file -.fuse_hidden* - -# KDE directory preferences -.directory - -# Linux trash folder which might appear on any partition or disk -.Trash-* - -# .nfs files are created when an open file is removed but is still being accessed -.nfs* - -# General -.DS_Store -.AppleDouble -.LSOverride - -# Icon must end with two \r -Icon - -# Thumbnails -._* - -# Files that might appear in the root of a volume -.DocumentRevisions-V100 -.fseventsd -.Spotlight-V100 -.TemporaryItems -.Trashes -.VolumeIcon.icns -.com.apple.timemachine.donotpresent - -# Directories potentially created on remote AFP share -.AppleDB -.AppleDesktop -Network Trash Folder -Temporary Items -.apdisk - -# Windows thumbnail cache files -Thumbs.db -Thumbs.db:encryptable -ehthumbs.db -ehthumbs_vista.db - -# Dump file -*.stackdump - -# Folder config file -[Dd]esktop.ini - -# Recycle Bin used on file shares -$RECYCLE.BIN/ - -# Windows Installer files -*.cab -*.msi -*.msix -*.msm -*.msp - -# Windows shortcuts -*.lnk - target/ - -pom.xml.tag -pom.xml.releaseBackup -pom.xml.versionsBackup -pom.xml.next - -release.properties -dependency-reduced-pom.xml -buildNumber.properties -.mvn/timing.properties -.mvn/wrapper/maven-wrapper.jar -.flattened-pom.xml - -# Common working directory -run/ diff --git a/.idea/compiler.xml b/.idea/compiler.xml new file mode 100644 index 0000000..bed7cc2 --- /dev/null +++ b/.idea/compiler.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml new file mode 100644 index 0000000..9cbc7ee --- /dev/null +++ b/.idea/misc.xml @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/.idea/runConfigurations/Build.xml b/.idea/runConfigurations/Build.xml new file mode 100644 index 0000000..11d2c6f --- /dev/null +++ b/.idea/runConfigurations/Build.xml @@ -0,0 +1,30 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/workspace.xml b/.idea/workspace.xml new file mode 100644 index 0000000..35d7572 --- /dev/null +++ b/.idea/workspace.xml @@ -0,0 +1,188 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + { + "customColor": "00000000", + "associatedIndex": 8 +} + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 1766393445812 + + + + + + + + - - \ No newline at end of file