What are you searching for?

SystemsAPI

SystemsAPI

A fabric library that abstracts Hypixel Housing's systems

download 60 Downloads · favorite 0 Followers · Updated 13 hours ago
Fabric Game-mechanics Library Minigame Utility 1.21.9 1.21.10 1.21.11

Versions

inventory_2
SystemsAPI 0.2.3 for 1.21.9

0.2.3 · 13 hours ago · 844.87 KB

Fabric 1.21.9
inventory_2
SystemsAPI 0.2.3 for 1.21.11

0.2.3 · 13 hours ago · 844.83 KB

Fabric 1.21.11
inventory_2
SystemsAPI 0.2.3 for 1.21.10

0.2.3 · 13 hours ago · 844.86 KB

Fabric 1.21.10
inventory_2
SystemsAPI 0.2.2 for 1.21.9

0.2.2 · 1 day ago · 844.66 KB

Fabric 1.21.9
inventory_2
SystemsAPI 0.2.2 for 1.21.11

0.2.2 · 1 day ago · 844.62 KB

Fabric 1.21.11

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 128.4M
favorite 27,401
Library
Cloth Config API
Cloth Config API

by shedaniel

Configuration Library for Minecraft Mods

download 94.4M
favorite 13,670
Optimization Utility
FerriteCore
FerriteCore

by malte0811

Memory usage optimizations

download 84.3M
favorite 12,712
Utility
Mod Menu
Mod Menu

by Prospector

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

download 77.7M
favorite 22,127
lock Cookie consent

SkinMC uses cookies to provide functionality and features.