Skip to content

Have you ever imagined mailing items to your friends in Minecraft?

License

Notifications You must be signed in to change notification settings

leothawne/LTItemMail

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LT Item Mail

Have you ever imagined mailing items to your friends in Minecraft?

Dev builds: CLICK HERE

Maven

if you would like to use LT Item Mail as a dependency of your plugin:

Add the maven repository to your pom.xml

<repository>
  <id>gmj-repository</id>
  <name>Maven G.M.J</name>
  <url>https://maven.gmj.net.br/<repository></url>
</repository>

Add the dependency to your pom.xml

<dependency>
  <groupId>io.github.leothawne</groupId>
  <artifactId>LTItemMail</artifactId>
  <version>1.0.0</version>
</dependency>