What are you searching for?

SystemsAPI

SystemsAPI

A fabric library that abstracts Hypixel Housing's systems

download 165 Downloads · favorite 0 Followers · Updated 1 week ago
Fabric Game-mechanics Library Minigame Utility 1.21.9 1.21.10 1.21.11

Versions

inventory_2
SystemsAPI 0.2.7 for 1.21.9

0.2.7 · 1 week ago · 864.42 KB

Fabric 1.21.9
inventory_2
SystemsAPI 0.2.7 for 1.21.11

0.2.7 · 1 week ago · 864.38 KB

Fabric 1.21.11
inventory_2
SystemsAPI 0.2.7 for 1.21.10

0.2.7 · 1 week ago · 864.41 KB

Fabric 1.21.10
inventory_2
SystemsAPI 0.2.6 for 1.21.9

0.2.6 · 1 week ago · 864.79 KB

Fabric 1.21.9
inventory_2
SystemsAPI 0.2.6 for 1.21.10

0.2.6 · 1 week ago · 864.78 KB

Fabric 1.21.10

About

SystemsAPI
GitHub last commit Maven Version
By Redstone Studios

Overview

SystemsAPI is a fabric library that abstracts Hypixel Housing's house systems for other mods to use. For an example implementation, see HTSL Reborn.

[!WARNING] This project is a work in progress! Expect constant changes to API structure at this stage.

Features

  • Action importing
    • Error correction (catches when things don't go how they should, and tries again automatically)
    • Optimized importing (optimally keeps/changes existing actions to make imports quick!)
  • Action exporting
  • System abstraction (methods for programmatically interacting with any/all Housing systems.)
    • Functions
    • Events
    • Commands
    • Custom Menus
    • Regions
    • Scoreboard
    • Teams
    • NPCs
    • Inventory Layouts
    • House Settings
    • Gamerules
    • Roles
  • Scope and limit abstraction, for easy action validation

Usage

To use SystemsAPI in your mod, include the project in your maven/gradle project. Replace VERSION with the latest version, as shown in the Maven badge above (omit the V).

Gradle

repositories {
    maven {
        name = "redstoneReleases"
        url = uri("https://repo.redstone.llc/releases")
    }
}

dependencies {
    modImplementation("llc.redstone:SystemsAPI:VERSION")
}

Maven

<repositories>
    <repository>
        <id>redstone-releases</id>
        <name>Redstone Releases</name>
        <url>https://repo.redstone.llc/releases</url>
    </repository>
</repositories>

<dependencies>
    <dependency>
        <groupId>llc.redstone</groupId>
        <artifactId>SystemsAPI</artifactId>
        <version>VERSION</version>
    </dependency>
</dependencies>
person
sinender
Mod Author
open_in_new View on Modrinth
Compatibility
Client: Unknown Server: Unknown
gavel LGPL-3.0-only

Conversation

What are your thoughts?

Related projects

Library
Fabric API
Fabric API

by modmuss50

Lightweight and modular API providing common hooks and intercompatibility measures utilized by mods using the Fabric toolchain.

download 134.6M
favorite 27,836
Library
Cloth Config API
Cloth Config API

by shedaniel

Configuration Library for Minecraft Mods

download 98.5M
favorite 13,834
Optimization Utility
FerriteCore
FerriteCore

by malte0811

Memory usage optimizations

download 88.6M
favorite 12,930
Utility
Mod Menu
Mod Menu

by Prospector

Adds a mod menu to view the list of mods you have installed.

download 81.7M
favorite 22,408
lock Cookie consent

SkinMC uses cookies to provide functionality and features.