Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mohistmc/banner
The Bukkit/Spigot/Paper API implementation for Fabric
https://github.com/mohistmc/banner
bukkit java minecraft minecraft-plugin minecraft-server mod paper spigot spigot-plugin
Last synced: 5 days ago
JSON representation
The Bukkit/Spigot/Paper API implementation for Fabric
- Host: GitHub
- URL: https://github.com/mohistmc/banner
- Owner: MohistMC
- License: gpl-3.0
- Created: 2023-04-20T21:08:05.000Z (almost 2 years ago)
- Default Branch: 1.21.1
- Last Pushed: 2025-01-26T03:33:39.000Z (7 days ago)
- Last Synced: 2025-01-27T12:04:14.922Z (5 days ago)
- Topics: bukkit, java, minecraft, minecraft-plugin, minecraft-server, mod, paper, spigot, spigot-plugin
- Language: Java
- Size: 37.1 MB
- Stars: 250
- Watchers: 8
- Forks: 42
- Open Issues: 56
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Banner 1.21.1
### The Bukkit/Spigot/Paper API implementation for Fabric
### The project is no longer a Fabric mod, but a standalone program
[![](https://img.shields.io/github/stars/MohistMC/Banner.svg?label=Stars&logo=github)](https://github.com/MohistMC/Banner/stargazers)
[![](https://img.shields.io/badge/JDK-21.0.3-brightgreen.svg?colorB=469C00&logo=java)](https://www.azul.com/downloads/?version=java-21-lts#zulu)
[![](https://img.shields.io/badge/Gradle-8.11.1-brightgreen.svg?colorB=469C00&logo=gradle)](https://docs.gradle.org/8.11.1/release-notes.html)
[![](https://img.shields.io/discord/311256119005937665.svg?color=%237289da&label=Discord&logo=discord&logoColor=%237289da)](https://discord.gg/mohistmc)[![]()](https://bstats.org/plugin/server-implementation/Mohist/6762)
| Version | Support | Stability | Mod compatibility | Plugin compatibility |
|---------|-------------|-----------|-------------------|----------------------|
| 1.21.1 | Active | Poor | Poor | Poor |
| 1.20.1 | 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.21.1, supports MC version 1.21.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
* [x] Bukkit([**50e8a00b**](https://hub.spigotmc.org/stash/projects/SPIGOT/repos/bukkit/commits/50e8a00b))
* [ ] CraftBukkit([**19bf84656**](https://hub.spigotmc.org/stash/projects/SPIGOT/repos/craftbukkit/commits/19bf84656))
- [ ] Spigot ([**723951c**](https://hub.spigotmc.org/stash/projects/SPIGOT/repos/spigot/commits/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## Usage
- Download Banner.
- Launch with command java -jar banner-launcher-version.jar## Developer Support
- Download the dev lib jar from GitHub actions.
- Use Fabric Official Template [**Fabric Example Mod**](https://github.com/FabricMC/fabric-example-mod.git).
- Using Mojang Official Mappings in your build.gradle
- Create a directory called lib in your root dir.
- Add dependencies of Banner, such as compileOnly(fileTree("lib/banner-version-dev.jar"))## Upstream Projects
- [**Bukkit**](https://hub.spigotmc.org/stash/scm/spigot/bukkit.git) - Plugin support.
- [**CraftBukkit**](https://hub.spigotmc.org/stash/scm/spigot/craftbukkit.git) - Plugin support.
- [**Spigot**](https://hub.spigotmc.org/stash/scm/spigot/spigot.git) - Plugin support.
- [**Paper**](https://github.com/PaperMC/Paper.git) - Plugin support.
- [**Arclight**](https://github.com/IzzelAliz/Arclight.git) - Some code.
- [**Mohist**](https://github.com/MohistMC/Mohist.git) - Some code.
- [**StackDeobfuscator**](https://github.com/booky10/StackDeobfuscator) - auto deobfuscate logger crash## Special Thanks To:
![YourKit-Logo](https://www.yourkit.com/images/yklogo.png)
[YourKit](http://www.yourkit.com/), makers of the outstanding java profiler, support open source projects of all kinds with their full-featured [Java](https://www.yourkit.com/java/profiler/index.jsp) and [.NET](https://www.yourkit.com/.net/profiler/index.jsp) application profilers. We thank them for granting Mohist an OSS license so that we can make our software the best it can be.
[](https://www.jetbrains.com)
[JetBrains](https://www.jetbrains.com/), creators of the IntelliJ IDEA, supports Paper with one of their [Open Source Licenses](https://www.jetbrains.com/opensource/). IntelliJ IDEA is the recommended IDE for working with Paper, and most of the Paper team uses it.