All Projects → AntiLaby → Antilaby

AntiLaby / Antilaby

Licence: gpl-3.0
AntiLaby plug-in for Bukkit

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Antilaby

Xseries
Library for cross-version Minecraft Bukkit support and various efficient API methods.
Stars: ✭ 109 (+1716.67%)
Mutual labels:  api, minecraft, spigot, plugin
Lagmonitor
Monitor performance of your Minecraft server. Similar to VisualVM and Java Mission Control.
Stars: ✭ 147 (+2350%)
Mutual labels:  minecraft, spigot, plugin
Changeskin
Allows your players to change their skin by command
Stars: ✭ 118 (+1866.67%)
Mutual labels:  minecraft, spigot, plugin
Slimefun4
Slimefun 4 - A unique Spigot/Paper plugin that looks and feels like a modpack. We've been giving you backpacks, jetpacks, reactors and much more since 2013.
Stars: ✭ 369 (+6050%)
Mutual labels:  minecraft, spigot, plugin
Confiscate
Discover duplication glitches, abusive staff giving items, x-ray or simply poor server economy.
Stars: ✭ 23 (+283.33%)
Mutual labels:  minecraft, spigot, plugin
Webconsole
Spigot plugin to manage your server remotely using a web interface
Stars: ✭ 62 (+933.33%)
Mutual labels:  minecraft, spigot, plugin
Advanced Achievements
🎆 Popular plugin that adds unique and challenging achievements to Minecraft servers.
Stars: ✭ 151 (+2416.67%)
Mutual labels:  minecraft, spigot, plugin
Transport Pipes
Buildcraft without mods!
Stars: ✭ 21 (+250%)
Mutual labels:  minecraft, spigot, plugin
Craftbook
🔧 Machines, ICs, PLCs, and more!
Stars: ✭ 226 (+3666.67%)
Mutual labels:  minecraft, spigot, plugin
Unifiedmetrics
Fully-featured metrics collection agent for Minecraft servers. Supports Prometheus and InfluxDB. Dashboard included out-of-box.
Stars: ✭ 29 (+383.33%)
Mutual labels:  api, minecraft, spigot
Viaversion
Allows the connection of newer clients to older server versions for Minecraft servers.
Stars: ✭ 463 (+7616.67%)
Mutual labels:  minecraft, spigot, plugin
Nocheatplus
Anti cheating plugin for Minecraft (Bukkit/Spigot).
Stars: ✭ 260 (+4233.33%)
Mutual labels:  minecraft, spigot, plugin
Mobarena
MobArena plugin for Minecraft
Stars: ✭ 147 (+2350%)
Mutual labels:  minecraft, spigot, plugin
Bentobox
Expandable Minecraft server plugin for island-type games like SkyBlock or AcidIsland.
Stars: ✭ 192 (+3100%)
Mutual labels:  minecraft, spigot, plugin
Fastboard
Simple Bukkit scoreboard API with 1.7.10 to 1.16 support.
Stars: ✭ 62 (+933.33%)
Mutual labels:  api, minecraft, spigot
Item Nbt Api
Add custom NBT tags to Items/Tiles/Entities without NMS!
Stars: ✭ 163 (+2616.67%)
Mutual labels:  api, minecraft, spigot
FlameCord
Patch for Waterfall to improve performance during attacks and fix memory issues.
Stars: ✭ 103 (+1616.67%)
Mutual labels:  minecraft, spigot
Arclight
A Bukkit(1.15/1.16) server implementation on Forge using Mixin. ⚡
Stars: ✭ 262 (+4266.67%)
Mutual labels:  minecraft, spigot
Citizens2
Citizens - the premier plugin and API for creating server-side NPCs in Minecraft.
Stars: ✭ 277 (+4516.67%)
Mutual labels:  minecraft, spigot
NT-RPG
A new rpg plugin for Sponge & Spigot
Stars: ✭ 21 (+250%)
Mutual labels:  minecraft, spigot

Welcome to AntiLaby!

AntiLaby is a free open source Minecraft Bukkit plug-in by NathanNr and heisluft to disable functions of the Minecraft modification LabyMod. Read more …

Useful links:

AntiLaby in

Maven:

...
<repositories>
  ...
  <repository>
    <id>heisluft-repo</id>
    <url>https://heisluft.tk/maven/</url>
  </repository>
  ...
</repositories>
...
<dependencies>
  ...
  <dependency>
    <groupId>com.gihub.antilaby</groupId>
    <artifactId>AntiLaby</artifactId>
    <version>2.0-pre3</version>
    <scope>compile</scope>
  </dependency>
  ...
</dependencies>
...

Gradle:

...
repositories {
  ...
  maven {
    url 'https://heisluft.tk/maven/'
  }
  ...
}
...
dependencies {
  ...
  compile group: 'com.github.antilaby", name: "AntiLaby", version: "2.0-pre3'
  ...
}
...
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].