A Minecraft gamemode based on League of Legends
I, like a lot of people, play League of Legends (LoL) and I wanted to recreate it on Minecraft.
I saw @Elicis has started the game, so I took parts of his code (exactly the shop). You can see his/her project here.
I also took some ideas from @Cadiducho to make the code more clear, efficient and beauty 💜, so thank you.
I'm working on a wiki for the plugin.
If you want use LoM as a Maven Dependency simply add repo and artifact:
<repository>
<id>cadox8-repo</id>
<url>https://projectalpha.es/repo/</url>
</repository>
<dependency>
<groupId>me.cadox8</groupId>
<artifactId>LoM</artifactId>
<version>0.0.7-SNAPSHOT</version>
</dependency>
This project is released under the Apache License 2.0.