https://github.com/carlgo11/lain
Minecraft server bot
https://github.com/carlgo11/lain
bot bukkit bukkit-api bukkit-plugin java lain minecraft-server minecraft-server-bot
Last synced: about 2 months ago
JSON representation
Minecraft server bot
- Host: GitHub
- URL: https://github.com/carlgo11/lain
- Owner: Carlgo11
- Created: 2014-06-11T16:09:35.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2018-02-17T00:40:23.000Z (about 7 years ago)
- Last Synced: 2025-01-28T04:18:23.837Z (4 months ago)
- Topics: bot, bukkit, bukkit-api, bukkit-plugin, java, lain, minecraft-server, minecraft-server-bot
- Language: Java
- Homepage: https://carlgo11.github.io/Lain/
- Size: 313 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Lain [](https://travis-ci.org/Carlgo11/Lain)
====### Minecraft server bot
## Background
Lain was my first Bukkit plugin that I made. The idea behind the bot is to help manage the Minecraft server.
I started developing the bot back in 2012.
Around 2014 I decided to remake the bot as I had more knowledge of the Bukkit API and Java in general than what I did back in 2012.
When Bukkit was put under a DMCA I moved away from Bukkit and the Minecraft server community in general.
I have however recently (in 2016) gone over the code again just for fun.
In Lain v2.1 I've focused a lot on documentation as version 2.0 didn't have any documentation which made it very hard to work with.
I've also tried to hardcode as little as possible so that others can use my code for their own purposes without having to rewrite as much as before.## Dependencies
- Bukkit API (alternatively an unofficial fork of the Bukkit API)
- Java JDK 7 or above