Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/glowstonemc/linkstone

Bridging the gap between vanilla and Glowstone
https://github.com/glowstonemc/linkstone

craftbukkit glowstone minecraft mojang nms spigot

Last synced: 3 months ago
JSON representation

Bridging the gap between vanilla and Glowstone

Awesome Lists containing this project

README

        

# Linkstone
Bridging the gap between CraftBukkit and [Glowstone](https://glowstone.net).

## What is Linkstone
Linkstone is a project with the goal to bridge plugins using **Mojang-dependant** code, as well as **CraftBukkit and Spigot** dependencies. The long-run goal is to allow plugins to use packages such as `net.minecraft.server.*` and `org.bukkit.craftbukkit.*` on a Glowstone server.

To achieve this, stub-code is generated to contain the same method, fields, constructors and classes from these packages, without containing any functional code; the different components have to be filled manually in order to ensure their functionality with Glowstone.

For more information, refer to [the wiki](https://github.com/GlowstoneMC/Linkstone/wiki)