All Projects → Archy-X → AureliumSkills

Archy-X / AureliumSkills

Licence: MIT license
Advanced Skills, Stats, Abilities, and more

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to AureliumSkills

Quests
Questing plugin for Minecraft, enabling the addition of goals for players.
Stars: ✭ 88 (-27.27%)
Mutual labels:  bukkit, spigot-plugin, minecraft-plugin
MarriageMaster
Marriage Plugin for Bukkit/Spigot
Stars: ✭ 79 (-34.71%)
Mutual labels:  bukkit, spigot-plugin, minecraft-plugin
Islands
A spigot plugin for creating customisable home islands with different biomes. https://www.spigotmc.org/resources/islands-home-islands-system.84303/
Stars: ✭ 18 (-85.12%)
Mutual labels:  bukkit, spigot-plugin, minecraft-plugin
Boss
Premium custom monsters plugin with skill system, natural spawning and lots of sickest features!
Stars: ✭ 72 (-40.5%)
Mutual labels:  bukkit, spigot-plugin, minecraft-plugin
AntiCheatReloaded
The free anti-cheat since 2016
Stars: ✭ 94 (-22.31%)
Mutual labels:  bukkit, spigot-plugin, minecraft-plugin
HeadsPlus
A heads plugin that has grown for over two years into something more ambitious than other plugins.
Stars: ✭ 35 (-71.07%)
Mutual labels:  bukkit, spigot-plugin, minecraft-plugin
CommandWhitelist
You decide what commands players can use or tab complete on your server!
Stars: ✭ 115 (-4.96%)
Mutual labels:  bukkit, spigot-plugin, minecraft-plugin
MinetopiaVehicles
A realistic vehicle plugin for your Minecraft server!
Stars: ✭ 52 (-57.02%)
Mutual labels:  bukkit, spigot-plugin, minecraft-plugin
UltiTools
This is a sum of some basic plugins of a Bukkit server or Spigot server. Including a few useful and creative functions.
Stars: ✭ 17 (-85.95%)
Mutual labels:  bukkit, spigot-plugin, minecraft-plugin
MinecraftManhunt
Minecraft Bukkit plugin to run Manhunt minigames, with Discord music integration
Stars: ✭ 20 (-83.47%)
Mutual labels:  bukkit, spigot-plugin, minecraft-plugin
SquidGame
Minecraft Minigame inspired by the famous and trending Netflix series "Squid Game"
Stars: ✭ 36 (-70.25%)
Mutual labels:  bukkit, spigot-plugin, minecraft-plugin
advanced-region-market
A Bukkit/Spigot plugin for renting/selling WorldGuard regions
Stars: ✭ 40 (-66.94%)
Mutual labels:  bukkit, spigot-plugin, minecraft-plugin
ClayTech
An addon for slimefun.
Stars: ✭ 15 (-87.6%)
Mutual labels:  bukkit, spigot-plugin, minecraft-plugin
TotalFreedomMod
A server modification for the TotalFreedom server
Stars: ✭ 41 (-66.12%)
Mutual labels:  bukkit, spigot-plugin
EliteMobs
This is a spigot plugin that aims to extend Minecraft's survival endgame by making mobs more interesting.
Stars: ✭ 114 (-5.79%)
Mutual labels:  spigot-plugin, minecraft-plugin
MythicDrops
Action RPG drops for Spigot.
Stars: ✭ 28 (-76.86%)
Mutual labels:  bukkit, spigot-plugin
pyplugins
Python Plugins loader plugin for Minecraft Spigot (Jython)
Stars: ✭ 25 (-79.34%)
Mutual labels:  spigot-plugin, minecraft-plugin
Minecraft QQ
一个用于Minecraft服务器与QQ群互联的插件
Stars: ✭ 19 (-84.3%)
Mutual labels:  spigot-plugin, minecraft-plugin
McRPG
An RPG plugin for Minecraft 1.13
Stars: ✭ 32 (-73.55%)
Mutual labels:  spigot-plugin, minecraft-plugin
MinecraftNetwork
Minecraft server network backend
Stars: ✭ 35 (-71.07%)
Mutual labels:  bukkit, spigot-plugin

Aurelium Skills

Release

Downloads Rating

AureliumSkills is an advanced, feature-rich skills, stats, and abilities plugin, great for a variety of server gamemodes.

Learn more and download here: https://www.spigotmc.org/resources/81069/

Support Discord:

https://discord.gg/Bh2EZfB (Join for support/suggestions/discussion)

Wiki

The AureliumSkills wiki can be viewed here. The wiki contains documentation on how to use and configure the plugin. The wiki may not be always up to date.

Developer API

Aurelium Skills provides a developer API to interact with the plugin.

Maven

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

<dependency>
    <groupId>com.github.Archy-X</groupId>
    <artifactId>AureliumSkills</artifactId>
    <version>{version}</version>
    <scope>provided</scope>
</dependency>

Gradle

repositories {
    maven { url 'https://jitpack.io' }
}

dependencies {
    compileOnly 'com.github.Archy-X:AureliumSkills:{version}'
}

Replace {version} with the version of the plugin you are targeting, see releases for the most updated list of version names.

The main class to use for the API is AureliumAPI, which has many static methods for skills, xp, stats, and mana. There are also a few events, including ManaRegenerateEvent, SkillLevelUpEvent, XpGainEvent, PlayerLootDropEvent, and ManaAbilityActivateEvent

Contributing

Contributions are welcome! Open a pull request, and I will review it.


dedicatedmc banner

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].