Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/glowstonemc/linkstone
- Owner: GlowstoneMC
- License: lgpl-3.0
- Created: 2016-07-30T01:38:17.000Z (over 8 years ago)
- Default Branch: main
- Last Pushed: 2023-06-14T22:48:42.000Z (over 1 year ago)
- Last Synced: 2024-09-28T12:02:37.480Z (4 months ago)
- Topics: craftbukkit, glowstone, minecraft, mojang, nms, spigot
- Language: Java
- Size: 1.15 MB
- Stars: 38
- Watchers: 19
- Forks: 7
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)