commit | 26b3a86572e3a343679cb3e7af0c602da7220f87 | [log] [download] |
---|---|---|
author | WHR <msl0000023508@gmail.com> | Fri Feb 04 12:30:08 2022 +0800 |
committer | WHR <msl0000023508@gmail.com> | Fri Feb 04 12:34:25 2022 +0800 |
tree | 820581a6c37430b93061dff3787a376e0fc6ecba | |
parent | fd441663b82094018040952175d71696b334eb8c [diff] |
Cleanup README.md
This is a fork or original Glowstone that supporting Java 7.
A free reimplementation of Minecraft server software.
Glowstone is a lightweight, from scratch, open source Minecraft server written in Java that supports plugins written for the Bukkit API.
The main goals of the project are to provide a lightweight implementation of the Bukkit API and Minecraft server where exact vanilla functionality is not needed or higher performance is desired than the official software can deliver. Glowstone makes use of a thread-per-world model and performs synchronization only when necessitated by the Bukkit API.
Still have questions? Check out our FAQ.
Glowstone has a few key advantages over CraftBukkit:
However, there are several drawbacks:
org.bukkit.craftbukkit
or net.minecraft.server
packages) will not work on Glowstone unless they are designed to fail gracefully.For a current list of features, check the wiki.
#mcdevs
- protocol and file formats research.Glowstone is open-source software released under the MIT license. Please see the LICENSE
file for details.
Glowkit is open-source software released under the GPL license. Please see the LICENSE.txt
file in the Glowkit repository for details.