MohistMC / Banner

The Bukkit/Spigot/Paper API implementation for Fabric

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mohist Banner 1.20.x

The Bukkit/Spigot/Paper API implementation for Fabric

This project has nothing to do with cardboard and uses a completely different development structure

Version Support Stability Mod compatibility Plugin compatibility
1.20.x Active Good Good Good
1.19.4 End Of Life Poor Poor Poor

Notice

  • Fabric + Bukkit is more vanilla-like than Forge + Bukkit
  • Fabric API uses mixins to change minecraft indirectly
  • Banner also use mixins to hook Bukkit api as a fabric mod
  • There's a little breaking changes
  • This version of Banner 1.20.x,supports MC version 1.20 to 1.20.1

Tips

  • If you want to try a different Fabric + Bukkit hybrid server, you can try CardBoard
  • It is implements bukkit api by itself,and the author is a pioneer to try a new way to implements Fabric + Bukkit
  • Banner is different with Cardboard,you can also try Cardboard as an alternative choice if you want

Progress

  • Start patch
    • Spigot (723951c)
      • Bukkit-Patches
      • CraftBukkit-Patches (93%)

Running?

It could be compilable and running, but the compatibility with plugins is poor.

NMS Support

We do support using Spigot's net.minecraft.server classes. Classes and Fields will automatically remap to their intermediary counterparts in runtime, but it will not change plugins at all, so don't worried about the plugin files will be changed to unsafe

Installation (for Linux)

  • You'll need wget and curl
cd ./<your-server-folder>
wget https://github.com/8Mi-Tech/Banner-Shell/raw/main/banner-launcher
chmod +x ./banner-launcher
./banner-launcher -i

Usage

  • Just put it in the mods folder.
  • Because Banner is a mod!!!

Upstream Projects

Special Thanks To:

YourKit-Logo

YourKit, makers of the outstanding java profiler, support open source projects of all kinds with their full-featured Java and .NET application profilers. We thank them for granting Mohist an OSS license so that we can make our software the best it can be.

JetBrains, creators of the IntelliJ IDEA, supports Paper with one of their Open Source Licenses. IntelliJ IDEA is the recommended IDE for working with Paper, and most of the Paper team uses it.

About

The Bukkit/Spigot/Paper API implementation for Fabric

License:GNU General Public License v3.0


Languages

Language:Java 100.0%