Community listing page, reviews here may not be monitored by the author.
SystemsAPI
No reviews yet
A fabric library that abstracts Hypixel Housing's systems
Community voices
Reviews
No reviews yet. Be the first to review this project!
Get it on
Available Platforms
Compatibility
Supported Environments
Runs entirely on the client. Works on vanilla servers.
The author has not specified where this runs.
Varies by version.
About
Project Details
For authors
Embed Badge
If you're the author of this project, you can embed a live badge anywhere that supports HTML or Markdown. It updates automatically whenever ratings change.
Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.
Identifiers
Platform IDs
About
Description
SystemsAPI
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.
Features
- Action importing
- Error correction (catches when things don't go how they should, and tries again automatically)
- (PLANNED) 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
- (PLANNED) NPCs
- Inventory Layouts
- House Settings
- Gamerules
- Roles
- (PLANNED) Scope and limit abstraction, for easy action validation
Demo
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>
Screenshots
Gallery
Versions
Files
Relations
Project Relations
More like this
Similar Mods
Suggestions use data such as tags, dependencies, dependents, descriptions, titles, and more to rank how much they overlap with this mod.
On ModDex
Community snapshot
By the numbers
Statistics
Want to reach Minecraft players?
We're looking for a server hosting partner to feature here and other parts of the site. Interested? Send us a message!
Get in touchGet it on
Available Platforms
On ModDex
Community snapshot
By the numbers