diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..b24d407 --- /dev/null +++ b/.gitignore @@ -0,0 +1,9 @@ +target/ +*.class +*.jar +.idea/ +*.iml +.project +.settings/ +.classpath +bin/ diff --git a/target/QuickComposter-1.0.jar b/target/QuickComposter-1.0.jar deleted file mode 100644 index 868b55b..0000000 Binary files a/target/QuickComposter-1.0.jar and /dev/null differ diff --git a/target/antrun/build-main.xml b/target/antrun/build-main.xml deleted file mode 100644 index 2dd2356..0000000 --- a/target/antrun/build-main.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/target/classes/config.yml b/target/classes/config.yml deleted file mode 100644 index c2ddda4..0000000 --- a/target/classes/config.yml +++ /dev/null @@ -1,63 +0,0 @@ -# QuickComposter Configuration - -# If true, the composter will instantly drop bonemeal when it reaches the max level. -# If false, it will stay at the full level (7) and require one more interaction or wait for the vanilla process. -instant-bonemeal: false - -# If true, any item can be used to compost. -# If false, only items in the 'supported-items' list will work. -use-any-item: false - -# list of items that can be used for composting if 'use-any-item' is false. -# it uses the standard material names -supported-items: - - WHEAT_SEEDS - - PUMPKIN_SEEDS - - MELON_SEEDS - - BEETROOT_SEEDS - - DRIED_KELP - - GLOW_BERRIES - - SHORT_GRASS - - FERN - - HANGING_ROOTS - - MANGROVE_ROOTS - - MOSS_CARPET - - SMALL_DRIPLEAF - - SUNFLOWER - - LILAC - - ROSE_BUSH - - PEONY - - PITCHER_PLANT - - BIG_DRIPLEAF - - WHEAT - - POTATO - - CARROT - - BEETROOT - - SUGAR_CANE - - KELP - - CACTUS - - BAMBOO - - MELON_SLICE - - PUMPKIN - - MELON - - APPLE - - BREAD - - COOKIE - - CAKE - - PIE - - MUSHROOM_STEW - - NETHER_WART - - SEA_PICKLE - - SHROOMLIGHT - - CRIMSON_FUNGUS - - WARPED_FUNGUS - - CRIMSON_ROOTS - - WARPED_ROOTS - - NETHER_SPROUTS - - WEEPING_VINES - - TWISTING_VINES - - AZALEA - - FLOWERING_AZALEA - - MOSS_BLOCK - - PINK_PETALS - - DRAGON_EGG diff --git a/target/classes/kcompost/QuickComposter.class b/target/classes/kcompost/QuickComposter.class deleted file mode 100644 index c288210..0000000 Binary files a/target/classes/kcompost/QuickComposter.class and /dev/null differ diff --git a/target/classes/kcompost/listeners/PlayerListener.class b/target/classes/kcompost/listeners/PlayerListener.class deleted file mode 100644 index 5747a34..0000000 Binary files a/target/classes/kcompost/listeners/PlayerListener.class and /dev/null differ diff --git a/target/classes/kcompost/managers/PluginManager.class b/target/classes/kcompost/managers/PluginManager.class deleted file mode 100644 index be89391..0000000 Binary files a/target/classes/kcompost/managers/PluginManager.class and /dev/null differ diff --git a/target/classes/kcompost/utils/Utils.class b/target/classes/kcompost/utils/Utils.class deleted file mode 100644 index 94e9315..0000000 Binary files a/target/classes/kcompost/utils/Utils.class and /dev/null differ diff --git a/target/classes/plugin.yml b/target/classes/plugin.yml deleted file mode 100644 index 5bf9ba3..0000000 --- a/target/classes/plugin.yml +++ /dev/null @@ -1,6 +0,0 @@ -main: kcompost.QuickComposter -version: 1.0 -name: QuickComposter -author: bunchy7s -api-version: 1.21 -folia-supported: true \ No newline at end of file diff --git a/target/maven-archiver/pom.properties b/target/maven-archiver/pom.properties deleted file mode 100644 index 070cee3..0000000 --- a/target/maven-archiver/pom.properties +++ /dev/null @@ -1,5 +0,0 @@ -#Generated by Maven -#Tue May 19 14:00:54 CDT 2026 -artifactId=QuickComposter -groupId=kcompost -version=1.0 diff --git a/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst b/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst deleted file mode 100644 index 79f65b1..0000000 --- a/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst +++ /dev/null @@ -1,4 +0,0 @@ -kcompost/utils/Utils.class -kcompost/managers/PluginManager.class -kcompost/listeners/PlayerListener.class -kcompost/QuickComposter.class diff --git a/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst b/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst deleted file mode 100644 index 5c90e91..0000000 --- a/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst +++ /dev/null @@ -1,4 +0,0 @@ -/home/bunchy7s/programs/mcplugins/QuickCompost/QuickComposter/src/main/java/kcompost/QuickComposter.java -/home/bunchy7s/programs/mcplugins/QuickCompost/QuickComposter/src/main/java/kcompost/listeners/PlayerListener.java -/home/bunchy7s/programs/mcplugins/QuickCompost/QuickComposter/src/main/java/kcompost/managers/PluginManager.java -/home/bunchy7s/programs/mcplugins/QuickCompost/QuickComposter/src/main/java/kcompost/utils/Utils.java