Skip to content
Failed

Changes

Summary

  1. Added PlotSquared clear event (commit: 7a11d1c) (details)
  2. Added small things to different plugins (commit: 9e157c8) (details)
  3. Updated Shopkeepers to 1.86 (commit: e97c0ff) (details)
  4. Added more towny tags (commit: 23396eb) (details)
  5. Fixed Areashop tag and towny events (commit: 36a8418) (details)
  6. Refactor DisguiseCommand (commit: 2583875) (details)
  7. Added PlayerPoints support (commit: fd78d21) (details)
  8. Added support for LuckPerms tracks (commit: 5f6579c) (details)
  9. Added EffectLib support (commit: 73e9faf) (details)
  10. Added BossShop support (commit: 0981e6a) (details)
  11. MythicMobs event fix (commit: 84544a8) (details)
  12. Added Vampire support (commit: 511df90) (details)
  13. Clean up meta and code (commit: 354a7a8) (details)
Commit 7a11d1c64336be9ae2abe20c11dec9b67a515c19 by mwthorn
Added PlotSquared clear event
(commit: 7a11d1c)
The file was modified bukkit/src/main/java/com/denizenscript/depenizen/bukkit/support/plugins/PlotSquaredSupport.java (diff)
The file was modified bukkit/src/main/java/com/denizenscript/depenizen/bukkit/objects/dPlotSquaredPlot.java (diff)
The file was addedbukkit/src/main/java/com/denizenscript/depenizen/bukkit/events/plotsquared/PlotClearScriptEvent.java
Commit 9e157c89da98ed05df92fea9f9b57633dd77dd6a by mwthorn
Added small things to different plugins
Added self arguement to disguise command
Some likes seeing their own disguise, some does not
Added ignore mech and tag
Added warp tags for Essentials
(commit: 9e157c8)
The file was modified bukkit/src/main/java/com/denizenscript/depenizen/bukkit/extensions/essentials/EssentialsPlayerExtension.java (diff)
The file was modified bukkit/src/main/java/com/denizenscript/depenizen/bukkit/support/plugins/EssentialsSupport.java (diff)
The file was modified bukkit/src/main/java/com/denizenscript/depenizen/bukkit/commands/libsdisguises/DisguiseCommands.java (diff)
Commit e97c0ff3ea0ec823bdb74654e17f1fb8dec76d43 by mwthorn
Updated Shopkeepers to 1.86
(commit: e97c0ff)
The file was modified bukkit/src/main/resources/plugin.yml (diff)
The file was modified bukkit/pom.xml (diff)
The file was modified bukkit/src/main/resources/lib/Shopkeepers.jar (diff)
Commit 23396ebe00e77f00bb9c98c434d57a9b5cffa9d7 by mwthorn
Added more towny tags
Updated Towny events
Fixes #182
(commit: 23396eb)
The file was modified bukkit/src/main/java/com/denizenscript/depenizen/bukkit/events/towny/PlayerEntersTownScriptEvent.java (diff)
The file was modified bukkit/pom.xml (diff)
The file was modified bukkit/src/main/resources/lib/Towny.jar (diff)
The file was modified bukkit/src/main/java/com/denizenscript/depenizen/bukkit/events/towny/PlayerExitsTownScriptEvent.java (diff)
The file was modified bukkit/src/main/java/com/denizenscript/depenizen/bukkit/objects/dTown.java (diff)
The file was modified bukkit/src/main/java/com/denizenscript/depenizen/bukkit/support/plugins/TownySupport.java (diff)
Commit 36a841836d9d40596520cf05193ddd9fd09232f8 by mwthorn
Fixed Areashop tag and towny events
Fixes #149
Use respective towny events
(commit: 36a8418)
The file was modified bukkit/src/main/java/com/denizenscript/depenizen/bukkit/events/towny/PlayerExitsTownScriptEvent.java (diff)
The file was modified bukkit/src/main/java/com/denizenscript/depenizen/bukkit/events/towny/PlayerEntersTownScriptEvent.java (diff)
The file was modified bukkit/src/main/resources/lib/AreaShop.jar (diff)
The file was modified bukkit/pom.xml (diff)
The file was modified bukkit/src/main/java/com/denizenscript/depenizen/bukkit/support/plugins/AreaShopSupport.java (diff)
Commit 2583875cdebaea0217cfb0799ec37e8fa0745356 by mwthorn
Refactor DisguiseCommand
To match with the other classes
(commit: 2583875)
The file was addedbukkit/src/main/java/com/denizenscript/depenizen/bukkit/commands/libsdisguises/DisguiseCommand.java
The file was removedbukkit/src/main/java/com/denizenscript/depenizen/bukkit/commands/libsdisguises/DisguiseCommands.java
The file was modified bukkit/src/main/java/com/denizenscript/depenizen/bukkit/support/plugins/LibsDisguisesSupport.java (diff)
Commit fd78d21a71222b084683d71368149fcb3d75bedf by mwthorn
Added PlayerPoints support
For #151
(commit: fd78d21)
The file was modified bukkit/src/main/resources/plugin.yml (diff)
The file was addedbukkit/src/main/java/com/denizenscript/depenizen/bukkit/extensions/playerpoints/PlayerPointsPlayerExtension.java
The file was modified bukkit/pom.xml (diff)
The file was addedbukkit/src/main/resources/lib/PlayerPoints.jar
The file was modified README.md (diff)
The file was addedbukkit/src/main/java/com/denizenscript/depenizen/bukkit/commands/playerpoints/PlayerPointsCommand.java
The file was addedbukkit/src/main/java/com/denizenscript/depenizen/bukkit/support/plugins/PlayerPointsSupport.java
Commit 5f6579c63356c9a274d068ef4c6ec3e98ab026b5 by mwthorn
Added support for LuckPerms tracks
For #169
(commit: 5f6579c)
The file was modified bukkit/pom.xml (diff)
The file was addedbukkit/src/main/java/com/denizenscript/depenizen/bukkit/extensions/luckperms/LuckPermsPlayerExtension.java
The file was addedbukkit/src/main/java/com/denizenscript/depenizen/bukkit/support/plugins/LuckPermsSupport.java
The file was modified bukkit/src/main/resources/plugin.yml (diff)
The file was modified README.md (diff)
The file was addedbukkit/src/main/java/com/denizenscript/depenizen/bukkit/objects/luckperms/LuckPermsTrack.java
Commit 73e9fafe3c1448cbf2bad0c23f0c8dfe9a4c0f95 by mwthorn
Added EffectLib support
For #144 Note there is a TODO for extending the use of the library.
small changes
(commit: 73e9faf)
The file was addedbukkit/src/main/resources/lib/EffectLib-5.8.jar
The file was addedbukkit/src/main/java/com/denizenscript/depenizen/bukkit/support/plugins/EffectLibSupport.java
The file was modified bukkit/pom.xml (diff)
The file was modified bukkit/src/main/java/com/denizenscript/depenizen/bukkit/commands/playerpoints/PlayerPointsCommand.java (diff)
The file was modified bukkit/src/main/java/com/denizenscript/depenizen/bukkit/objects/dPlot.java (diff)
The file was modified bukkit/src/main/java/com/denizenscript/depenizen/bukkit/objects/dPlotSquaredPlot.java (diff)
The file was addedbukkit/src/main/java/com/denizenscript/depenizen/bukkit/commands/effectlib/EffectLibCommand.java
The file was modified README.md (diff)
The file was modified bukkit/src/main/java/com/denizenscript/depenizen/bukkit/objects/luckperms/LuckPermsTrack.java (diff)
The file was modified bukkit/src/main/resources/plugin.yml (diff)
Commit 0981e6afcaa26930a9dc06c2fa3fd4a0189995d7 by mwthorn
Added BossShop support
For #160
(commit: 0981e6a)
The file was addedbukkit/src/main/resources/lib/BossShop.jar
The file was modified bukkit/pom.xml (diff)
The file was addedbukkit/src/main/java/com/denizenscript/depenizen/bukkit/extensions/bossshop/BossShopInventoryExtension.java
The file was modified README.md (diff)
The file was addedbukkit/src/main/java/com/denizenscript/depenizen/bukkit/commands/bossshop/BossShopCommand.java
The file was addedbukkit/src/main/java/com/denizenscript/depenizen/bukkit/support/plugins/BossShopSupport.java
The file was modified bukkit/src/main/resources/plugin.yml (diff)
Commit 84544a8583f9698c2bde0fe0face55c96ee5911e by mwthorn
MythicMobs event fix
This might fix #140
(commit: 84544a8)
The file was modified bukkit/src/main/java/com/denizenscript/depenizen/bukkit/events/mythicmobs/MythicMobsDeathEvent.java (diff)
Commit 511df90b46e3979f817848565fcfa65d24dca582 by mwthorn
Added Vampire support
For #190
(commit: 511df90)
The file was addedbukkit/src/main/java/com/denizenscript/depenizen/bukkit/support/plugins/VampireSupport.java
The file was modified bukkit/pom.xml (diff)
The file was addedbukkit/src/main/java/com/denizenscript/depenizen/bukkit/extensions/vampire/VampirePlayerExtension.java
The file was modified bukkit/src/main/resources/plugin.yml (diff)
The file was addedbukkit/src/main/resources/lib/Vampire.jar
The file was modified README.md (diff)
The file was modified bukkit/src/main/java/com/denizenscript/depenizen/bukkit/events/plotsquared/PlayerEntersPlotScriptEvent.java (diff)
The file was modified bukkit/src/main/java/com/denizenscript/depenizen/bukkit/commands/mobarena/MobArenaCommand.java (diff)
The file was modified bukkit/src/main/java/com/denizenscript/depenizen/bukkit/commands/JobsCommands.java (diff)
The file was modified bukkit/src/main/java/com/denizenscript/depenizen/bukkit/events/libsdisguises/EntityUndisguisesScriptEvent.java (diff)
The file was modified bukkit/src/main/java/com/denizenscript/depenizen/bukkit/commands/worldguard/RegionCommand.java (diff)
The file was modified bukkit/src/main/java/com/denizenscript/depenizen/bukkit/events/libsdisguises/EntityDisguisesScriptEvent.java (diff)
The file was modified bukkit/src/main/java/com/denizenscript/depenizen/bukkit/events/plotsquared/PlayerLeavePlotScriptEvent.java (diff)
The file was modified bukkit/src/main/java/com/denizenscript/depenizen/bukkit/commands/playerpoints/PlayerPointsCommand.java (diff)
The file was modified bukkit/src/main/java/com/denizenscript/depenizen/bukkit/commands/effectlib/EffectLibCommand.java (diff)
The file was modified bukkit/src/main/java/com/denizenscript/depenizen/bukkit/commands/libsdisguises/DisguiseCommand.java (diff)
The file was modified bukkit/src/main/java/com/denizenscript/depenizen/bukkit/events/plotsquared/PlotClearScriptEvent.java (diff)