commit | f5c998d0a4990156cc76d0643d3aeb11713e8e47 | [log] [download] |
---|---|---|
author | WHR <msl0000023508@gmail.com> | Fri Feb 11 15:55:52 2022 +0800 |
committer | WHR <msl0000023508@gmail.com> | Fri Feb 11 15:55:52 2022 +0800 |
tree | 6b328566fff2537570f9fa70cf2af5d163538292 | |
parent | 5c1938e6cf56d7af9886a2f7c5cdcc4fe16d0f8b [diff] |
Fix a logical error in net.glowstone.util.LibraryManager
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.