Team-Inceptus / SilverSkillz

A simple, free minecraft plugin that brings 15+ Skills to life! Immerse yourself with new activities to gain perks!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SilverSkillz

Edit your minecraft experience with many new skills!

Balance your minecraft life with many new, unique, and fun skills!

About

SilverSkillz is a lightweight and feature-packed plugin for skills.

What makes us different? Quality. We're optimized, efficient, and high-quality.

SilverSkillz API

GitHub branch checks state

SilverSkillz features a rich API with good documentation to integrate with SilverSkillz.

Maven
<project>
    <repository>
        <id>jitpack.io</id>
        <url>https://jitpack.io</url>
    </repository>

    <dependency>
        <groupId>us.teaminceptus.SilverSkillz</groupId>
        <artifactId>silverskillz-api</artifactId>
        <version>[version]</version>
    </dependency>
</project>
Gradle
    repositories {
        maven { url 'https://jitpack.io' }
    }
    
	dependencies {
        implementation 'us.teaminceptus.SilverSkillz:silverskillz-api:[version]'
	}

Screenshots

drawing



drawing



drawing



drawing

About

A simple, free minecraft plugin that brings 15+ Skills to life! Immerse yourself with new activities to gain perks!

License:GNU General Public License v3.0


Languages

Language:Java 99.5%Language:Shell 0.5%