Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/antilaby/antilaby

AntiLaby plug-in for Bukkit
https://github.com/antilaby/antilaby

api craftbukkit labymod minecraft paperspigot plug-in plugin spigot spigotmc

Last synced: about 1 month ago
JSON representation

AntiLaby plug-in for Bukkit

Awesome Lists containing this project

README

        

# Welcome to AntiLaby!
AntiLaby is a free open source [Minecraft](https://minecraft.net/) [Bukkit](https://bukkit.org/) plug-in by [NathanNr](https://github.com/NathanNr/) and [heisluft](https://github.com/heisluft) to disable functions of the Minecraft modification [LabyMod](https://www.labymod.net/). [Read more …](https://github.com/AntiLaby/AntiLaby/wiki/Home)

Useful links:
* [Getting started](https://github.com/AntiLaby/AntiLaby/wiki/Getting-started)
* [Find AntiLaby on SpigotMC](https://www.spigotmc.org/resources/21347/)
* [About AntiLaby](https://github.com/AntiLaby/AntiLaby/wiki/Home)
* [Ask questions, send suggestions and report bugs](https://github.com/AntiLaby/AntiLaby/wiki/Support)
* [Source code](https://github.com/AntiLaby/AntiLaby)
* [JavaDoc](https://heisluft.tk/javadoc/com/github/antilaby/AntiLaby/)
## AntiLaby in
### Maven:
````xml
...

...

heisluft-repo
https://heisluft.tk/maven/

...

...

...

com.gihub.antilaby
AntiLaby
2.0-pre3
compile

...

...
````
### Gradle:
````gradle
...
repositories {
...
maven {
url 'https://heisluft.tk/maven/'
}
...
}
...
dependencies {
...
compile group: 'com.github.antilaby", name: "AntiLaby", version: "2.0-pre3'
...
}
...
````