maquillage
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>io.github.milkdrinkers</groupId> <artifactId>maquillage</artifactId> <version>1.1.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>maquillage</artifactId> <version>1.1.1</version> <name>Maquillage</name> <description>A Minecraft plugin for managing player cosmetics.</description> <url>https://github.com/milkdrinkers/Maquillage</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>rooooose-b</id> <name>Rose</name> <url>https://github.com/rooooose-b</url> <organization>Milkdrinkers</organization> </developer> <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/Maquillage.git</connection> <developerConnection>scm:git:ssh://github.com:milkdrinkers/Maquillage.git</developerConnection> <url>https://github.com/milkdrinkers/Maquillage</url> </scm> <dependencies> <dependency> <groupId>space.arim.morepaperlib</groupId> <artifactId>morepaperlib</artifactId> <version>0.4.4</version> <scope>runtime</scope> </dependency> <dependency> <groupId>io.github.milkdrinkers</groupId> <artifactId>javasemver</artifactId> <version>1.0.0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>io.github.milkdrinkers</groupId> <artifactId>versionwatch</artifactId> <version>1.0.0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>io.github.milkdrinkers</groupId> <artifactId>wordweaver</artifactId> <version>0.0.5</version> <scope>runtime</scope> </dependency> <dependency> <groupId>io.github.milkdrinkers</groupId> <artifactId>crate-api</artifactId> <version>4.0.0-RC.2</version> <scope>runtime</scope> </dependency> <dependency> <groupId>io.github.milkdrinkers</groupId> <artifactId>crate-yaml</artifactId> <version>4.0.0-RC.2</version> <scope>runtime</scope> </dependency> <dependency> <groupId>io.github.milkdrinkers</groupId> <artifactId>colorparser-paper</artifactId> <version>4.0.0-SNAPSHOT</version> <scope>runtime</scope> <exclusions> <exclusion> <groupId>net.kyori</groupId> <artifactId>*</artifactId> </exclusion> </exclusions> </dependency> <dependency> <groupId>io.github.milkdrinkers</groupId> <artifactId>threadutil-bukkit</artifactId> <version>1.2.0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>dev.jorel</groupId> <artifactId>commandapi-bukkit-shade</artifactId> <version>10.0.1</version> <scope>runtime</scope> </dependency> <dependency> <groupId>dev.triumphteam</groupId> <artifactId>triumph-gui</artifactId> <version>3.1.11</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.bstats</groupId> <artifactId>bstats-bukkit</artifactId> <version>3.1.0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.zaxxer</groupId> <artifactId>HikariCP</artifactId> <version>6.3.0</version> <scope>runtime</scope> </dependency> </dependencies> </project>