enderchester
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>io.github.milkdrinkers</groupId> <artifactId>enderchester</artifactId> <version>2.3.1</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <!-- This module was also published with a richer model, Gradle metadata, --> <!-- which should be used instead. Do not delete the following line which --> <!-- is to indicate to Gradle or any Gradle module metadata file consumer --> <!-- that they should prefer consuming it instead. --> <!-- do_not_remove: published-with-gradle-metadata --> <modelVersion>4.0.0</modelVersion> <groupId>io.github.milkdrinkers</groupId> <artifactId>enderchester</artifactId> <version>2.3.1</version> <name>Enderchester</name> <description>A Minecraft plugin that simplifies the opening of Enderchests!</description> <url>https://github.com/milkdrinkers/Enderchester</url> <inceptionYear>2025</inceptionYear> <licenses> <license> <name>GNU General Public License Version 3</name> <url>https://www.gnu.org/licenses/gpl-3.0.en.html#license-text</url> <distribution>https://www.gnu.org/licenses/gpl-3.0.en.html#license-text</distribution> </license> </licenses> <developers> <developer> <id>darksaid98</id> <name>darksaid98</name> <url>https://github.com/darksaid98</url> <organization>Milkdrinkers</organization> </developer> </developers> <scm> <connection>scm:git:git://github.com/milkdrinkers/Enderchester.git</connection> <developerConnection>scm:git:ssh://github.com:milkdrinkers/Enderchester.git</developerConnection> <url>https://github.com/milkdrinkers/Enderchester</url> </scm> <dependencies> <dependency> <groupId>org.yaml</groupId> <artifactId>snakeyaml</artifactId> <version>2.4</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.spongepowered</groupId> <artifactId>configurate-extra-interface</artifactId> <version>4.2.0-GeyserMC-SNAPSHOT</version> <scope>compile</scope> </dependency> <dependency> <groupId>space.arim.morepaperlib</groupId> <artifactId>morepaperlib</artifactId> <version>0.4.4</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.spongepowered</groupId> <artifactId>configurate-yaml</artifactId> <version>4.2.0-GeyserMC-SNAPSHOT</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.bstats</groupId> <artifactId>bstats-bukkit</artifactId> <version>3.1.0</version> <scope>runtime</scope> </dependency> </dependencies> </project>