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: 8 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 (about 9 years ago)
- Default Branch: main
- Last Pushed: 2023-06-14T22:48:42.000Z (over 2 years ago)
- Last Synced: 2025-01-31T17:40:58.220Z (9 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)