Langue

SimpleFabricScoreboardAPI

SimpleFabricScoreboardAPI

Modrinth

A lightweight Kotlin module for Minecraft Fabric providing a simple and flexible API for managing scoreboards.

373 téléchargements 1 abonnés mis à jour 5mo ago
dernière v1.1.1 Modrinth
Fabric Quilt 1.21.5 – 26.1.2 Game-mechanicsLibraryUtility

SimpleFabricScoreboard

SimpleFabricScoreboard is a lightweight library for Minecraft Fabric that provides a simple way to create, update, and manage sidebar scoreboards.

The project is built for mod developers who want a clean and practical API for scoreboard handling without having to work directly with all of Minecraft's lower-level scoreboard logic. The goal is to keep the library small, easy to integrate, and straightforward to use in real Fabric projects.

What it does

SimpleFabricScoreboard helps you create sidebar scoreboards for players and update them dynamically during gameplay. It is designed for common use cases such as lobbies, minigames, player stats, event displays, and other situations where you want to show structured information on the side of the screen.

The library focuses on a developer-friendly Kotlin API and a compact workflow:

  • create a scoreboard
  • add lines
  • assign it to a player
  • update or remove it later

Features

  • Simple scoreboard creation
  • Dynamic line updates
  • Clean Kotlin-oriented API
  • Per-player scoreboard management
  • Packet-based sidebar updates
  • Easy integration into existing Fabric mods
  • Lightweight design with minimal overhead
  • Useful for both static and frequently changing sidebars

Example

val board = scoreboard("test_board", Component.literal("Test Board"), server) {
    +Component.literal("Line 1")
    +Component.literal("Line 2")
    +emptyLine()
    +Component.literal("Line 4")
    line(5, Component.literal("Special Line"))
}

ScoreboardManager.setPlayerScoreboard(player, board)

board.update {
    line(2, Component.literal("Updated Line 2"))
    +emptyLine()
    +Component.literal("Another Line")
}

Versions

Release
1.1.1
fabric · 26.1, 26.1.1, 26.1.2 · 5mo ago
199
Release
1.1.0
fabric · 26.1, 26.1.1, 26.1.2 · 5mo ago
21
Release
1.0.4
fabric, quilt · 1.21.5, 1.21.6, 1.21.7 · 10mo ago
148

Commentaires 0

Aucun commentaire pour l'instant. Sois le premier à donner ton avis.

FAQ

Comment installer SimpleFabricScoreboardAPI ?

Téléchargez le fichier pour votre version de Minecraft et votre loader sur cette page, puis placez le .jar dans le dossier mods (ou plugins) et lancez le jeu.

SimpleFabricScoreboardAPI est-il gratuit ?

SimpleFabricScoreboardAPI est gratuit sur Modgrid — nous renvoyons directement vers la source officielle, sans paywall.

Quelles versions de Minecraft SimpleFabricScoreboardAPI prend-il en charge ?

Compatible avec Fabric, Quilt. Prend en charge les versions 1.21.5–26.1.2. La liste des versions et loaders pris en charge est dans la section de téléchargement de cette page.

Télécharger SimpleFabricScoreboardAPI

Les fichiers proviennent directement de la source d'origine. Modgrid ne les héberge ni ne les modifie.