Browse Source

Add soft-depend on CombatTag so it loads before mcMMO, allowing us to
ensure the name check is ONLY run if CombatTag is installed.

GJ 12 năm trước cách đây
mục cha
commit
5930128b7f
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/main/resources/plugin.yml

+ 1 - 1
src/main/resources/plugin.yml

@@ -16,7 +16,7 @@ authors: [GJ, NuclearW, bm01, Glitchfinder, TfT_02, t00thpick1]
 website: http://dev.bukkit.org/server-mods/mcmmo/
 
 main: com.gmail.nossr50.mcMMO
-softdepend: [Spout]
+softdepend: [Spout, CombatTag]
 load: STARTUP
 
 commands: