⚙️API

I have not utilize the repo yet so for now you can access the API though the jar downloaded from Spigot, BuiltByBit, Polymart or Modrinth Maven example:

        <dependency>
            <groupId>dev.anhcraft</groupId>
            <artifactId>vouchers</artifactId>
            <version>{version}</version>
            <scope>system</scope>
            <systemPath>${project.basedir}/lib/Vouchers.jar</systemPath>
        </dependency>

Last updated