Skip to content
Success

Changes

Summary

  1. Update some plugins (commit: 4dd30d8) (details)
  2. Add initial SkillAPI support (currently only events) (commit: 7a9301e) (details)
  3. Add PVPStats support (commit: e7ee36c) (details)
  4. Add better base for TownyCommands (commit: 0a9e17a) (details)
Commit 4dd30d8f61d325c5d8db29eb192a08aaf0d7acaa by morphan1
Update some plugins

BattleNight, Factions, and Heroes. Yay!
(commit: 4dd30d8)
The file was modified src/main/resources/MassiveCore.jar (diff)
The file was modified src/main/resources/Heroes.jar (diff)
The file was modified src/main/resources/BattleNight.jar (diff)
The file was modified src/main/resources/Factions.jar (diff)
The file was modified pom.xml (diff)
Commit 7a9301eab5a71e6c9792652894076c1cd965d5d5 by morphan1
Add initial SkillAPI support (currently only events)

This marks the 15th support class... Not technically the 15th supported
plugin though.
(commit: 7a9301e)
The file was addedsrc/main/java/net/gnomeffinway/depenizen/events/SkillAPIEvents.java
The file was addedsrc/main/resources/SkillAPI.jar
The file was addedsrc/main/java/net/gnomeffinway/depenizen/support/plugins/SkillAPISupport.java
The file was modified pom.xml (diff)
The file was modified src/main/resources/plugin.yml (diff)
Commit e7ee36c017e7f0bac523767955a4474db239f3fc by morphan1
Add PVPStats support

It looks like all that's needed is these player tags
(commit: e7ee36c)
The file was addedsrc/main/java/net/gnomeffinway/depenizen/extensions/pvpstats/PVPStatsPlayerExtension.java
The file was modified src/main/java/net/gnomeffinway/depenizen/support/plugins/PVPStatsSupport.java (diff)
Commit 0a9e17a6efef839cf08786ac7e7dd4c17eee7759 by morphan1
Add better base for TownyCommands

I'm not familiar with Towny, so this may take a long time to complete...
So I decided to throw what I do have into a small commit, in case anyone
that can code and knows more about Towny figures things out before I can
<3 (one can dream...)
(commit: 0a9e17a)
The file was modified src/main/java/net/gnomeffinway/depenizen/commands/TownyCommands.java (diff)