SkRPG fork

Addon SkRPG fork 1.0.1

  • Welcome to skUnity!

    Welcome to skUnity! This is a forum where members of the Skript community can communicate and interact. Skript Resource Creators can post their Resources for all to see and use.

    If you haven't done so already, feel free to join our official Discord server to expand your level of interaction with the comminuty!

    Now, what are you waiting for? Join the community now!

LimeGlass

VIP
Supporter ++
Regular Diner
Addon Developer
Jan 24, 2017
633
442
73
26
location of "LimeGlass" parsed as player
LimeGlass submitted a new resource:

SkRPG fork - A fork of SkRPG to work on most versions.

SkRPG is a hook into SkillAPI, an advanced skill system for Minecraft.
https://www.spigotmc.org/resources/skillapi.4824/

This is a fork of SkRPG to get it working on newer 1.12.2 versions as of posting this. It uses alot of newer methods so it shouldn't break unless Skript changes the way things get registered or SkillAPI changes their API.

This is not my addon. This addon was made by DutchyD and he has seemed to...

Read more about this resource...
 
@LimeGlass
code_language.skript:
on death:
    if attacker is a player:
        set {_exp}  to 20
        set {_exp} to {_exp} parsed as integer
        SkillAPI add {_exp} exp to attacker from exp source mob
can't work
WHY
 
Last edited: