Remove unused dependency information

This commit is contained in:
PikaMug 2024-03-20 06:14:11 -04:00
parent 190e4f4b34
commit 085cb1e53f
4 changed files with 4 additions and 10 deletions

View File

@ -16,7 +16,7 @@
<repositories>
<repository>
<!-- DungeonsXL, LocaleLib, mcMMO Classic, PhatLoots, Unite, ZNPCsPlus -->
<!-- LocaleLib, mcMMO Classic, PhatLoots, Unite, ZNPCsPlus -->
<id>jitpack.io</id>
<url>https://jitpack.io</url>
</repository>

View File

@ -40,8 +40,8 @@ public class BukkitUniteListener implements Listener {
if (event.getDisbander() != null) {
final Player p = Bukkit.getServer().getPlayer(event.getDisbander());
if (p != null) {
if (BukkitLang.get("questDungeonsDisband").length() > 0) {
BukkitLang.send(p, ChatColor.RED + BukkitLang.get("questDungeonsDisband"));
if (BukkitLang.get("questPartiesDelete").length() > 0) {
BukkitLang.send(p, ChatColor.RED + BukkitLang.get("questPartiesDelete"));
}
}
}

View File

@ -5,7 +5,7 @@ api-version: 1.13
description: An extensive questing system.
website: https://github.com/PikaMug/Quests
author: PikaMug
softdepend: [AstralBooks, Citizens, Denizen, DungeonsXL, GPS, Heroes, mcMMO, Parties, PlaceholderAPI, Unite, Vault, WorldGuard, ZNPCsPlus]
softdepend: [AstralBooks, Citizens, Denizen, GPS, Heroes, mcMMO, Parties, PlaceholderAPI, Unite, Vault, WorldGuard, ZNPCsPlus]
permissions:
quests.*:
description: Access ALL Quests functionality

View File

@ -69,12 +69,6 @@ questEditorEnterFinishMessage: "Enter finish message, <cancel>"
questEditorEnterNPCStart: "Enter NPC UUID, <clear>, <cancel>"
questEditorClickNPCStart: "Click on a NPC, <clear>, <cancel>"
questEditorEnterBlockStart: "Right-click on a block to use as a start point, <done>, <clear>, <cancel>"
questDungeonsCreate: "Players added to this group may perform quests together!"
questDungeonsDisband: "The quest group was disbanded."
questDungeonsInvite: "<player> can now perform quests with you!"
questDungeonsJoin: "You can now perform quests with Leader <player>."
questDungeonsKicked: "<player> can no longer perform quests with you."
questDungeonsLeave: "You can no longer perform quests with Leader <player>."
questPartiesCreate: "Players added to this party may perform quests together!"
questPartiesDelete: "The quest party was disbanded."
questPartiesJoin: "You can now perform quests with the party."