Skip to content
Failed

Changes

Summary

  1. AuraSkills Compatibility (#447) (commit: dee5375) (details)
Commit dee5375ed1d3d024e4b438678c71e3c1a7f78e3b by noreply
AuraSkills Compatibility (#447)

* AuraSkills Compatibility

* enum value and skill level validators

* conversion to MapTags

* extensions

* "valid" variable naming convention

* `auraskills_experience` tag and mechanism

* ``@example`s and shortened skill check

* meta clarification and player instance stored

* remove `asDouble` and `asInt` in mechanism error

* removed static method, stores experience amount to reduce needing to be grabbed repeatedly

* naming uniformity

* plugin.yml update

* map entries instead of every skill

* minor condition change

* minor changes
(commit: dee5375)
The file was modifiedsrc/main/resources/plugin.yml (diff)
The file was modifiedsrc/main/java/com/denizenscript/depenizen/bukkit/Depenizen.java (diff)
The file was modifiedpom.xml (diff)
The file was modifiedDocs/BukkitPlugins.md (diff)
The file was addedsrc/main/java/com/denizenscript/depenizen/bukkit/properties/auraskills/AuraSkillsPlayerExtensions.java
The file was addedsrc/main/java/com/denizenscript/depenizen/bukkit/bridges/AuraSkillsBridge.java