All Projects → tr7zw → CraftFabric

tr7zw / CraftFabric

Licence: GPL-3.0 license
Paper API implementation for the Fabric Modloader

Programming Languages

java
68154 projects - #9 most used programming language

CraftFabric Java CI

Dead Project since I dont have the time for it. Stop giving it Stars 👀

This project aims to implement the basics of the Paper API as a Mod for the Fabric Modloader.

Goals

  • Provide the API as complete as possible
  • Working Bukkit/Spigot/Paper plugins in Singleplayer and Multiplayer
  • Working builds for versions that don't get official Spigot releases (Snapshots/Pre-releases/Combat-snapshots)
  • Other mods should be able to use the Paper API and interact with plugins, and plugins should be able to interact with other mods

Status

  • Plugins can load (onLoad/onEnable/onDisable are working)
  • Each Singleplayer world has it's own plugin folder inside the world folder
  • First simple Events are working (For example AsyncPlayerPreLoginEvent, PlayerJoinEvent, PlayerQuitEvent)
  • Commands are (somewhat) working (Currently a hacky solution)
  • The first parts of the API are working (Entities, ItemStacks, Inventories, Commands, Scheduler, Scoreboards)
  • First plugins loading and (somewhat) working:
    • EssentialsX (Basic commands like /spawn, /home, /ci, /i, /money, /speed, /gm, /fly, /time, /heal, /warp)
    • QuickBoard (Shows scoreboard, animations work, placerholder API doesn't seem to work)
    • Vault (Starts without error)

Credits

  • Bukkit for the original API and server
  • Spigot for the currently maintained server software
  • PaperMC for their high performance and extended Spigot fork
  • Fabric for the Modloader and Mod API
  • SpongePowered Mixins for the awesome and simple trait/mixin framework

Legal

This project uses reworked classes from CraftBukkit. Most changes are because of the different deobfuscation mappings used by Fabric compared to Spigot, but other changes may be made because of the different architecture. Mixins are used to hook into the native Minecraft code, so no Minecraft source code is pressent in this repo.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].