About StarAPI
StarAPI is a powerful library designed to make Minecraft plugin development
faster and easier. It simplifies
challenging and tedious tasks that would normally take
50+ lines of code into a much more streamlined experience.
✅ Want to
scroll through items in a GUI? We got you covered!
✅ Want to
create custom armor sets, mobs, and more? No problem!
StarAPI ensures
compatibility with the latest Minecraft versions, making it the perfect tool for modern plugin development.
Installation
Maven (pom.xml)
Add this to your repositories:
Code (XML):
<repository>
<id>jitpack.io
</id>
<url>https://jitpack.io
</url>
</repository>
Add this to your dependencies:
Code (XML):
<dependency>
<groupId>com.github.SyntaxSama
</groupId>
<artifactId>StarAPI
</artifactId>
<version>LATEST
</version>
</dependency>
Gradle (build.gradle)
Code (gradle (Unknown Language)):
repositories {
maven { url 'https://jitpack.io' }
}
dependencies {
implementation 'com.github.SyntaxSama:StarAPI:<version>'
}
⚡ Features
Code (YAML):
abilities
:
- Implosion
- MultiShot
- Transmition
builders
:
- Action Bars
- Boss Bars
- Animated Scoreboard
- Armor Sets
- Commands
- Items
- Messages
- Mobs
- Potions
- Webhooks
file_management
:
- YamlFile
(New system for file handling.
)
- Files
(Soon to be removed
)
- Folders
(Soon to be removed
)
- Read
(Soon to be removed
)
- Write
(Soon to be removed
)
inventory_utilities
:
- Animated Items
- Book Content
- Book GUIs
- GUI Filler
- Inventory Items & Name Utilities
- Inventory Skulls
message_utilities
:
- Auto Responders
- Hex & Color Code Support
misc_utilities
:
- Block Placer
- Progress Bars
- Rarity System
- Skull Utilities
custom_recipes
:
- Crafting Recipes
- Furnace Recipes
timers_scheduling
:
- Active Timers
- Cancel Timers
- Delayed Timers
- Standard Timers
Why Use StarAPI?
✅
Speeds up development by reducing boilerplate code.
✅
Supports the latest Minecraft versions for modern plugin development.
✅
Feature-packed and customizable for any project.
✅
Simple and efficient for both beginners and experienced developers.