Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/antilaby/antilaby
- Owner: AntiLaby
- License: gpl-3.0
- Created: 2016-04-11T12:02:34.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2021-04-16T11:03:28.000Z (over 3 years ago)
- Last Synced: 2024-10-12T04:03:29.413Z (about 1 month ago)
- Topics: api, craftbukkit, labymod, minecraft, paperspigot, plug-in, plugin, spigot, spigotmc
- Language: Java
- Homepage: https://www.spigotmc.org/resources/antilaby-1-8-1-12-1-disable-labymod-functions-api.21347
- Size: 964 KB
- Stars: 7
- Watchers: 3
- Forks: 1
- Open Issues: 8
-
Metadata Files:
- Readme: readme.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
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'
...
}
...
````